| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge branch 'persist_err_test' into 'main' | Ian Jackson | 2022-12-06 | 2 | -8/+29 | |
| |\ \ \ \ | ||||||
| | * | | | | Test a couple more error cases in tor-persist. | Nick Mathewson | 2022-12-06 | 2 | -8/+29 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'safelog_tests' into 'main' | Ian Jackson | 2022-12-06 | 2 | -3/+69 | |
| |\ \ \ \ | ||||||
| | * | | | | safelog: tests for accessors. | Nick Mathewson | 2022-12-06 | 1 | -0/+2 | |
| | * | | | | safelog: tests for BoxSensitive. | Nick Mathewson | 2022-12-06 | 1 | -0/+17 | |
| | * | | | | safelog: more tests for Redacted. | Nick Mathewson | 2022-12-06 | 2 | -3/+50 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'faravahar-removal' into 'main' | Ian Jackson | 2022-12-06 | 1 | -1/+0 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | dirauth: Remove Faravahar | David Goulet | 2022-12-06 | 1 | -1/+0 | |
| * | | | | Merge branch 'moria1-new-key' into 'main' | Nick Mathewson | 2022-12-06 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | dirauth: New v3 identity key for moria1 | David Goulet | 2022-12-06 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge branch 'optional-deps-static' into 'main' | eta | 2022-12-05 | 3 | -5/+5 | |
| |\ \ \ | ||||||
| | * | | | make use of 1.60 opt dependancy features | trinity-1686a | 2022-11-30 | 3 | -5/+5 | |
| * | | | | Merge branch 'move-docs' into 'main' | eta | 2022-12-05 | 11 | -0/+0 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Move developer-facing documentation into a doc/dev subdir | Nick Mathewson | 2022-12-05 | 11 | -0/+0 | |
| |/ / / | ||||||
| * | | | Remove semver.md files now that 1.1.0 is released. | Nick Mathewson | 2022-11-30 | 17 | -46/+0 | |
| * | | | Update bridges.md a littlearti-v1.1.0 | Nick Mathewson | 2022-11-30 | 1 | -4/+5 | |
| * | | | Add a quick "how to use bridges" explanation document. | Nick Mathewson | 2022-11-30 | 1 | -0/+55 | |
| * | | | Merge branch 'version_bump' into 'main' | Nick Mathewson | 2022-11-30 | 38 | -274/+274 | |
| |\ \ \ | ||||||
| | * | | | Bump the minor version of every crate. | Nick Mathewson | 2022-11-30 | 38 | -274/+274 | |
| * | | | | Merge branch '110-changelog' into 'main' | Nick Mathewson | 2022-11-30 | 1 | -5/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | Use anti-censorship instead of anticensorship everywhere in CHANGELOG. | Alexander Færøy | 2022-11-30 | 1 | -4/+4 | |
| | * | | | | Update changelog: supported -> Supported in MSRV line. | Alexander Færøy | 2022-11-30 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'remember_pts' into 'main' | Nick Mathewson | 2022-11-30 | 1 | -0/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Hang onto a PT object after it is launched | Nick Mathewson | 2022-11-30 | 1 | -0/+1 | |
| | |/ / | ||||||
| * | | | Links for changelog. | Nick Mathewson | 2022-11-30 | 1 | -1/+107 | |
| * | | | Update changelog a bit more. | Nick Mathewson | 2022-11-30 | 1 | -9/+14 | |
| |/ / | ||||||
| * | | Merge branch 'renaming' into 'main' | Nick Mathewson | 2022-11-30 | 7 | -13/+13 | |
| |\ \ | ||||||
| | * | | Rename for_circuit_usage => as_relay_with_desc | Nick Mathewson | 2022-11-30 | 2 | -2/+2 | |
| | * | | Rename TransportHelper => TransportImplHelper. | Nick Mathewson | 2022-11-30 | 5 | -11/+11 | |
| * | | | Downgrade a "TODO pt-client" comment | Nick Mathewson | 2022-11-30 | 1 | -1/+3 | |
| |/ / | ||||||
| * | | Merge branch 'redacted_test_serial' into 'main' | Ian Jackson | 2022-11-30 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | safelog: Apply #[serial] to test_redacted() | Nick Mathewson | 2022-11-30 | 1 | -0/+1 | |
| * | | | Merge branch 'ptmgr-todos' into 'main' | eta | 2022-11-30 | 1 | -7/+2 | |
| |\ \ \ | ||||||
| | * | | | ptmgr todo: Remove dead code allow | Ian Jackson | 2022-11-30 | 1 | -2/+0 | |
| | * | | | ptmgr: No need for state_dir in PtMgr | Ian Jackson | 2022-11-30 | 1 | -4/+1 | |
| | * | | | ptmgr todo: Tolerate exposing the Vec for now | Ian Jackson | 2022-11-30 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | Merge branch 'bridge-addr-2' into 'main' | Nick Mathewson | 2022-11-30 | 6 | -67/+254 | |
| |\ \ \ | ||||||
| | * | | | bridge config: Add a TODO about a redundant clone | Ian Jackson | 2022-11-30 | 1 | -0/+3 | |
| | * | | | bridge config: Rename accessors | Ian Jackson | 2022-11-30 | 2 | -4/+4 | |
| | * | | | bridge config: Use unreachable, not None.expect | Ian Jackson | 2022-11-30 | 1 | -2/+1 | |
| | * | | | BridgeAddr tests: dedupe slightly | Ian Jackson | 2022-11-30 | 1 | -12/+11 | |
| | * | | | Separate BridgeAddr and PtTargetAddr | Ian Jackson | 2022-11-30 | 6 | -67/+253 | |
| * | | | | Merge branch 'fix_pt_protocol' into 'main' | eta | 2022-11-30 | 1 | -11/+21 | |
| |\ \ \ \ | ||||||
| | * | | | | PT protocol: pt-spec conformance with password field | Nick Mathewson | 2022-11-30 | 1 | -4/+5 | |
| | * | | | | connect_via_proxy: Actually send initial handshake. | Nick Mathewson | 2022-11-30 | 1 | -3/+3 | |
| | * | | | | PT SOCKS tests: add a few more tests | Ian Jackson | 2022-11-30 | 1 | -1/+6 | |
| | * | | | | PT SOCKS tests: test name that only fits in V4 | Ian Jackson | 2022-11-30 | 1 | -3/+7 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge branch 'abolish-set-default-transport' into 'main' | Ian Jackson | 2022-11-30 | 2 | -19/+0 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | Abolish ChanMgr::set_default_transport | Ian Jackson | 2022-11-30 | 2 | -19/+0 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'pt-todo-highlevel' into 'main' | Nick Mathewson | 2022-11-30 | 3 | -15/+3 | |
| |\ \ \ | ||||||
