| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | 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 | 2026-08-13 | 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 | |
| | | |/ / / / | |/| | | | | ||||||
| * / | | | | | tor-netdoc: Fix outdated rustdoc for misc.rs | Clara Engler | 2026-08-12 | 1 | -2/+0 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'dir-cache-kludge' into 'main' | Nick Mathewson | 2026-08-11 | 6 | -14/+359 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | 3 | -1/+296 | |
| | * | | | | | 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 | 3 | -0/+48 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | tor-dirserver: Remove getters from database.rs | Clara Engler | 2026-08-11 | 2 | -17/+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 | |
| | |/ / / / | ||||||
| * / / / / | add TODO about Arti#2634 | pryty26 | 2026-08-10 | 1 | -0/+4 | |
| |/ / / / | ||||||
| * | | | | 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 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-persist: remove hidden backspace character | Steven Engler | 2026-08-04 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | tor-dirserver: fix tests on OpenBSD | Andrew Kloet | 2026-08-05 | 2 | -3/+3 | |
| * | | | | Merge branch 'rust-upgrades' into 'main' | opara | 2026-08-05 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-proto: remove all default features from statrs | Steven Engler | 2026-08-05 | 1 | -1/+1 | |
| | * | | | | tor-proto: upgrade statrs | Steven Engler | 2026-08-04 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'test-dirclient-bad-utf8' into 'main' | Nick Mathewson | 2026-08-05 | 1 | -1/+18 | |
| |\ \ \ \ | ||||||
| | * | | | | test: invalid utf-8 bytes in response body | iqdecay | 2026-08-04 | 1 | -1/+18 | |
| * | | | | | Merge branch 'fix-incomplete' into 'main' | Nick Mathewson | 2026-08-05 | 1 | -2/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-netdoc: Fix left-over incompletes | Clara Engler | 2026-08-04 | 1 | -2/+0 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'rd-comment-outdated' into 'main' | gabi-250 | 2026-08-05 | 1 | -5/+0 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | tor-netdoc: Remove outdated top-level RouterDesc comment | Clara Engler | 2026-08-04 | 1 | -5/+0 | |
| | |/ / / | ||||||
| * | / / | Revert "Merge branch 'da-microdesc-calc' into 'main'" | Clara Engler | 2026-08-04 | 7 | -603/+11 | |
| | |/ / |/| | | ||||||
