| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | hsclient: Remove no longer needed panic handling logic | Gabriela Moldovan | 2026-05-07 | 1 | -4/+2 | |
| | * | | | | | | | | | hsclient: Implement some more of the mock test impls | Gabriela Moldovan | 2026-05-07 | 1 | -8/+47 | |
| | * | | | | | | | | | hsclient: Mock the rendezvous handshake | Gabriela Moldovan | 2026-05-07 | 1 | -13/+59 | |
| | * | | | | | | | | | hsclient: Remove unused test function | Gabriela Moldovan | 2026-05-07 | 1 | -9/+0 | |
| | * | | | | | | | | | proto: Derive PartialEq for MetaCellDisposition | Gabriela Moldovan | 2026-05-07 | 1 | -1/+1 | |
| | * | | | | | | | | | hsclient: Only compare revision counters for the same TP | Gabriela Moldovan | 2026-05-07 | 1 | -20/+8 | |
| | * | | | | | | | | | hsclient: Store the HsBlindId alongside the HsDesc | Gabriela Moldovan | 2026-05-07 | 1 | -4/+23 | |
| | * | | | | | | | | | circmgr,hsclient: s/requery_period/requery_interval | Gabriela Moldovan | 2026-05-07 | 2 | -7/+7 | |
| | * | | | | | | | | | hsclient: Retain the rust bug link for the borrowck issues | Gabriela Moldovan | 2026-05-07 | 1 | -0/+5 | |
| | * | | | | | | | | | hsclient: Address a clippy suggestion (fmt) | Gabriela Moldovan | 2026-05-07 | 1 | -10/+8 | |
| | * | | | | | | | | | hsclient: Address a clippy suggestion | Gabriela Moldovan | 2026-05-07 | 1 | -3/+2 | |
| | * | | | | | | | | | hsclient: Remove TODO suggesting a wrong change | Gabriela Moldovan | 2026-05-07 | 1 | -5/+0 | |
| | * | | | | | | | | | hsclient: Reach out to all HsDirs if we have no descriptor | Gabriela Moldovan | 2026-05-07 | 1 | -3/+10 | |
| | * | | | | | | | | | hsclient: Rate-limit HsDir re-querying (fmt) | Gabriela Moldovan | 2026-05-07 | 1 | -9/+11 | |
| | * | | | | | | | | | hsclient: Rate-limit HsDir re-querying | Gabriela Moldovan | 2026-05-07 | 2 | -9/+76 | |
| | * | | | | | | | | | hsclient: Rename intro_target to ids (fmt) | Gabriela Moldovan | 2026-05-07 | 1 | -3/+1 | |
| | * | | | | | | | | | hsclient: Rename intro_target to ids | Gabriela Moldovan | 2026-05-07 | 1 | -4/+4 | |
| | * | | | | | | | | | hsclient: Make RelayIdFor impl generic over T: HasRelayIds | Gabriela Moldovan | 2026-05-07 | 1 | -2/+2 | |
| | * | | | | | | | | | hsclient: Add a generic RelayIdFor for storing relay information | Gabriela Moldovan | 2026-05-07 | 1 | -5/+29 | |
| | * | | | | | | | | | circmgr: Add config option for the HsDir requery period | Gabriela Moldovan | 2026-05-07 | 3 | -0/+21 | |
| | * | | | | | | | | | hsclient: Update comment about hsdesc caching, add TODO | Gabriela Moldovan | 2026-05-07 | 1 | -3/+21 | |
| | * | | | | | | | | | hsclient: Use Option<> combinators to get rid of branching (fmt) | Gabriela Moldovan | 2026-05-07 | 1 | -8/+11 | |
| | * | | | | | | | | | hsclient: Use Option<> combinators to get rid of branching | Gabriela Moldovan | 2026-05-07 | 1 | -4/+2 | |
| | * | | | | | | | | | hsclient: Only replace the hsdesc with a more recent one (fmt) | Gabriela Moldovan | 2026-05-07 | 1 | -11/+9 | |
| | * | | | | | | | | | hsclient: Only replace the hsdesc with a more recent one | Gabriela Moldovan | 2026-05-07 | 1 | -6/+36 | |
| | * | | | | | | | | | hsclient: Move HsDesc extraction hack to a closure | Gabriela Moldovan | 2026-05-07 | 1 | -7/+11 | |
| | * | | | | | | | | | netdoc: Adjust dead_code attrs on IndexInfo | Gabriela Moldovan | 2026-05-07 | 1 | -2/+2 | |
| | * | | | | | | | | | netdoc: Add an accessor for revision counter of the HsDesc | Gabriela Moldovan | 2026-05-07 | 2 | -0/+6 | |
| | * | | | | | | | | | hsclient: Replace bool with Option<RefetchDescriptor> (fmt) | Gabriela Moldovan | 2026-05-07 | 1 | -1/+5 | |
| | * | | | | | | | | | hsclient: Replace bool with Option<RefetchDescriptor> | Gabriela Moldovan | 2026-05-07 | 1 | -7/+11 | |
| | * | | | | | | | | | hsclient: Refetch the descriptor if any introduction attempts are NACKed | Gabriela Moldovan | 2026-05-07 | 1 | -1/+41 | |
| | * | | | | | | | | | hsclient: Update the docs to say what the refetch flag does | Gabriela Moldovan | 2026-05-07 | 1 | -0/+3 | |
| | * | | | | | | | | | hsclient: Add a flag for forcing a descriptor refetch (fmt) | Gabriela Moldovan | 2026-05-07 | 1 | -14/+18 | |
| | * | | | | | | | | | hsclient: Add a flag for forcing a descriptor refetch | Gabriela Moldovan | 2026-05-07 | 1 | -2/+4 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'fallbackdir-07-05-2026' into 'main' | David Goulet | 2026-05-07 | 1 | -900/+897 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | fallbackdir: Update list generated on May 07, 2026 | Tor CI Release | 2026-05-07 | 1 | -900/+897 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'more_io_classification' into 'main' | Ian Jackson | 2026-05-07 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | rpc-connect: classify newer io errorkinds. | Nick Mathewson | 2026-05-07 | 1 | -2/+4 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'release-2.3.0-changelog-date' into 'main' | Ian Jackson | 2026-05-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | release: Fix changelog date. | Wesley Aptekar-Cassels | 2026-05-07 | 1 | -1/+1 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'update' into 'main' | wesleyac | 2026-05-07 | 2 | -374/+484 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | maint: Add exception to check-licenses. | Wesley Aptekar-Cassels | 2026-05-07 | 1 | -0/+1 | |
| | * | | | | | | | | | Routine cargo update | Ian Jackson | 2026-05-07 | 1 | -374/+483 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'cc-half-stream' into 'main' | opara | 2026-05-07 | 6 | -81/+225 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | tor-proto: rename `*FlowCtrl::e` to `inner` | Steven Engler | 2026-05-07 | 1 | -15/+15 | |
| | * | | | | | | | | tor-proto: rename `*FlowCtrlEnum` to `*FlowCtrlInner` | Steven Engler | 2026-05-07 | 1 | -14/+14 | |
| | * | | | | | | | | tor-proto: fix flow control for half-streams | Steven Engler | 2026-05-07 | 5 | -79/+98 | |
| | * | | | | | | | | tor-proto: add prototype for `HalfStreamFlowCtrl` | Steven Engler | 2026-05-07 | 3 | -4/+124 | |
| | * | | | | | | | | tor-proto: comment change on `StreamFlowCtrl` | Steven Engler | 2026-05-07 | 1 | -1/+6 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'hsclient-timeout-rewrite' into 'main' | Nick Mathewson | 2026-05-07 | 4 | -184/+252 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
