summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * dirmgr: port to web-time-compat.Nick Mathewson2026-03-266-14/+25
| * tor-dirclient: port to web-time-compat.Nick Mathewson2026-03-263-2/+5
| * circmgr: Port to web-time-compat.Nick Mathewson2026-03-2613-26/+37
| * tor-guardmgr: Port to web_time_compat.Nick Mathewson2026-03-2611-62/+69
| * tor-ptmgr: port to web-time-compat.Nick Mathewson2026-03-262-4/+5
| * tor-chanmgr: port to web-time-compat.Nick Mathewson2026-03-262-11/+10
| * tor-netdir: port to web-time-compat.Nick Mathewson2026-03-263-3/+5
| * tor-netdoc: Port to web-time-compatNick Mathewson2026-03-264-5/+8
| * tor-proto: Port to web-time-compatNick Mathewson2026-03-2620-37/+45
| * tor-relay-crypto: port to web-time-compatNick Mathewson2026-03-263-5/+5
| * tor-keymgr: migrate to web-time-compat.Nick Mathewson2026-03-263-3/+4
| * tor-persist: migrate to web-time-compat.Nick Mathewson2026-03-265-16/+19
| * tor-hcrypto: Port to web-time-compatNick Mathewson2026-03-263-6/+5
| * tor-cert: Port to web-time-compatNick Mathewson2026-03-264-9/+12
| * tor-checkable: Port to web-time-compatNick Mathewson2026-03-263-9/+11
| * log-ratelim: Port to web-time-compat.Nick Mathewson2026-03-262-1/+2
| * rtcompat, rtmock: Port to web-time-compat.Nick Mathewson2026-03-2614-33/+37
| * tor-error: Port to web-time-compat.Nick Mathewson2026-03-262-10/+11
| * tor-cert-x509: Port to web-time-compat.Nick Mathewson2026-03-264-4/+7
| * Add a new web-time-compat crate.Nick Mathewson2026-03-265-0/+216
| * retry-error: Port to web-time.Nick Mathewson2026-03-262-2/+39
* | Merge branch 'ahf/wasm-arti-client-build-error' into 'main'Alexander Hansen Færøy2026-03-261-1/+3
|\ \
| * | Progress on arti-client compilation on wasm32 target.Alexander Hansen Færøy2026-03-261-1/+3
| |/
* | Merge branch 'http-connect-wrapup' into 'main'Nick Mathewson2026-03-267-27/+101
|\ \
| * | Feature-gate the proxy.enable_http_connect optionNick Mathewson2026-03-261-1/+14
| * | Mark the http-connect feature as stable.Nick Mathewson2026-03-251-2/+2
| * | arti: Add an option to disable http_connect.Nick Mathewson2026-03-256-25/+86
* | | 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