| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | 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 | |
| | * | | | | | | proto: Pass the cwnd params to the conflux message handler. | Gabriela Moldovan | 2025-09-04 | 3 | -2/+50 | |
| | * | | | | | | proto: Pass owned CongestionWindowParams to CongestionControl::new. | Gabriela Moldovan | 2025-09-04 | 3 | -3/+4 | |
| | * | | | | | | proto: Derive Copy for CongestionWindowParams. | Gabriela Moldovan | 2025-09-04 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'maybenot-triggers' into 'main' | Nick Mathewson | 2025-09-03 | 11 | -136/+384 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Whoops; let chains _still_ aren't stable in 1.85. | Nick Mathewson | 2025-09-03 | 1 | -2/+1 | |
| | * | | | | | padding: Fix compilation with padding disabled. | Nick Mathewson | 2025-09-03 | 1 | -1/+16 | |
| | * | | | | | padding cleanup: use QueuedCellPaddingInfo one more place. | Nick Mathewson | 2025-09-03 | 1 | -5/+3 | |
| | * | | | | | padding: Report when we have received padding or data. | Nick Mathewson | 2025-09-02 | 3 | -1/+19 | |
| | * | | | | | padding: Report when outbound cells are flushed. | Nick Mathewson | 2025-09-02 | 2 | -3/+22 | |
| | * | | | | | padding: Give CircEnt in a Channel a handle for the PaddingController. | Nick Mathewson | 2025-09-02 | 7 | -99/+169 | |
| | * | | | | | proto: Turn CircEnt variants into struct-like format. | Nick Mathewson | 2025-09-02 | 2 | -29/+72 | |
| | * | | | | | padding: Install a PaddingController in each circuit. | Nick Mathewson | 2025-09-02 | 3 | -5/+16 | |
| | * | | | | | padding: track which hop each queued cell is for. | Nick Mathewson | 2025-09-02 | 6 | -31/+106 | |
| * | | | | | | Merge branch 'fix-congestion-signals' into 'main' | opara | 2025-09-03 | 1 | -1/+3 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | tor-proto: fix bug in `congestion_signals` | Steven Engler | 2025-09-03 | 1 | -1/+3 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'randomize-seeds' into 'main' | Jim Newsome | 2025-09-03 | 8 | -16/+31 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | shadow CI: decrease onion service xfer sizes | Jim Newsome | 2025-09-03 | 7 | -14/+21 | |
| | * | | | | | shadow tests: use a randomized simulation seed | Jim Newsome | 2025-09-03 | 1 | -2/+10 | |
| * | | | | | | Merge branch 'hsc-docs' into 'main' | gabi-250 | 2025-09-03 | 1 | -0/+8 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | doc/hsc.md: Mention that `--batch` suppresses the prompting. | Gabriela Moldovan | 2025-09-03 | 1 | -0/+8 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'tor-dircommon' into 'main' | Ian Jackson | 2025-09-03 | 12 | -35/+234 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | tor-dircommon: Update to 0.34.0 | Clara Engler | 2025-09-02 | 4 | -7/+7 | |
| | * | | | | | tor-dircommon: Add dirports field to authority | Clara Engler | 2025-09-02 | 2 | -18/+107 | |
| | * | | | | | tor-dircommon: Initial commit | Clara Engler | 2025-09-02 | 12 | -17/+127 | |
| * | | | | | | Merge branch 'the-bell-tolls-for-once_cell' into 'main' | wesleyac | 2025-09-03 | 3 | -21/+3 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | arti-client: Modified MSRV TODO for `once_cell` removal | hashcatHitman | 2025-08-20 | 1 | -7/+1 | |
