summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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-253-6/+13
* | | | | 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-252-8/+31
* | | | | tor-consdiff: Add consdiff generation algorithmClara Engler2026-03-255-3/+212
* | | | | 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-251-1/+1
|\ \ \ \
| * | | | docs: fix config file path on windowsSteven Engler2026-03-241-1/+1
| | |/ / | |/| |
* | | | 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
| |/ /
* | | 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
* | | arti-relay: change a 'debug' log to 'info'Steven Engler2026-03-241-2/+2
* | | Fix typosTobias Stoeckmann2026-03-2449-74/+76
|/ /
* | rpc: re-run cbindben.Nick Mathewson2026-03-231-3/+3
* | typo fixes from @jnewsomeNick Mathewson2026-03-231-1/+1
* | 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 '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
| * | | | proto: Remove unnecessary test-gatingGabriela Moldovan2026-03-191-4/+0
| | |/ / | |/| |
* | | | Merge branch 'retry_error_dedup' into 'main'gabi-2502026-03-231-23/+62
|\ \ \ \
| * | | | retry-error: Remove unused variableTobias Stoeckmann2026-03-191-1/+0
| * | | | retry-error: Simplify extend_from_retry_errorTobias Stoeckmann2026-03-191-16/+7
| * | | | retry-error: Allow dedup_by to merge rangesTobias Stoeckmann2026-03-191-5/+54
| * | | | retry-error: Fix typo in dedup_by descriptionTobias Stoeckmann2026-03-171-1/+1
* | | | | proto: Compare AUTHENTICATE expected body in constant-timeDavid Goulet2026-03-191-1/+3
* | | | | proto: The relay signing key signs the auth certDavid Goulet2026-03-192-9/+6
* | | | | proto: Check the AUTHENTICATE auth type that we support itDavid Goulet2026-03-194-1/+24
* | | | | chanmgr: Don't build relay channel if method is not DirectDavid Goulet2026-03-191-0/+6
* | | | | chanmgr: Clarify the use of no identity ChanTargetDavid Goulet2026-03-192-9/+14
* | | | | cell: Use Error::MissingData if Authenticate fields length is wrongDavid Goulet2026-03-191-26/+16