| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | tor-netdoc: Allow args and object in ItemPresent | Clara Engler | 2026-06-09 | 1 | -8/+7 | |
| | * | | | | | | tor-netdoc: Small ItemPresent test fix | Clara Engler | 2026-06-09 | 1 | -1/+1 | |
| | * | | | | | | tor-netdoc: Test for ItemPresent | Clara Engler | 2026-06-09 | 1 | -1/+89 | |
| | * | | | | | | tor-netdoc: Add ItemPresent type | Clara Engler | 2026-06-09 | 3 | -2/+86 | |
| | * | | | | | | tor-netdoc: Document Transparent shortcoming | Clara Engler | 2026-06-09 | 1 | -0/+3 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'netdoc-small-fixes' into 'main' | Clara Engler | 2026-06-09 | 3 | -4/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-netdoc: {required,recommended}-*-protocols: change ordering | Ian Jackson | 2026-06-03 | 1 | -2/+2 | |
| | * | | | | | | tor-netdoc: {required,recommended}-*-protocols: fix encoding | Ian Jackson | 2026-06-03 | 1 | -1/+1 | |
| | * | | | | | | tor-netdoc: SoftwareVersion: fix Display impl | Ian Jackson | 2026-06-03 | 1 | -0/+1 | |
| | * | | | | | | tor-netdoc: fix a doc formatting typo | Ian Jackson | 2026-06-03 | 1 | -1/+1 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge branch 'parse-input-improve' into 'main' | Clara Engler | 2026-06-09 | 2 | -0/+17 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-netdoc: ParseInput: document changes | Ian Jackson | 2026-06-03 | 1 | -0/+1 | |
| | * | | | | | | tor-netdoc: ParseInput: add retain_unknown_values convenience setter | Ian Jackson | 2026-06-03 | 1 | -0/+10 | |
| | * | | | | | | tor-netdoc: ParseInput: add accessors | Ian Jackson | 2026-06-03 | 1 | -1/+4 | |
| | * | | | | | | tor-netdoc: ParseInput: add some blank lines | Ian Jackson | 2026-06-03 | 1 | -0/+2 | |
| | * | | | | | | tor-netdoc: ParseInput: impl Debug and Clone | Ian Jackson | 2026-06-03 | 1 | -0/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'move-token-bucket' into 'main' | David Goulet | 2026-06-08 | 15 | -74/+92 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | proto: Move RateLimitedWriter to tor-async-utils | David Goulet | 2026-06-08 | 12 | -41/+62 | |
| | * | | | | | | proto: Move TokenBucket to tor-basic-utils | David Goulet | 2026-06-08 | 6 | -35/+32 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'connect-options' into 'main' | opara | 2026-06-08 | 23 | -87/+508 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | tor-rtcompat: change `Default` impls for connect/listen options | Steven Engler | 2026-06-08 | 1 | -37/+60 | |
| | * | | | | | tor-rtcompat: replace `_options` with `()` | Steven Engler | 2026-06-08 | 1 | -2/+2 | |
| | * | | | | | tor-rtcompat: updated semver.md for `connect()` changes | Steven Engler | 2026-06-08 | 1 | -0/+3 | |
| | * | | | | | tor-rtcompat: add connect() options to set the socket buf sizes | Steven Engler | 2026-06-08 | 2 | -2/+25 | |
| | * | | | | | tor-rtcompat: manually create and connect() socket | Steven Engler | 2026-06-08 | 5 | -15/+156 | |
| | * | | | | | tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions` | Steven Engler | 2026-06-08 | 20 | -58/+203 | |
| | * | | | | | tor-rtcompat: add structs to hold connect() options | Steven Engler | 2026-06-08 | 2 | -1/+87 | |
| | * | | | | | tor-rtcompat: improve comment on `UnixListenOptions` | Steven Engler | 2026-06-08 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'defer_bootstrap_v1' into 'main' | Nick Mathewson | 2026-06-08 | 12 | -27/+270 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rpc tests: test deferred_bootstrap. | Nick Mathewson | 2026-06-08 | 3 | -2/+42 | |
| | * | | | | | arti: rpc functionality to bootstrap a defer_bootstrapped client. | Nick Mathewson | 2026-06-08 | 6 | -8/+101 | |
| | * | | | | | Option to defer bootstrapping at startup. | Nick Mathewson | 2026-06-08 | 5 | -17/+127 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge branch 'destroy-cell3' into 'main' | gabi-250 | 2026-06-08 | 9 | -28/+395 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | proto: Update the tests to use the new CircuitRx{Receiver,Sender}s | Gabriela Moldovan | 2026-06-08 | 6 | -16/+17 | |
| | * | | | | | proto: Replace CircuitRx{Sender,Receiver} with new channel type | Gabriela Moldovan | 2026-06-08 | 3 | -11/+5 | |
| | * | | | | | proto: Remove now-unused import | Gabriela Moldovan | 2026-06-08 | 1 | -1/+1 | |
| | * | | | | | proto: Add a new channel -> circuit queue type | Gabriela Moldovan | 2026-06-08 | 2 | -0/+372 | |
| * | | | | | | Merge branch 'stream-ctrl-opt' into 'main' | gabi-250 | 2026-06-08 | 2 | -17/+28 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | proto: Enable the relay exit stream test | Gabriela Moldovan | 2026-06-08 | 1 | -1/+0 | |
| | * | | | | | proto: Set the ClientDataStreamCtrl to None for relay streams (fmt) | Gabriela Moldovan | 2026-06-08 | 1 | -5/+7 | |
| | * | | | | | proto: Set the ClientDataStreamCtrl to None for relay streams | Gabriela Moldovan | 2026-06-08 | 1 | -3/+3 | |
| | * | | | | | proto: Make the ClientDataStreamCtrl optional throughout | Gabriela Moldovan | 2026-06-08 | 1 | -12/+22 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'cargo-audit-proc-macro' into 'main' | Nick Mathewson | 2026-06-08 | 1 | -0/+7 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | maint/cargo-audit: Ignore RUSTSEC-2026-0173 | Gabriela Moldovan | 2026-06-08 | 1 | -0/+7 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'coverage-target-dir' into 'main' | Nick Mathewson | 2026-06-08 | 1 | -3/+5 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | fix coverage_fuzz_corpora to use the target-coverage dir | 5225225 | 2026-06-04 | 1 | -3/+5 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'tokio-1.47.1' into 'main' | Nick Mathewson | 2026-06-03 | 13 | -14/+14 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Upgrade tokio to LTS 1.47.1 | Neel Chauhan | 2026-06-03 | 13 | -14/+14 | |
| * | | | | Merge branch 'filetime' into 'main' | gabi-250 | 2026-06-03 | 2 | -24/+5 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Bump filetime to 0.2.29 | Gabriela Moldovan | 2026-06-03 | 1 | -22/+3 | |
