aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Move reload_configuration method.Nick Mathewson13 days1-40/+37
| * | | | reload_cfg: Refactor to use a CfgMgr object.Nick Mathewson13 days2-87/+134
| * | | | tor-config: Make FileWatcher must_use.Nick Mathewson13 days1-0/+1
* | | | | proto: Remove redundant headingGabriela Moldovan9 days1-2/+0
* | | | | proto: Update table to mention all the other commands we handleGabriela Moldovan9 days1-2/+8
* | | | | proto: Be more specific about where the meta messages are handledGabriela Moldovan9 days1-14/+15
* | | | | proto: Say how forward DESTROY are handledGabriela Moldovan9 days1-1/+2
* | | | | proto: Clarify that "it" refers to the forward reactorGabriela Moldovan9 days1-1/+2
* | | | | proto: Update docs to clarify they apply to RELAY_EARLY tooGabriela Moldovan9 days1-3/+2
* | | | | proto: Update docs to say EXTEND2 is supportedGabriela Moldovan9 days1-5/+2
* | | | | proto: Update reactor docs to say TRUNCATE is unsupportedGabriela Moldovan9 days1-2/+3
| |/ / / |/| | |
* | | | Merge branch 'take_until_with_limit' into 'main'Nick Mathewson13 days2-10/+90
|\ \ \ \
| * | | | Add take_until_with_limit methods for better developer experience,pryty262026-07-022-10/+90
* | | | | Merge branch 'refactor-use-task-handler' into 'main'Nick Mathewson13 days2-20/+13
|\ \ \ \ \
| * | | | | refactor: use TaskHandle for expiring circuitiqdecay13 days2-20/+13
* | | | | | Merge branch 'unk-circid' into 'main'gabi-25013 days2-40/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | proto: Explicitly drop the cells with unrecognized CircIdsGabriela Moldovan2026-08-121-0/+20
| * | | | | proto: Update tests now that unrecognized CREATED are droppedGabriela Moldovan2026-08-111-2/+2
| * | | | | proto: Update tests now that we tolerate unrecognized CircIdsGabriela Moldovan2026-08-111-24/+8
| * | | | | proto: s/channel/circuit in test commentGabriela Moldovan2026-08-111-1/+1
| * | | | | proto: Ignore CREATED* with unrecognized CircIdsGabriela Moldovan2026-08-112-9/+14
| * | | | | proto: Silently drop DESTROY/RELAY cells on unknown circuits (fmt)Gabriela Moldovan2026-08-111-5/+3
| * | | | | proto: Silently drop DESTROY/RELAY cells on unknown circuitsGabriela Moldovan2026-08-111-4/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch 'clippy-fixes' into 'main'gabi-25013 days4-5/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tor-proto: 'expect' -> 'allow' in `CircReactorHandle`Steven Engler2026-08-111-2/+2
| * | | | tor-proto: fix a `clippy::unnecessary_filter_map`Steven Engler2026-08-111-0/+2
| * | | | tor-proto: box `CircParameters` in test-only `CtrlCmd::AddFakeHop`Steven Engler2026-08-112-2/+3
| * | | | tor-proto: fix a 'clippy::useless_conversion'Steven Engler2026-08-111-1/+1
* | | | | Merge branch 'backend-dirserver' into 'main'Clara Engler13 days4-4/+139
|\ \ \ \ \
| * | | | | tor-dirserver: Disallow non GET methodsClara Engler2026-08-121-0/+5
| * | | | | tor-dirserver: Improve empty body checkClara Engler2026-08-121-1/+10
| * | | | | tor-dirserver: Support DirBackendPlugin kludgeClara Engler2026-08-123-2/+124
| * | | | | tor-dircommon: Sync + Send + 'static for DirBackendPluginClara Engler2026-08-121-1/+1
| * | | | | tor-dirserver: Remove unused_async lintClara Engler2026-08-121-1/+0
| |/ / / /
* | | | | Merge branch 'dns_qdcount_must_be_one' into 'main'Nick Mathewson2026-08-121-68/+71
|\ \ \ \ \
| * | | | | fix: the number of dns queries should be 1steven2026-08-041-68/+71
* | | | | | Merge branch 'ntor-v3' into 'main'opara2026-08-128-58/+336
|\ \ \ \ \ \
| * | | | | | tor-proto: make `CreateRequestHandler` methods asyncSteven Engler2026-08-122-28/+39
| * | | | | | tor-proto: use `CgoRelayCrypto`/`Tor1RelayCrypto` aliasesSteven Engler2026-08-121-8/+7
| * | | | | | tor-proto: change `TryFrom<_> for HandshakeSubprotocols` to a dedicated const...Steven Engler2026-08-122-13/+16
| * | | | | | tor-proto: check the handshake type in the ntor testSteven Engler2026-08-121-8/+12
| * | | | | | tor-proto: implement the ntor-v3 handshakeSteven Engler2026-08-121-9/+199
| * | | | | | tor-proto: add `TryFrom<SubprotocolRequest> for HandshakeSubprotocols`Steven Engler2026-08-121-1/+74
| * | | | | | tor-cell: derive `Default` for `SubprotocolRequest`Steven Engler2026-08-121-1/+1
| * | | | | | tor-protover: fix doc comment for `ProtoKind`Steven Engler2026-08-121-1/+1
| * | | | | | tor-proto: change some instances of `sendme_inc` to u8Steven Engler2026-08-123-9/+7
| | |/ / / / | |/| | | |
* / | | | | tor-netdoc: Fix outdated rustdoc for misc.rsClara Engler2026-08-121-2/+0
|/ / / / /
* | | | | Merge branch 'dir-cache-kludge' into 'main'Nick Mathewson2026-08-116-14/+359
|\ \ \ \ \
| * | | | | dirmgr: use FixedB64 to parse MD digests in as_plugin.Nick Mathewson2026-08-111-8/+10
| * | | | | dirmgr: Provide a DirPlugin to temporarily pose as a directory cacheNick Mathewson2026-08-113-1/+296