| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | proto: Update tests now that we tolerate unrecognized CircIds | Gabriela Moldovan | 2026-08-11 | 1 | -24/+8 | |
| | * | | | | proto: s/channel/circuit in test comment | Gabriela Moldovan | 2026-08-11 | 1 | -1/+1 | |
| | * | | | | proto: Ignore CREATED* with unrecognized CircIds | Gabriela Moldovan | 2026-08-11 | 2 | -9/+14 | |
| | * | | | | proto: Silently drop DESTROY/RELAY cells on unknown circuits (fmt) | Gabriela Moldovan | 2026-08-11 | 1 | -5/+3 | |
| | * | | | | proto: Silently drop DESTROY/RELAY cells on unknown circuits | Gabriela Moldovan | 2026-08-11 | 1 | -4/+6 | |
| * | | | | | Merge branch 'clippy-fixes' into 'main' | gabi-250 | 14 days | 4 | -5/+8 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | tor-proto: 'expect' -> 'allow' in `CircReactorHandle` | Steven Engler | 2026-08-11 | 1 | -2/+2 | |
| | * | | | | tor-proto: fix a `clippy::unnecessary_filter_map` | Steven Engler | 2026-08-11 | 1 | -0/+2 | |
| | * | | | | tor-proto: box `CircParameters` in test-only `CtrlCmd::AddFakeHop` | Steven Engler | 2026-08-11 | 2 | -2/+3 | |
| | * | | | | tor-proto: fix a 'clippy::useless_conversion' | Steven Engler | 2026-08-11 | 1 | -1/+1 | |
| * | | | | | Merge branch 'backend-dirserver' into 'main' | Clara Engler | 2026-08-13 | 4 | -4/+139 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-dirserver: Disallow non GET methods | Clara Engler | 2026-08-12 | 1 | -0/+5 | |
| | * | | | | | tor-dirserver: Improve empty body check | Clara Engler | 2026-08-12 | 1 | -1/+10 | |
| | * | | | | | tor-dirserver: Support DirBackendPlugin kludge | Clara Engler | 2026-08-12 | 3 | -2/+124 | |
| | * | | | | | tor-dircommon: Sync + Send + 'static for DirBackendPlugin | Clara Engler | 2026-08-12 | 1 | -1/+1 | |
| | * | | | | | tor-dirserver: Remove unused_async lint | Clara Engler | 2026-08-12 | 1 | -1/+0 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'dns_qdcount_must_be_one' into 'main' | Nick Mathewson | 2026-08-12 | 1 | -68/+71 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | fix: the number of dns queries should be 1 | steven | 2026-08-04 | 1 | -68/+71 | |
| * | | | | | | Merge branch 'ntor-v3' into 'main' | opara | 2026-08-12 | 8 | -58/+336 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-proto: make `CreateRequestHandler` methods async | Steven Engler | 2026-08-12 | 2 | -28/+39 | |
| | * | | | | | | tor-proto: use `CgoRelayCrypto`/`Tor1RelayCrypto` aliases | Steven Engler | 2026-08-12 | 1 | -8/+7 | |
| | * | | | | | | tor-proto: change `TryFrom<_> for HandshakeSubprotocols` to a dedicated const... | Steven Engler | 2026-08-12 | 2 | -13/+16 | |
| | * | | | | | | tor-proto: check the handshake type in the ntor test | Steven Engler | 2026-08-12 | 1 | -8/+12 | |
| | * | | | | | | tor-proto: implement the ntor-v3 handshake | Steven Engler | 2026-08-12 | 1 | -9/+199 | |
| | * | | | | | | tor-proto: add `TryFrom<SubprotocolRequest> for HandshakeSubprotocols` | Steven Engler | 2026-08-12 | 1 | -1/+74 | |
| | * | | | | | | tor-cell: derive `Default` for `SubprotocolRequest` | Steven Engler | 2026-08-12 | 1 | -1/+1 | |
| | * | | | | | | tor-protover: fix doc comment for `ProtoKind` | Steven Engler | 2026-08-12 | 1 | -1/+1 | |
| | * | | | | | | tor-proto: change some instances of `sendme_inc` to u8 | Steven Engler | 2026-08-12 | 3 | -9/+7 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'fix-outdated-netdoc-comment' into 'main' | Jim Newsome | 2026-08-12 | 1 | -2/+0 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | tor-netdoc: Fix outdated rustdoc for misc.rs | Clara Engler | 2026-08-12 | 1 | -2/+0 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'README_relay.md' into 'main' | Nick Mathewson | 2026-08-11 | 2 | -11/+135 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | README_relay.md: Make the disclaimer parts more obvious. | Nick Mathewson | 2026-08-11 | 1 | -1/+11 | |
| | * | | | | | Apply 1 suggestion(s) to 1 file(s) | Nick Mathewson | 2026-08-11 | 1 | -1/+1 | |
| | * | | | | | Update "Current status" in README.md. | Nick Mathewson | 2026-08-10 | 1 | -11/+8 | |
| | * | | | | | New README_relay.md. | Nick Mathewson | 2026-08-10 | 1 | -0/+117 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge branch 'dir-cache-kludge' into 'main' | Nick Mathewson | 2026-08-11 | 7 | -14/+363 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | dirmgr: use FixedB64 to parse MD digests in as_plugin. | Nick Mathewson | 2026-08-11 | 1 | -8/+10 | |
| | * | | | | | dirmgr: Provide a DirPlugin to temporarily pose as a directory cache | Nick Mathewson | 2026-08-11 | 4 | -1/+297 | |
| | * | | | | | dircommon: cargo sort. | Nick Mathewson | 2026-08-10 | 1 | -18/+18 | |
| | * | | | | | dircommon: Add trait to use DirMgr as a temporary plugin | Nick Mathewson | 2026-08-10 | 4 | -0/+51 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'dirserver-database-getters' into 'main' | wesleyac | 2026-08-11 | 3 | -18/+13 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-dirserver: Remove getters from database.rs | Clara Engler | 2026-08-11 | 3 | -18/+13 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'ticket_2653' into 'main' | Jim Newsome | 2026-08-10 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | arti: Fix compilation of http-connect without rpc | Nick Mathewson | 2026-08-10 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'add_todo' into 'main' | wesleyac | 2026-08-10 | 1 | -0/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | add TODO about Arti#2634 | pryty26 | 2026-08-10 | 1 | -0/+4 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'lifetime-eq' into 'main' | David Goulet | 2026-08-10 | 2 | -1/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-netdoc: Derive PartialEq and Eq for Lifetime | Clara Engler | 2026-08-10 | 2 | -1/+2 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'upgrades' into 'main' | wesleyac | 2026-08-06 | 4 | -14/+14 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-persist: remove hidden backspace character | Steven Engler | 2026-08-04 | 1 | -1/+1 | |
