| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | proto: Use ConfluxCmd instead of CircuitCmd. | Gabriela Moldovan | 2025-09-04 | 5 | -52/+58 | |
| | * | | | | proto: Move abstract conflux handlers outside of the client module. | Gabriela Moldovan | 2025-09-04 | 7 | -650/+657 | |
| | * | | | | proto: Move cmd_counts_towards_seqno to a new conflux module. | Gabriela Moldovan | 2025-09-04 | 4 | -56/+64 | |
| | * | | | | proto: Make the ConfluxMsgHandler constructor take an abstract handler. | Gabriela Moldovan | 2025-09-04 | 3 | -23/+17 | |
| * | | | | | Merge branch 'not_verbose_actually' into 'main' | gabi-250 | 2025-09-04 | 1 | -11/+11 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | CI: Remove --verbose from cargo commands | Nick Mathewson | 2025-09-04 | 1 | -11/+11 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'sink_blocker' into 'main' | Nick Mathewson | 2025-09-04 | 6 | -0/+549 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | proto: Define a new composable SinkBlocker type. | Nick Mathewson | 2025-09-04 | 6 | -0/+549 | |
| * | | | | | Merge branch 'ticket_2156' into 'main' | Ian Jackson | 2025-09-04 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Pin CI to cargo-sort 2.0.1 | Nick Mathewson | 2025-09-04 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'gsoc-check-integrity' into 'main' | gabi-250 | 2025-09-04 | 13 | -70/+621 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | arti: keys: Add `keys check-integrity` CLI tool | hjrgrn | 2025-09-04 | 13 | -70/+621 | |
| * | | | | | | Merge branch 'tor_bytes_comment' into 'main' | David Goulet | 2025-09-04 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-bytes: simplify comment | Tobias Stoeckmann | 2025-09-03 | 1 | -3/+3 | |
| * | | | | | | | Merge branch 'dirserver-http' into 'main' | Clara Engler | 2025-09-04 | 9 | -0/+1816 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | tor-dirserver: Allow complexity in some fn's | Clara Engler | 2025-09-04 | 1 | -0/+2 | |
| | * | | | | | | tor-dirserver: Set versions to 0.34.0 | Clara Engler | 2025-09-04 | 2 | -3/+3 | |
| | * | | | | | | tor-dirserver: Add TODOs for unresolved discussions | Clara Engler | 2025-09-04 | 1 | -0/+5 | |
| | * | | | | | | tor-dirserver: Remove unused error members | Clara Engler | 2025-09-04 | 1 | -12/+0 | |
| | * | | | | | | tor-dirmirror: Schema x-ref for `unsigned_sha3_256` | Clara Engler | 2025-09-04 | 1 | -0/+2 | |
| | * | | | | | | tor-dirserver: Add missing sha1 length check | Clara Engler | 2025-09-04 | 1 | -0/+1 | |
| | * | | | | | | tor-dirserver: Better wording for "thread poisoned" | Clara Engler | 2025-09-04 | 1 | -2/+2 | |
| | * | | | | | | tor-dirserver: Ensure uppercase hex in schema | Clara Engler | 2025-09-04 | 1 | -0/+8 | |
| | * | | | | | | tor-dirserver: Use `internal!` macro for error | Clara Engler | 2025-09-04 | 1 | -7/+3 | |
| | * | | | | | | tor-dirserver Use `tor_error::Bug` | Clara Engler | 2025-09-04 | 4 | -6/+12 | |
| | * | | | | | | tor-dirserver: Use `expect` instead of `unwrap` | Clara Engler | 2025-09-04 | 1 | -11/+6 | |
| | * | | | | | | tor-dirserver: TODO about endpoint error handling | Clara Engler | 2025-09-04 | 1 | -0/+3 | |
| | * | | | | | | tor-dirserver: Rename `cb` to `endpoint_fn` | Clara Engler | 2025-09-04 | 1 | -6/+6 | |
| | * | | | | | | tor-dirmirror: Add several "TODO DIRMIRROR" lines | Clara Engler | 2025-09-04 | 4 | -1/+17 | |
| | * | | | | | | tor-dirserver: Enable `PRAGMA foreign_keys=ON` | Clara Engler | 2025-09-04 | 1 | -1/+5 | |
| | * | | | | | | tor-dirserver: Use strum for `ContentEncoding` | Clara Engler | 2025-09-04 | 3 | -33/+44 | |
| | * | | | | | | tor-dirserver: Document hex case in schema | Clara Engler | 2025-09-04 | 1 | -1/+1 | |
| | * | | | | | | tor-dirserver: Remove `ON DELETE CASCADE` for now | Clara Engler | 2025-09-04 | 1 | -6/+6 | |
| | * | | | | | | tor-dirserver: `Unrecognized` to `Incompatible` | Clara Engler | 2025-09-04 | 2 | -2/+2 | |
| | * | | | | | | tor-dirserver: Fix clippy warnings in tests | Clara Engler | 2025-09-04 | 2 | -3/+31 | |
| | * | | | | | | tor-dirserver: Make more err fields `pub(crate)` | Clara Engler | 2025-09-04 | 1 | -2/+2 | |
| | * | | | | | | tor-dirserver: Use transactions in endpoints | Clara Engler | 2025-09-04 | 2 | -264/+258 | |
| | * | | | | | | tor-dirserver: Add clippy checks and fix them | Clara Engler | 2025-09-04 | 5 | -18/+76 | |
| | * | | | | | | tor-dirserver: Add http module | Clara Engler | 2025-09-04 | 5 | -3/+1266 | |
| | * | | | | | | tor-dirserver: Add schema module | Clara Engler | 2025-09-04 | 5 | -0/+345 | |
| | * | | | | | | tor-dirserver: Initial commit | Clara Engler | 2025-09-04 | 6 | -0/+91 | |
| * | | | | | | | Merge branch 'conflux-p112' into 'main' | gabi-250 | 2025-09-04 | 7 | -38/+173 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | proto: Add test ensuring consecutive SWITCHes trigger tunnel teardown. | Gabriela Moldovan | 2025-09-04 | 1 | -0/+48 | |
| | * | | | | | | proto: Only send the bad test cell on one of the circuit legs. | Gabriela Moldovan | 2025-09-04 | 1 | -7/+4 | |
| | * | | | | | | proto: Pass the cc params as an argument to setup_good_conflux_tunnel. | Gabriela Moldovan | 2025-09-04 | 1 | -12/+13 | |
| | * | | | | | | proto: Add another test for SWITCH seqno validation. | Gabriela Moldovan | 2025-09-04 | 1 | -8/+7 | |
| | * | | | | | | proto: Update docs to clarify how we validate SWITCH seqnos. | Gabriela Moldovan | 2025-09-04 | 1 | -8/+6 | |
| | * | | | | | | proto: Close tunnel if a leg receives consecutive SWITCH cells. | Gabriela Moldovan | 2025-09-04 | 1 | -0/+14 | |
| | * | | | | | | proto: Ensure the seqno of the first SWITCH doesn't exceed the init cwnd. | Gabriela Moldovan | 2025-09-04 | 1 | -0/+17 | |
| | * | | | | | | proto: Store the seqno of last cell delivered in the client conflux handler. | Gabriela Moldovan | 2025-09-04 | 2 | -0/+12 | |
