| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | 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 | |
| | * | | | | | | | 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 | 6 | -80/+85 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'p2-docs-misc' into 'main' | gabi-250 | 2025-11-19 | 3 | -12/+12 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | 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 | |
| | * | | | | | | tor-netdoc: parse2 docs: Improve `#[deftly(netdoc(rest))]` docs | Ian Jackson | 2025-11-19 | 1 | -0/+2 | |
| | * | | | | | | tor-netdoc: parse2 docs: Fix docs for ItemArgumentParseable | Ian Jackson | 2025-11-19 | 1 | -3/+2 | |
| | * | | | | | | tor-netdoc: parse2 docs: Document BTreeSet in multiplicity | Ian Jackson | 2025-11-19 | 1 | -2/+3 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'pub-encode' into 'main' | Ian Jackson | 2025-11-19 | 8 | -32/+68 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-netdoc: Add a blank line for reading clarity | Ian Jackson | 2025-11-18 | 1 | -0/+1 | |
| | * | | | | | | tor-netdoc: impl Default for NetdocEncoder | Ian Jackson | 2025-11-18 | 1 | -0/+7 | |
| | * | | | | | | tor-netdoc: Make much more of the encode module contents public | Ian Jackson | 2025-11-18 | 3 | -14/+14 | |
| | * | | | | | | tor-netdoc: Add a note about the nature of NetdocBuilder | Ian Jackson | 2025-11-18 | 1 | -1/+13 | |
| | * | | | | | | tor-netdoc: Implement KeywordEncodable for &'static str | Ian Jackson | 2025-11-18 | 1 | -0/+6 | |
| | * | | | | | | tor-netdoc: Split off Keyword::to_str into its own trait (fmt) | Ian Jackson | 2025-11-18 | 1 | -1/+3 | |
| | * | | | | | | tor-netdoc: Split off Keyword::to_str into its own trait | Ian Jackson | 2025-11-18 | 7 | -12/+19 | |
| | * | | | | | | tor-netdoc: Split off Keyword::to_str - prep code motion | Ian Jackson | 2025-11-18 | 1 | -8/+8 | |
| | * | | | | | | tor-netdoc: Keyword: Say that to_str is the actual document keyword | Ian Jackson | 2025-11-18 | 1 | -2/+3 | |
| * | | | | | | | Merge branch 'relayflags-enumset' into 'main' | Ian Jackson | 2025-11-18 | 15 | -258/+177 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | tor-netdoc: Add a message to a panic call | Ian Jackson | 2025-11-18 | 1 | -1/+1 | |
| | * | | | | | | | tor-netdoc: Remove bitflags from Cargo.toml | Ian Jackson | 2025-11-18 | 2 | -2/+0 | |
| | * | | | | | | | tor-netdoc: document RelayFlags changes | Ian Jackson | 2025-11-18 | 1 | -2/+3 | |
| | * | | | | | | | tor-netdoc: RelayFlag: rustfmt to correct the indentation | Ian Jackson | 2025-11-18 | 1 | -59/+59 | |
| | * | | | | | | | tor-netdoc: derive PartialEq for DocRelayFlags | Ian Jackson | 2025-11-18 | 1 | -8/+1 | |
| | * | | | | | | | tor-netdoc: Abolish relay_flags_keywords macro | Ian Jackson | 2025-11-18 | 1 | -78/+0 | |
| | * | | | | | | | tor-netdoc: Abolish anomalous RelayFlag::from_str_one | Ian Jackson | 2025-11-18 | 1 | -15/+3 | |
| | * | | | | | | | RelayFlags: Use RelayFlag enum variant names everywhere | Ian Jackson | 2025-11-18 | 10 | -46/+39 | |
| | * | | | | | | | tor-netdoc: Replace RelayFlag with an enum and RelayFlags with an EnumSet | Ian Jackson | 2025-11-18 | 3 | -71/+82 | |
| | * | | | | | | | tor-netdoc: RelayFlags: Preparatory changes to iter_keywords and from_str_one | Ian Jackson | 2025-11-18 | 1 | -7/+8 | |
| | * | | | | | | | tor-netdoc: RelayFlags: Introduce .as_repr() method and use it | Ian Jackson | 2025-11-18 | 1 | -5/+12 | |
