| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | tor-consdiff: Cut signature using byte offsets | Clara Engler | 2026-03-25 | 1 | -30/+36 | |
| | * | | | | | | tor-consdiff: Use same rng in test | Clara Engler | 2026-03-25 | 1 | -2/+3 | |
| | * | | | | | | tor-consdiff: Compile-time assertion for 32-bit | Clara Engler | 2026-03-25 | 3 | -0/+5 | |
| | * | | | | | | tor-consdiff: Return error for dotline | Clara Engler | 2026-03-25 | 2 | -16/+47 | |
| | * | | | | | | tor-consdiff: Refactor gen_ed_diff | Clara Engler | 2026-03-25 | 1 | -28/+63 | |
| | * | | | | | | tor-consdiff: Failed applies are a Bug | Clara Engler | 2026-03-25 | 4 | -6/+14 | |
| | * | | | | | | tor-consdiff: Replace `+=` with `std::fmt` | Clara Engler | 2026-03-25 | 1 | -20/+36 | |
| | * | | | | | | tor-consdiff: Constify directory-signature literal | Clara Engler | 2026-03-25 | 1 | -3/+10 | |
| | * | | | | | | tor-consdiff: Replace names with custom wordlist | Clara Engler | 2026-03-25 | 3 | -144/+54 | |
| | * | | | | | | tor-consdiff: Add consdiff generation algorithm | Clara Engler | 2026-03-25 | 6 | -24/+360 | |
| | * | | | | | | parse2: Rename lno_for_error to lno | Clara Engler | 2026-03-25 | 3 | -3/+4 | |
| | * | | | | | | parse2: Implement `ParseError::new()` | Clara Engler | 2026-03-25 | 1 | -0/+19 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'fix-docs' into 'main' | David Goulet | 2026-03-25 | 2 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | docs: fix config file path on windows | Steven Engler | 2026-03-24 | 2 | -3/+3 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'hsservice-readme' into 'main' | Nick Mathewson | 2026-03-25 | 1 | -17/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hsservice: Remove obsolete "Limitations" section | Gabriela Moldovan | 2026-03-25 | 1 | -17/+0 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'dont-warn-conn-failed' into 'main' | Nick Mathewson | 2026-03-25 | 1 | -1/+0 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | tor-chanmgr: don't `warn_report!` for failed connections | Steven Engler | 2026-03-24 | 1 | -1/+0 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'log-formatting' into 'main' | gabi-250 | 2026-03-25 | 2 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-guardmgr: fix some duration string formatting | Steven Engler | 2026-03-24 | 2 | -2/+2 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'circ-reac-changes' into 'main' | gabi-250 | 2026-03-25 | 2 | -4/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-proto: change `dyn ChannelProvider` to also be `Sync` | Steven Engler | 2026-03-24 | 2 | -3/+3 | |
| | * | | | | tor-proto: change relay circ reactor `new()` to `pub(crate)` | Steven Engler | 2026-03-24 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'weak_table_explicit_hasher' into 'main' | David Goulet | 2026-03-24 | 5 | -5/+28 | |
| |\ \ \ \ | ||||||
| | * | | | | Force use of standard hasher with weak_tables. | Nick Mathewson | 2026-03-24 | 5 | -5/+28 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'relay-log' into 'main' | David Goulet | 2026-03-24 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | arti-relay: change a 'debug' log to 'info' | Steven Engler | 2026-03-24 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'codespell' into 'main' | opara | 2026-03-24 | 56 | -91/+93 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Fix typos | Tobias Stoeckmann | 2026-03-24 | 56 | -91/+93 | |
| |/ / / | ||||||
| * | | | Merge branch 'rpc-nonblocking-ffi' into 'main' | Nick Mathewson | 2026-03-23 | 10 | -19/+1252 | |
| |\ \ \ | ||||||
| | * | | | rpc: re-run cbindben. | Nick Mathewson | 2026-03-23 | 1 | -3/+3 | |
| | * | | | typo fixes from @jnewsome | Nick Mathewson | 2026-03-23 | 2 | -5/+5 | |
| | * | | | rpc: Python wrappers (and tests) for pollable FFI. | Nick Mathewson | 2026-03-23 | 4 | -1/+297 | |
| | * | | | rpc: Add pythonic wrappers nonblocking requests. | Nick Mathewson | 2026-03-23 | 3 | -1/+195 | |
| | * | | | rpc: Add python ctypes wrappers for new FFI functions. | Nick Mathewson | 2026-03-23 | 1 | -11/+82 | |
| | * | | | Run cbindgen to regenerate header file. | Nick Mathewson | 2026-03-23 | 2 | -1/+230 | |
| | * | | | rpc: add ffi wrappers for nonblocking and event-loop functions. | Nick Mathewson | 2026-03-23 | 2 | -6/+313 | |
| | * | | | rpc: define FFI wrappers for nonblocking request APIs | Nick Mathewson | 2026-03-23 | 1 | -1/+137 | |
| |/ / / | ||||||
| * | | | Merge branch 'half-stream-expiry3' into 'main' | gabi-250 | 2026-03-23 | 3 | -53/+55 | |
| |\ \ \ | ||||||
| | * | | | proto: Remove now-unused TimeoutEstimator argument | Gabriela Moldovan | 2026-03-19 | 1 | -2/+0 | |
| | * | | | proto: Replace TimeoutEstimator with opaque handler | Gabriela Moldovan | 2026-03-19 | 3 | -50/+13 | |
| | * | | | proto: Implement StreamHandler for relays | Gabriela Moldovan | 2026-03-19 | 1 | -1/+29 | |
| | * | | | proto: Add a trait for customizing StreamReactor behavior | Gabriela Moldovan | 2026-03-19 | 1 | -0/+13 | |
| * | | | | Merge branch 'bump-rustls-webpki' into 'main' | Nick Mathewson | 2026-03-23 | 1 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Bump to latest webpki (0.103.10) to resolve RUSTSEC-2026-0049 | Nick Mathewson | 2026-03-23 | 1 | -3/+3 | |
| * | | | | | Merge branch 'build_certs_refactor' into 'main' | Nick Mathewson | 2026-03-23 | 7 | -23/+59 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | cell: Feature-gate API using the possibly absent EncodedCert type. | Nick Mathewson | 2026-03-23 | 3 | -1/+6 | |
| | * | | | | cell, proto, cert: Simplify CERTS cell building. | Nick Mathewson | 2026-03-19 | 5 | -22/+53 | |
| * | | | | | Merge branch 'gating-cleanup' into 'main' | Ian Jackson | 2026-03-23 | 2 | -5/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | proto: Remove unnecessary feature-gating | Gabriela Moldovan | 2026-03-19 | 1 | -1/+1 | |
