| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | tor-netdoc: parse2: Move multiplicity docs examples into Methods traits | Ian Jackson | 2025-11-19 | 1 | -32/+32 | |
| * | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | opentelemetry: Instrument a bunch of functions. | Wesley Aptekar-Cassels | 2025-11-24 | 40 | -18/+194 | |
| | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | 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 | |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | Add `hsc key ctor-migrate` subcommand | hjrgrn | 2025-11-24 | 22 | -8/+163 | |
| | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | | 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 | |
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | 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 | 6 | -72/+252 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | 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 | 2 | -13/+56 | |
| | * | | | | | | | | 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 | 5 | -83/+124 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | / / | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| | * | | | | | | | 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 | 2 | -7/+30 | |
| | * | | | | | | | tor-error: rustfmt | Nick Mathewson | 2025-11-18 | 1 | -63/+64 | |
| | * | | | | | | | tor-error: Provide a more reasonable API for http status codes. | Nick Mathewson | 2025-11-18 | 3 | -8/+11 | |
| | * | | | | | | | tor-error: Add support for ErrorKind->HTTP status conversion | Nick Mathewson | 2025-11-18 | 5 | -80/+84 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | tor-netdoc: encode: Explain why NetdocEncoder contains a Result | Ian Jackson | 2025-11-19 | 1 | -1/+2 | |
| * | | | | | | | tor-netdoc: parse2 docs: Clarify that these are for parsing | Ian Jackson | 2025-11-19 | 1 | -3/+3 | |
| * | | | | | | | tor-netdoc: parse2 docs: Fix ItemObjectParseable | Ian Jackson | 2025-11-19 | 1 | -4/+1 | |
