| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | tor-netdoc: Introduce toplevel NeteworkStatus type | Ian Jackson | 2026-06-09 | 5 | -0/+74 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'fuzz-parse2' into 'main' | Nick Mathewson | 2026-06-09 | 2 | -2/+10 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | netdoc: Add fuzzing support for parse2 with authcert, mds | Nick Mathewson | 2026-06-04 | 2 | -2/+10 | |
| * | | | | | | | Merge branch 'deftly' into 'main' | Nick Mathewson | 2026-06-09 | 33 | -37/+37 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Bump derive-deftly to 1.11.3 | Ian Jackson | 2026-06-09 | 33 | -37/+37 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'f64-finite' into 'main' | Ian Jackson | 2026-06-09 | 3 | -0/+135 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | tor-netdoc: F64Finite, initially for votes' stats items | Ian Jackson | 2026-06-09 | 3 | -0/+135 | |
| * | | | | | | | | Merge branch 'encode-rs' into 'main' | Ian Jackson | 2026-06-09 | 5 | -3/+22 | |
| |\| | | | | | | | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | tor-netdoc: document new encoding impls | Ian Jackson | 2026-06-09 | 1 | -0/+2 | |
| | * | | | | | | tor-netdoc: impl EncodeOrd for Signature | Ian Jackson | 2026-06-09 | 1 | -1/+8 | |
| | * | | | | | | tor-netdoc: impl EncodeOrd for RouterStatus | Ian Jackson | 2026-06-09 | 2 | -1/+10 | |
| | * | | | | | | tor-netdoc: derive encoding for RouterStatus | Ian Jackson | 2026-06-09 | 2 | -1/+1 | |
| | * | | | | | | tor-netdoc: derive encoding for RouterStatusIntroItem | Ian Jackson | 2026-06-09 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'present-only-once' into 'main' | Clara Engler | 2026-06-09 | 3 | -3/+172 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-netdoc: Reject Object again in ItemPresent | Clara Engler | 2026-06-09 | 1 | -3/+4 | |
| | * | | | | | | tor-netdoc: Allow args and object in ItemPresent (fmt) | Clara Engler | 2026-06-09 | 1 | -8/+2 | |
| | * | | | | | | 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 | |
