summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | proto: Add TODO about relay memquota setupGabriela Moldovan2026-03-261-0/+6
* | | proto: Use the inbound CircuitAccount when extending circuit (fmt)Gabriela Moldovan2026-03-262-2/+9
* | | proto: Use the inbound CircuitAccount when extending circuitGabriela Moldovan2026-03-263-4/+11
| |/ |/|
* | WASM: Enable `wasm_js` feature for getrandom for tor-basic-utils.Alexander Hansen Færøy2026-03-261-0/+3
* | arti: Mostly make clippy happy for wasm with --no-default-features.Nick Mathewson2026-03-253-1/+5
* | arti-client: Stub out usage of FsStateMgr on wasm32-unknown.Nick Mathewson2026-03-252-7/+41
* | consdiff: Additionally require tor-netdoc/ns-vote.Nick Mathewson2026-03-251-1/+2
* | consdiff: Only use the single feature we require from tor-netdoc.Nick Mathewson2026-03-251-1/+1
* | Merge branch 'wasm-compilation-part1' into 'main'Alexander Hansen Færøy2026-03-259-62/+61
|\ \
| * | dirmgr: Stub out usage of Lockfile on wasm32-unknown.Nick Mathewson2026-03-252-5/+38
| * | tor-config path: Fix a warning on non-unix systemsNick Mathewson2026-03-251-1/+1
| * | rtcompat: Fix clippy with wasm32 and no-default-features.Nick Mathewson2026-03-252-1/+10
| * | tor-basic-utils: Remove IoErrorExt and BinaryHeapExt.Nick Mathewson2026-03-253-52/+3
| * | tor_llcrypto: fix clippy for wasm32.Nick Mathewson2026-03-251-3/+9
* | | Merge branch 'rpc-ll-refactor' into 'main'Nick Mathewson2026-03-259-436/+510
|\ \ \
| * | | Re-run cbindgen.Nick Mathewson2026-03-251-2/+2
| * | | rpc: Fix up documentation linksNick Mathewson2026-03-252-1/+6
| * | | rpc: tweak documentation and variable names wrt renamingNick Mathewson2026-03-253-69/+74
| * | | rpc: Make stream type in NonblockingConnection opaque.Nick Mathewson2026-03-253-22/+52
| * | | Split ll_conn module into blocking/nonblocking layersNick Mathewson2026-03-253-901/+939
| * | | rpc: Rename nb_stream.rs → ll_conn.rsNick Mathewson2026-03-256-11/+11
| * | | rpc: Rename NonblockingStream → NonblockingConnection.Nick Mathewson2026-03-252-23/+23
| * | | rpc: Rename PollingStream → BlockingConnection.Nick Mathewson2026-03-254-31/+31
| * | | rpc: Remove mention of two already-removed arguments.Nick Mathewson2026-03-251-4/+0
| |/ /
* | | Merge branch 'fallbackdir-25-03-2026' into 'main'David Goulet2026-03-251-897/+899
|\ \ \
| * | | fallbackdir: Update list generated on March 25, 2026Tor CI Release2026-03-251-897/+899
| |/ /
* | | Merge branch 'relay-safelogging' into 'main'opara2026-03-252-0/+32
|\ \ \
| * | | arti-relay: add `log_sensitive_information` config optionSteven Engler2026-03-242-0/+32
| | |/ | |/|
* | | Merge branch 'relay-reactor-tests' into 'main'gabi-2502026-03-256-115/+743
|\ \ \
| * | | proto: Update reactor docs to reflect ForwardHandler changeGabriela Moldovan2026-03-251-6/+37
| * | | proto: Move handle_unrecognized_cell() out of ForwardHandlerGabriela Moldovan2026-03-252-50/+40
| * | | proto: Forward unrecognized RELAY_EARLY as RELAY_EARLYGabriela Moldovan2026-03-253-4/+8
| * | | proto: Add tests for the relay circuit reactorGabriela Moldovan2026-03-251-0/+536
| * | | cell: Derive PartialEq for Begin and BeginFlagsGabriela Moldovan2026-03-251-2/+2
| * | | proto: Use AllowAllStreamsFilter in relay builds tooGabriela Moldovan2026-03-251-2/+2
| * | | proto: Move AllowAllStreamsFilter to crate-pub test moduleGabriela Moldovan2026-03-252-15/+19
| * | | proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg() (fmt)Gabriela Moldovan2026-03-252-13/+43
| * | | proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg()Gabriela Moldovan2026-03-252-38/+47
| * | | proto: Move rmsg_to_ccmsg to crate-pub test moduleGabriela Moldovan2026-03-252-10/+34
| * | | proto: Replace fully-qualified path with import aliasGabriela Moldovan2026-03-251-1/+1
* | | | tor-consdiff: Apply comment suggestionClara Engler2026-03-251-2/+3
* | | | tor-consdiff: Prevent dotlines with WS tailClara Engler2026-03-251-4/+18
* | | | tor-consdiff: Rename `.lno` to `.lno_for_error`Clara Engler2026-03-251-2/+2
* | | | Revert "parse2: Rename lno_for_error to lno"Clara Engler2026-03-253-4/+3
* | | | tor-consdiff: Prevent dotlines properlyClara Engler2026-03-251-1/+19
* | | | tor-consdiff: Enforce Unix line endingsClara Engler2026-03-252-10/+10
* | | | tor-consdiff: Justify our use of peek'ingClara Engler2026-03-251-0/+3
* | | | tor-consdiff: Refactor result compositionClara Engler2026-03-251-11/+17
* | | | tor-consdiff: Use named variants for lno errorsClara Engler2026-03-252-10/+16
* | | | tor-consdiff: Use derive_more for HunkType's DisplayClara Engler2026-03-252-13/+6