| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | hs connect: Add TODOs re improving tests | Ian Jackson | 2023-04-11 | 1 | -0/+3 | |
| | * | | | | | | hs connect: Add TODO re multiple parallel hsdir requests | Ian Jackson | 2023-04-11 | 1 | -0/+2 | |
| | * | | | | | | hs connect: Improve docs for descriptor_ensure | Ian Jackson | 2023-04-11 | 1 | -1/+7 | |
| | * | | | | | | hs connect: Clarify clientness of Context | Ian Jackson | 2023-04-11 | 1 | -1/+1 | |
| | * | | | | | | hs connect tests: check that we asked exactly one relay | Ian Jackson | 2023-04-11 | 1 | -6/+6 | |
| | * | | | | | | hs connect tests: derive Default for MocksGlobal, and use it | Ian Jackson | 2023-04-11 | 1 | -2/+2 | |
| | * | | | | | | hs connect: Test descriptor download | Ian Jackson | 2023-04-11 | 3 | -0/+125 | |
| | * | | | | | | hs connect: Do circuitry etc. via mocks trait | Ian Jackson | 2023-04-11 | 1 | -7/+59 | |
| | * | | | | | | hs dirs: Initial cut at descriptor downloading | Ian Jackson | 2023-04-11 | 5 | -11/+321 | |
| | * | | | | | | hs desc: Record a Timebound<HsDesc> (but not really for now) | Ian Jackson | 2023-04-11 | 3 | -6/+12 | |
| | * | | | | | | hs connect: Introduce Context | Ian Jackson | 2023-04-11 | 1 | -13/+91 | |
| | * | | | | | | hs dirs: Note a thing we don't implement yet | Ian Jackson | 2023-04-11 | 1 | -0/+11 | |
| | * | | | | | | hs dirs: Implement spread_fetch (fmt) | Ian Jackson | 2023-04-11 | 1 | -1/+4 | |
| | * | | | | | | hs dirs: Implement spread_fetch | Ian Jackson | 2023-04-11 | 2 | -4/+10 | |
| | * | | | | | | hs dirs: Fix wrong ignored variable name | Ian Jackson | 2023-04-11 | 1 | -1/+1 | |
| | * | | | | | | hs dirs: Replicas are 1-indexed | Ian Jackson | 2023-04-11 | 1 | -2/+2 | |
| | * | | | | | | tor-netdir: Make an import more precise | Ian Jackson | 2023-04-11 | 1 | -1/+3 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'warning' into 'main' | Ian Jackson | 2023-04-11 | 4 | -5/+7 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | tor-netdoc: Tidy up and fix some broken intra-doc links | Ian Jackson | 2023-04-11 | 2 | -3/+5 | |
| | * | | | | | tor-netdir: Fix capitalisation of a doc link | Ian Jackson | 2023-04-11 | 1 | -1/+1 | |
| | * | | | | | tor-netdir: Fix link to hs_time_period function | Ian Jackson | 2023-04-11 | 1 | -1/+1 | |
| | * | | | | | impl_debug_hex: Fix syntax error in usage template | Ian Jackson | 2023-04-11 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'correct_osx_config' into 'main' | Ian Jackson | 2023-04-11 | 1 | -1/+1 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | arti: Explain correct location of OSX config. | Nick Mathewson | 2023-04-10 | 1 | -1/+1 | |
| | | |/ / | |/| | | ||||||
| * | | | | Add a semver entry for !1112. | Nick Mathewson | 2023-04-10 | 1 | -0/+1 | |
| * | | | | Merge branch 'refactor' into 'main' | Nick Mathewson | 2023-04-10 | 2 | -38/+55 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Use an Enum for the description request | tranna | 2023-04-10 | 2 | -38/+55 | |
| | |/ / | ||||||
| * | | | Merge branch 'new_crossbeam_channel' into 'main' | Nick Mathewson | 2023-04-10 | 1 | -2/+2 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Update to new version of crossbeam-channel. | Nick Mathewson | 2023-04-10 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge branch 'matrix_warnings' into 'main' | gabi-250 | 2023-04-06 | 8 | -8/+20 | |
| |\ \ | ||||||
| | * | | linkspec: Add a missing ; in tests. | Nick Mathewson | 2023-04-06 | 1 | -1/+1 | |
| | * | | dirclient: fix an "unused import" warning. | Nick Mathewson | 2023-04-06 | 1 | -1/+1 | |
| | * | | guardmgr: update feature behavior wrt testing and pts. | Nick Mathewson | 2023-04-06 | 2 | -3/+3 | |
| | * | | circmgr: make "testing" depend on guardmgr/testing | Nick Mathewson | 2023-04-06 | 1 | -1/+1 | |
| | * | | circmgr: Mark a number of internal APIs as hs-only. | Nick Mathewson | 2023-04-06 | 3 | -0/+8 | |
| | * | | circmgr: Expand an incomplete comment in exitpath.rs | Nick Mathewson | 2023-04-06 | 1 | -2/+6 | |
| |/ / | ||||||
| * | | Merge branch 'rw' into 'main' | Nick Mathewson | 2023-04-06 | 3 | -1/+99 | |
| |\ \ | ||||||
| | * | | JoinReadWrite: Minor docs improvements. | Ian Jackson | 2023-04-06 | 1 | -3/+2 | |
| | * | | JoinReadWrite: Move the example to the struct | Ian Jackson | 2023-04-06 | 1 | -23/+25 | |
| | * | | JoinReadWrite: Discuss using .reunite() or .unsplit() | Ian Jackson | 2023-04-06 | 1 | -3/+5 | |
| | * | | tor-async-utils: Introduce JoinReadWrite | Ian Jackson | 2023-04-05 | 3 | -1/+96 | |
| * | | | Merge branch 'error' into 'main' | Ian Jackson | 2023-04-06 | 1 | -0/+16 | |
| |\ \ \ | ||||||
| | * | | | tor-error: Rename ErrorKind::TorDirectoryUsable (from ...Broken) | Ian Jackson | 2023-04-06 | 1 | -3/+3 | |
| | * | | | tor-error: Introduce ErrorKind::TorDirectoryBroken | Ian Jackson | 2023-04-05 | 1 | -0/+16 | |
| * | | | | Merge branch 'pre' into 'main' | gabi-250 | 2023-04-05 | 2 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-netdir: testnet: Make all non-guard non-exits be hsdirs | Ian Jackson | 2023-04-05 | 1 | -1/+1 | |
| | * | | | | tor-circmgr: HsCircKind: derive Eq | Ian Jackson | 2023-04-05 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'release' into 'main' | Nick Mathewson | 2023-04-05 | 1 | -0/+87 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | doc/dev/Release.md: patch release workflow | Ian Jackson | 2023-04-04 | 1 | -0/+87 | |
| * | | | | Merge branch 'netdoc' into 'main' | Ian Jackson | 2023-04-05 | 7 | -30/+47 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
