| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Apply ProtocolViolation renaming to hs connector code | Ian Jackson | 2023-04-12 | 1 | -2/+2 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'msrv-1.65' into 'main' | Ian Jackson | 2023-04-12 | 52 | -57/+58 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add a global semver.md for MSRV break. | Nick Mathewson | 2023-04-11 | 1 | -0/+1 | |
| | * | | | | | Test with 1.65 in minimal_versions. | Nick Mathewson | 2023-04-11 | 1 | -1/+1 | |
| | * | | | | | Update MSRV in README | Nick Mathewson | 2023-04-11 | 1 | -1/+1 | |
| | * | | | | | Use bool::then_some() as appropriate | Nick Mathewson | 2023-04-11 | 7 | -13/+13 | |
| | * | | | | | Increment MSRV to 1.65 in every crate. | Nick Mathewson | 2023-04-11 | 42 | -42/+42 | |
| * | | | | | | Merge branch 'bug804' into 'main' | Nick Mathewson | 2023-04-11 | 4 | -13/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | s/ProtocolFailed/ProtocolViolation/g where possible | Neel Chauhan | 2023-04-08 | 4 | -13/+6 | |
| * | | | | | | | Merge branch 'rpc2' into 'main' | Ian Jackson | 2023-04-11 | 1 | -0/+114 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | rpc: Fix typos/grammar errors | Nick Mathewson | 2023-04-11 | 1 | -2/+2 | |
| | * | | | | | | rpc: Rewrite `data` spec in JSON terms | Ian Jackson | 2023-04-11 | 1 | -4/+12 | |
| | * | | | | | | rpc: Clarify that error formatting display is indicative | Ian Jackson | 2023-04-11 | 1 | -0/+4 | |
| | * | | | | | | Use non-JSON-RPC-reserved values for our own errors | Ian Jackson | 2023-04-11 | 1 | -2/+4 | |
| | * | | | | | | rpc: Fix mistake in "JSON-RPC compatibility" section for errors | Ian Jackson | 2023-04-11 | 1 | -1/+2 | |
| | * | | | | | | rpc: Discourage use of `code` | Ian Jackson | 2023-04-11 | 1 | -1/+8 | |
| | * | | | | | | rpc: Warn about relying too much about `data` | Ian Jackson | 2023-04-11 | 1 | -0/+5 | |
| | * | | | | | | rpc: Provide example of an error response | Ian Jackson | 2023-04-11 | 1 | -0/+18 | |
| | * | | | | | | rpc: Provide a list of ErrorKind strings | Ian Jackson | 2023-04-11 | 1 | -2/+17 | |
| | * | | | | | | rpc: Be more explicit about what the string error message is for (typo) | Ian Jackson | 2023-04-11 | 1 | -1/+1 | |
| | * | | | | | | rpc: Be more explicit about what the string error message is for | Nick Mathewson | 2023-04-11 | 1 | -1/+3 | |
| | * | | | | | | rpc: Proposed error format | Ian Jackson | 2023-04-11 | 1 | -0/+52 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'hs' into 'main' | Ian Jackson | 2023-04-11 | 7 | -38/+641 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hs connect: Improve a todo and refer to #813 | Ian Jackson | 2023-04-11 | 1 | -2/+1 | |
| | * | | | | | | 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 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
