| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | 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 | |
| | * | | | | maint: 'SpacesAftertabs' -> 'SpacesAfterTabs' | Steven Engler | 2026-08-04 | 1 | -1/+1 | |
| | * | | | | maint: renamed '.ecrc' | Steven Engler | 2026-08-04 | 1 | -0/+0 | |
| | * | | | | ci,maint: update container image versions | Steven Engler | 2026-08-04 | 2 | -12/+12 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'tor-dirserver-connect-fix' into 'main' | opara | 2026-08-05 | 2 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-dirserver: fix tests on OpenBSD | Andrew Kloet | 2026-08-05 | 2 | -3/+3 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'rust-upgrades' into 'main' | opara | 2026-08-05 | 2 | -104/+7 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-proto: remove all default features from statrs | Steven Engler | 2026-08-05 | 2 | -114/+1 | |
| | * | | | | tor-proto: upgrade statrs | Steven Engler | 2026-08-04 | 2 | -29/+45 | |
| | |/ / / | ||||||
| * | | | | 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 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'revert-b656bb27' into 'main' | Alexander Hansen Færøy | 2026-08-04 | 8 | -608/+11 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Revert "Merge branch 'da-microdesc-calc' into 'main'" | Clara Engler | 2026-08-04 | 8 | -608/+11 | |
| |/ / / | ||||||
| * | | | Merge branch 'upgrade-weak-table' into 'main' | opara | 2026-08-04 | 7 | -15/+11 | |
| |\ \ \ | ||||||
| | * | | | Once more permit weak_table::*::retain | Nick Mathewson | 2026-08-04 | 1 | -8/+0 | |
| | * | | | Upgrade to weak-table 0.4.0 | Nick Mathewson | 2026-08-04 | 6 | -7/+11 | |
