| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | doc/hsc.md: Add a more user-friendly intro | Gabriela Moldovan | 2025-11-24 | 1 | -2/+5 | |
| | * | | | | | | | | | | | doc/hsc.md: Use gerund in headings | Gabriela Moldovan | 2025-11-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'end_reason_handling' into 'main' | Nick Mathewson | 2025-11-24 | 1 | -1/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | http-connect: use end reason for http status if possible | Nick Mathewson | 2025-11-24 | 1 | -1/+38 | |
| * | | | | | | | | | | | | Merge branch 'otel-more-spans' into 'main' | wesleyac | 2025-11-24 | 41 | -20/+196 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | opentelemetry: Instrument a bunch of functions. | Wesley Aptekar-Cassels | 2025-11-24 | 41 | -20/+196 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge branch 'bug2172' into 'main' | Nick Mathewson | 2025-11-24 | 3 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | tor-llcrypto: Stop deriving Deref in CtByteArray | Neel Chauhan | 2025-11-24 | 3 | -3/+3 | |
| | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch '2213-hsc-ctor-migrate' into 'main' | gabi-250 | 2025-11-24 | 25 | -12/+222 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Add `hsc key ctor-migrate` subcommand | hjrgrn | 2025-11-24 | 25 | -12/+222 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'hashx-lint' into 'main' | opara | 2025-11-20 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | hashx: Gate as_u8() behind the compiler feature | Gabriela Moldovan | 2025-11-20 | 1 | -0/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'readd-error-deduping' into 'main' | Ian Jackson | 2025-11-20 | 2 | -23/+16 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | retry-error: add comment in `fmt_error_with_sources` | Steven Engler | 2025-11-18 | 1 | -0/+4 | |
| | * | | | | | | | | | Revert "retry-error: stop trying to dedup error msgs" | Steven Engler | 2025-11-18 | 2 | -23/+12 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'hsonly' into 'main' | Nick Mathewson | 2025-11-19 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | tor-circmgr: fix incorrect match on `HsOnly` | Steven Engler | 2025-11-19 | 1 | -0/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'relay-split-channels' into 'main' | David Goulet | 2025-11-19 | 8 | -319/+577 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | proto: Add a semver entry for ClientInitiatorHandshake | David Goulet | 2025-11-19 | 1 | -0/+2 | |
| | * | | | | | | | | | proto: Remove unused code from test | David Goulet | 2025-11-19 | 1 | -1/+0 | |
| | * | | | | | | | | | proto: Move comment in relay handshake.rs | David Goulet | 2025-11-19 | 1 | -1/+1 | |
| | * | | | | | | | | | proto: Remove unused function from ClientChannelBuilder | David Goulet | 2025-11-19 | 1 | -7/+0 | |
| | * | | | | | | | | | proto: Add a TODO relay for ChannelBuilder | David Goulet | 2025-11-19 | 1 | -0/+2 | |
| | * | | | | | | | | | proto: Remove a .expect() of a digest array conversion | David Goulet | 2025-11-19 | 1 | -17/+15 | |
| | * | | | | | | | | | proto: Update generic channel comments | David Goulet | 2025-11-19 | 1 | -9/+12 | |
| | * | | | | | | | | | proto: Make cargo doc happy | David Goulet | 2025-11-19 | 2 | -3/+3 | |
| | * | | | | | | | | | proto: Implement part of UnverifiedRelayChannel::finish() | David Goulet | 2025-11-19 | 1 | -10/+37 | |
| | * | | | | | | | | | proto: Split VerifiedChannel::finish() | David Goulet | 2025-11-19 | 2 | -25/+20 | |
| | * | | | | | | | | | proto: Use the new client specific channels | David Goulet | 2025-11-19 | 2 | -28/+26 | |
| | * | | | | | | | | | proto: Add client specific handshake channel structs | David Goulet | 2025-11-19 | 3 | -7/+91 | |
| | * | | | | | | | | | proto: Move client handshake into client channel module | David Goulet | 2025-11-19 | 5 | -129/+222 | |
| | * | | | | | | | | | proto: Add VerifiedRelayChannel implementation | David Goulet | 2025-11-19 | 2 | -2/+33 | |
| | * | | | | | | | | | proto: Add UnverifiedRelayChannel implementation | David Goulet | 2025-11-19 | 4 | -125/+122 | |
| | * | | | | | | | | | proto: Introduce relay specific channel structs | David Goulet | 2025-11-19 | 1 | -2/+38 | |
| * | | | | | | | | | | Merge branch 'relay-or-config' into 'main' | opara | 2025-11-19 | 7 | -72/+253 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | arti-relay: remove checks on "advertise" addresses | Steven Engler | 2025-11-19 | 1 | -53/+8 | |
| | * | | | | | | | | | arti-relay: update comment about "auto" port option | Steven Engler | 2025-11-18 | 1 | -2/+1 | |
| | * | | | | | | | | | arti-relay: fix doc comments | Steven Engler | 2025-11-18 | 1 | -5/+5 | |
| | * | | | | | | | | | arti-relay: remove builder tests | Steven Engler | 2025-11-12 | 1 | -20/+0 | |
| | * | | | | | | | | | arti-relay: remove `Default` tests from config | Steven Engler | 2025-11-12 | 1 | -2/+2 | |
| | * | | | | | | | | | arti-relay: listen at configured OR ports | Steven Engler | 2025-11-12 | 3 | -13/+57 | |
| | * | | | | | | | | | arti-relay: `TorRelay::run` now takes an owned `self` | Steven Engler | 2025-11-12 | 1 | -1/+1 | |
| | * | | | | | | | | | arti-relay: remove `Clone` from `TorRelay` | Steven Engler | 2025-11-12 | 1 | -1/+0 | |
| | * | | | | | | | | | arti-relay: added config options for OR port and advertise | Steven Engler | 2025-11-12 | 2 | -0/+200 | |
| | * | | | | | | | | | arti-relay: move `iter_join` to a new `util` module | Steven Engler | 2025-11-12 | 2 | -28/+34 | |
| | * | | | | | | | | | arti-relay: update some comments | Steven Engler | 2025-11-12 | 1 | -7/+5 | |
| * | | | | | | | | | | Merge branch 'refactor-http-errors' into 'main' | Nick Mathewson | 2025-11-19 | 6 | -83/+127 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | error: Improve http error status code docs. | Nick Mathewson | 2025-11-19 | 1 | -0/+10 | |
| | * | | | | | | | | http_connect: Report end reasons for HTTP CONNECT failures. | Nick Mathewson | 2025-11-19 | 3 | -7/+32 | |
| | * | | | | | | | | tor-error: rustfmt | Nick Mathewson | 2025-11-18 | 1 | -63/+64 | |
