| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | RPC: Send "null" for blockage rather than omitting it. | Nick Mathewson | 2024-05-06 | 1 | -2/+1 | |
| | | | | | ||||||
| | * | | | Lightly simplify the syntax for installing multiple InvokerEnts | Nick Mathewson | 2024-05-06 | 2 | -2/+42 | |
| | | | | | ||||||
| | * | | | RPC: Implement methods to get and watch client bootstrap status. | Nick Mathewson | 2024-05-06 | 5 | -3/+121 | |
| | | | | | ||||||
| | * | | | Add a const instance of rpc::Nil. | Nick Mathewson | 2024-05-06 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | rpc: Remove a limitation on DynMethod macro. | Nick Mathewson | 2024-05-06 | 1 | -6/+5 | |
| |/ / / | | | | | | | | | | It no longer requires the user to have `typetag` in scope. | |||||
| * | | | Merge branch 'warnings-05052024' into 'main' | Nick Mathewson | 2024-05-06 | 8 | -21/+10 | |
| |\ \ \ | |/ / |/| | | | | | | | | Fix warnings from latest Rust See merge request tpo/core/arti!2128 | |||||
| | * | | CI: allow uexpected-cfgs when building docs | Nick Mathewson | 2024-05-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Without this, our rustdoc CI build will fail on nightly because of | |||||
| | * | | tor-rpcbase: Require downcast_rs 1.2.1 | Nick Mathewson | 2024-05-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This resolves a clippy warning about redundant bounds. | |||||
| | * | | Allow DropStatus to be unused. | Nick Mathewson | 2024-05-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | (It appears to be test-only.) | |||||
| | * | | Remove two unused cases of "TestError" | Nick Mathewson | 2024-05-05 | 2 | -6/+0 | |
| | | | | ||||||
| | * | | Resolve some clippy warnings about empty rustdoc. | Nick Mathewson | 2024-05-05 | 4 | -13/+7 | |
| |/ / | | | | | | | | | (In most cases, by writing the documentation; in tests, by permitting the documentation to be missing.) | |||||
| * | | Merge branch 'semver' into 'main' | gabi-250 | 2024-04-30 | 1 | -1/+0 | |
| |\ \ | | | | | | | | | | | | | Remove semver.md, post release See merge request tpo/core/arti!2119 | |||||
| | * | | Remove semver.md, post release | Ian Jackson | 2024-04-30 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Merge branch 's101-2024-q1' into 'main' | Nick Mathewson | 2024-04-30 | 1 | -2/+28 | |
| |\ \ \ | |/ / |/| | | | | | | | | Update Sponsor 101 stats for Q1 2024. See merge request tpo/core/arti!2115 | |||||
| | * | | Update stats for Q1 2024. | Alexander Færøy | 2024-04-30 | 1 | -2/+28 | |
| | | | | ||||||
| | | * | Merge branch 'tor-circmgr-0.18.1' into 'tor-circmgr-0.18.1'tor-circmgr-v0.18.1arti-v1.2.3 | gabi-250 | 2024-05-15 | 6 | -26/+142 | |
| | |/| |/| | | | | | | | | | | | TROVE-2024-003: Prepare release See merge request tpo/core/arti!2154 | |||||
| | | * | CHANGELOG: Mention TROVE-2024-004 | Gabriela Moldovan | 2024-05-15 | 1 | -0/+16 | |
| | | | | ||||||
| | | * | tor-circmgr: If necessary, extend the circuit to become STUB+. | Gabriela Moldovan | 2024-05-15 | 1 | -8/+42 | |
| | | | | | | | | | | | | | Closes #1400 | |||||
| | | * | tor-circmgr: Add a helper for extending HsCircStubs by one hop. | Gabriela Moldovan | 2024-05-15 | 1 | -2/+15 | |
| | | | | | | | | | | | | | | | | | | | We're about to use this in `maybe_extend_stub_circuit` too. Part of #1400 | |||||
| | | * | arti: Bump patchlevel. | Gabriela Moldovan | 2024-05-15 | 2 | -2/+2 | |
| | | | | | | | | | | | | | This contains the fix for TROVE-2024-003 (arti#1409). | |||||
| | | * | tor-circmgr: Bump patchlevel. | Gabriela Moldovan | 2024-05-15 | 2 | -2/+2 | |
| | | | | ||||||
| | | * | changelog: Add changelog for the 1.2.3 release. | Gabriela Moldovan | 2024-05-15 | 1 | -0/+24 | |
| | | | | ||||||
| | | * | tor-circmgr: Fix path not being extended if lite vanguards are enabled. | Gabriela Moldovan | 2024-05-15 | 1 | -1/+10 | |
| | | | | ||||||
| | | * | tor-circmgr: Assign error-handling closure to variable. | Gabriela Moldovan | 2024-05-15 | 1 | -7/+10 | |
| | | | | | | | | | | | | | We will soon need to reuse this. | |||||
| | | * | tor-circmgr: Rename neighbor_exclusion variables for clarity. | Gabriela Moldovan | 2024-05-15 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | I am about to reuse one of these on the "lite" vanguards branch. I am renaming them to make it easier to see which one of the two I will be using. | |||||
| | | * | tor-circmgr: After building the HS path, assert the length is correct. | Gabriela Moldovan | 2024-05-15 | 1 | -1/+18 | |
| | |/ |/| | | | | | | | | | One of these assertions currently fails, because we have a bug in the vanguard path builder: if lite vanguards are enabled, we only build 2-hop circuits instead of 3. | |||||
| * | | Merge branch 'versions' into 'main'arti-v1.2.2 | Ian Jackson | 2024-04-30 | 50 | -405/+405 | |
| |\ \ | |/ |/| | | | | | Version bumps See merge request tpo/core/arti!2114 | |||||
| | * | Update separate lockfiles | Ian Jackson | 2024-04-30 | 2 | -3/+3 | |
| | | | ||||||
| | * | Update lockfile | Ian Jackson | 2024-04-30 | 1 | -43/+43 | |
| | | | | | | | | | cargo fetch --offline | |||||
| | * | Bump versions of 0.x tor-* and arti-* crates | Ian Jackson | 2024-04-30 | 44 | -353/+353 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for p in `cat ../u`; do cargo set-version --locked --offline -p $p; done where u contains tor-basic-utils tor-async-utils tor-error tor-config tor-units tor-geoip tor-rtcompat tor-rtmock tor-log-ratelim tor-rpcbase tor-memquota tor-llcrypto tor-protover tor-bytes tor-hscrypto tor-socksproto tor-checkable tor-cert tor-linkspec tor-cell tor-proto tor-netdoc tor-consdiff tor-netdir tor-relay-selection tor-persist tor-chanmgr tor-ptmgr tor-guardmgr tor-circmgr tor-dirclient tor-dirmgr tor-keymgr tor-hsclient tor-hsservice tor-hsrproxy arti-client arti-rpcserver arti-hyper | |||||
| | * | Bump versions of crates with nonfunctional changes | Ian Jackson | 2024-04-30 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | for p in `cat ../u`; do maint/bump_nodep $p; git commit -a -m X; done where u contains hashx equix fs-mistrust | |||||
| | * | Bump version of arti | Ian Jackson | 2024-04-30 | 3 | -3/+3 | |
| | | | | | | | | | cargo set-version --locked --offline --bump patch -p arti | |||||
| * | | Merge branch 'changelog' into 'main' | Ian Jackson | 2024-04-30 | 1 | -8/+13 | |
| |\ \ | |/ |/| | | | | | Finalise changelog for 1.2.2 See merge request tpo/core/arti!2113 | |||||
| | * | CHANGELOG: add missing links | Ian Jackson | 2024-04-30 | 1 | -0/+6 | |
| | | | ||||||
| | * | CHANGELOG: finalise (and set release date to today) | Ian Jackson | 2024-04-30 | 1 | -5/+1 | |
| | | | ||||||
| | * | CHANGELOG: correct a reference re constructing KeyMgr | Ian Jackson | 2024-04-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | CHANGELOG: document further changes in subsequent MRs | Ian Jackson | 2024-04-30 | 1 | -3/+6 | |
| |/ | ||||||
| * | Merge branch 'upgrade' into 'main' | Ian Jackson | 2024-04-30 | 1 | -208/+244 | |
| |\ | | | | | | | | | cargo update, to update our Cargo.lock See merge request tpo/core/arti!2112 | |||||
| | * | cargo update, to update our Cargo.lock | Ian Jackson | 2024-04-30 | 1 | -208/+244 | |
| | | | ||||||
| * | | Merge branch 'changelog-20240429' into 'main' | Ian Jackson | 2024-04-30 | 1 | -0/+221 | |
| |\ \ | | | | | | | | | | | | | Initial changelog for Arti 1.2.2 See merge request tpo/core/arti!2108 | |||||
| | * | | Changelog: Fix typo. | Nick Mathewson | 2024-04-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Initial changelog for Arti 1.2.2 | Nick Mathewson | 2024-04-29 | 1 | -0/+221 | |
| | | | | ||||||
| * | | | Merge branch 'lgpl-note' into 'main' | Ian Jackson | 2024-04-30 | 2 | -2/+89 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Add a note about LGPL, rust, and binary distribution. See merge request tpo/core/arti!2106 | |||||
| | * | | | Add a note about LGPL, rust, and binary distribution. | Nick Mathewson | 2024-04-29 | 2 | -2/+89 | |
| | |/ / | ||||||
| * | | | Merge branch 'feat' into 'main' | Ian Jackson | 2024-04-30 | 2 | -2/+1 | |
| |\ \ \ | |_|/ |/| | | | | | | | | Sort out cargo features for release See merge request tpo/core/arti!2111 | |||||
| | * | | tor-memquota: Add contents of full feature | Ian Jackson | 2024-04-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | From fixup-features | |||||
| | * | | arti-client: vanguards cargo feature: remove from experimental | Ian Jackson | 2024-04-30 | 1 | -1/+0 | |
| |/ / | | | | | | | Followup to !2109. | |||||
| * | | Merge branch 'enable-vanguards' into 'main' | Ian Jackson | 2024-04-30 | 8 | -28/+62 | |
| |\ \ | | | | | | | | | | | | | arti-client: Make vanguards non-experimental. See merge request tpo/core/arti!2109 | |||||
| | * | | tor-guardmgr: Make remove_unlisted return the number of unlisted vanguards. | Gabriela Moldovan | 2024-04-30 | 1 | -2/+4 | |
| | | | | | | | | | | | | | For symmetry with remove_expired. | |||||
| | * | | tor-guardmgr: Make remove_expired return the number of expired vanguards. | Gabriela Moldovan | 2024-04-30 | 2 | -20/+25 | |
| | | | | | | | | | | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2109#note_3024672 | |||||
