aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | tor-consdiff: Cut signature using byte offsetsClara Engler2026-03-251-30/+36
| * | | | | | tor-consdiff: Use same rng in testClara Engler2026-03-251-2/+3
| * | | | | | tor-consdiff: Compile-time assertion for 32-bitClara Engler2026-03-253-0/+5
| * | | | | | tor-consdiff: Return error for dotlineClara Engler2026-03-252-16/+47
| * | | | | | tor-consdiff: Refactor gen_ed_diffClara Engler2026-03-251-28/+63
| * | | | | | tor-consdiff: Failed applies are a BugClara Engler2026-03-254-6/+14
| * | | | | | tor-consdiff: Replace `+=` with `std::fmt`Clara Engler2026-03-251-20/+36
| * | | | | | tor-consdiff: Constify directory-signature literalClara Engler2026-03-251-3/+10
| * | | | | | tor-consdiff: Replace names with custom wordlistClara Engler2026-03-253-144/+54
| * | | | | | tor-consdiff: Add consdiff generation algorithmClara Engler2026-03-256-24/+360
| * | | | | | parse2: Rename lno_for_error to lnoClara Engler2026-03-253-3/+4
| * | | | | | parse2: Implement `ParseError::new()`Clara Engler2026-03-251-0/+19
|/ / / / / /
* | | | | | Merge branch 'fix-docs' into 'main'David Goulet2026-03-252-3/+3
|\ \ \ \ \ \
| * | | | | | docs: fix config file path on windowsSteven Engler2026-03-242-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'hsservice-readme' into 'main'Nick Mathewson2026-03-251-17/+0
|\ \ \ \ \ \
| * | | | | | hsservice: Remove obsolete "Limitations" sectionGabriela Moldovan2026-03-251-17/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'dont-warn-conn-failed' into 'main'Nick Mathewson2026-03-251-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tor-chanmgr: don't `warn_report!` for failed connectionsSteven Engler2026-03-241-1/+0
| |/ / / /
* | | | | Merge branch 'log-formatting' into 'main'gabi-2502026-03-252-2/+2
|\ \ \ \ \
| * | | | | tor-guardmgr: fix some duration string formattingSteven Engler2026-03-242-2/+2
| |/ / / /
* | | | | Merge branch 'circ-reac-changes' into 'main'gabi-2502026-03-252-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-proto: change `dyn ChannelProvider` to also be `Sync`Steven Engler2026-03-242-3/+3
| * | | | tor-proto: change relay circ reactor `new()` to `pub(crate)`Steven Engler2026-03-241-1/+1
|/ / / /
* | | | Merge branch 'weak_table_explicit_hasher' into 'main'David Goulet2026-03-245-5/+28
|\ \ \ \
| * | | | Force use of standard hasher with weak_tables.Nick Mathewson2026-03-245-5/+28
| |/ / /
* | | | Merge branch 'relay-log' into 'main'David Goulet2026-03-241-2/+2
|\ \ \ \
| * | | | arti-relay: change a 'debug' log to 'info'Steven Engler2026-03-241-2/+2
|/ / / /
* | | | Merge branch 'codespell' into 'main'opara2026-03-2456-91/+93
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typosTobias Stoeckmann2026-03-2456-91/+93
|/ / /
* | | Merge branch 'rpc-nonblocking-ffi' into 'main'Nick Mathewson2026-03-2310-19/+1252
|\ \ \
| * | | rpc: re-run cbindben.Nick Mathewson2026-03-231-3/+3
| * | | typo fixes from @jnewsomeNick Mathewson2026-03-232-5/+5
| * | | rpc: Python wrappers (and tests) for pollable FFI.Nick Mathewson2026-03-234-1/+297
| * | | rpc: Add pythonic wrappers nonblocking requests.Nick Mathewson2026-03-233-1/+195
| * | | rpc: Add python ctypes wrappers for new FFI functions.Nick Mathewson2026-03-231-11/+82
| * | | Run cbindgen to regenerate header file.Nick Mathewson2026-03-232-1/+230
| * | | rpc: add ffi wrappers for nonblocking and event-loop functions.Nick Mathewson2026-03-232-6/+313
| * | | rpc: define FFI wrappers for nonblocking request APIsNick Mathewson2026-03-231-1/+137
|/ / /
* | | Merge branch 'half-stream-expiry3' into 'main'gabi-2502026-03-233-53/+55
|\ \ \
| * | | proto: Remove now-unused TimeoutEstimator argumentGabriela Moldovan2026-03-191-2/+0
| * | | proto: Replace TimeoutEstimator with opaque handlerGabriela Moldovan2026-03-193-50/+13
| * | | proto: Implement StreamHandler for relaysGabriela Moldovan2026-03-191-1/+29
| * | | proto: Add a trait for customizing StreamReactor behaviorGabriela Moldovan2026-03-191-0/+13
* | | | Merge branch 'bump-rustls-webpki' into 'main'Nick Mathewson2026-03-231-3/+3
|\ \ \ \
| * | | | Bump to latest webpki (0.103.10) to resolve RUSTSEC-2026-0049Nick Mathewson2026-03-231-3/+3
* | | | | Merge branch 'build_certs_refactor' into 'main'Nick Mathewson2026-03-237-23/+59
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cell: Feature-gate API using the possibly absent EncodedCert type.Nick Mathewson2026-03-233-1/+6
| * | | | cell, proto, cert: Simplify CERTS cell building.Nick Mathewson2026-03-195-22/+53
* | | | | Merge branch 'gating-cleanup' into 'main'Ian Jackson2026-03-232-5/+1
|\ \ \ \ \
| * | | | | proto: Remove unnecessary feature-gatingGabriela Moldovan2026-03-191-1/+1