summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | RPC: Send "null" for blockage rather than omitting it.Nick Mathewson2024-05-061-2/+1
| * | | Lightly simplify the syntax for installing multiple InvokerEntsNick Mathewson2024-05-062-2/+42
| * | | RPC: Implement methods to get and watch client bootstrap status.Nick Mathewson2024-05-065-3/+121
| * | | Add a const instance of rpc::Nil.Nick Mathewson2024-05-061-0/+2
| * | | rpc: Remove a limitation on DynMethod macro.Nick Mathewson2024-05-061-6/+5
|/ / /
* | | Merge branch 'warnings-05052024' into 'main'Nick Mathewson2024-05-068-21/+10
|\ \ \ | |/ / |/| |
| * | CI: allow uexpected-cfgs when building docsNick Mathewson2024-05-061-1/+1
| * | tor-rpcbase: Require downcast_rs 1.2.1Nick Mathewson2024-05-051-1/+1
| * | Allow DropStatus to be unused.Nick Mathewson2024-05-051-0/+1
| * | Remove two unused cases of "TestError"Nick Mathewson2024-05-052-6/+0
| * | Resolve some clippy warnings about empty rustdoc.Nick Mathewson2024-05-054-13/+7
|/ /
* | Merge branch 'semver' into 'main'gabi-2502024-04-301-1/+0
|\ \
| * | Remove semver.md, post releaseIan Jackson2024-04-301-1/+0
* | | Merge branch 's101-2024-q1' into 'main'Nick Mathewson2024-04-301-2/+28
|\ \ \ | |/ / |/| |
| * | Update stats for Q1 2024.Alexander Færøy2024-04-301-2/+28
| | * Merge branch 'tor-circmgr-0.18.1' into 'tor-circmgr-0.18.1'tor-circmgr-v0.18.1arti-v1.2.3gabi-2502024-05-156-26/+142
| |/| |/| |
| | * CHANGELOG: Mention TROVE-2024-004Gabriela Moldovan2024-05-151-0/+16
| | * tor-circmgr: If necessary, extend the circuit to become STUB+.Gabriela Moldovan2024-05-151-8/+42
| | * tor-circmgr: Add a helper for extending HsCircStubs by one hop.Gabriela Moldovan2024-05-151-2/+15
| | * arti: Bump patchlevel.Gabriela Moldovan2024-05-152-2/+2
| | * tor-circmgr: Bump patchlevel.Gabriela Moldovan2024-05-152-2/+2
| | * changelog: Add changelog for the 1.2.3 release.Gabriela Moldovan2024-05-151-0/+24
| | * tor-circmgr: Fix path not being extended if lite vanguards are enabled.Gabriela Moldovan2024-05-151-1/+10
| | * tor-circmgr: Assign error-handling closure to variable.Gabriela Moldovan2024-05-151-7/+10
| | * tor-circmgr: Rename neighbor_exclusion variables for clarity.Gabriela Moldovan2024-05-151-4/+4
| | * tor-circmgr: After building the HS path, assert the length is correct.Gabriela Moldovan2024-05-151-1/+18
| |/ |/|
* | Merge branch 'versions' into 'main'arti-v1.2.2Ian Jackson2024-04-3050-405/+405
|\ \ | |/ |/|
| * Update separate lockfilesIan Jackson2024-04-302-3/+3
| * Update lockfileIan Jackson2024-04-301-43/+43
| * Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-3044-353/+353
| * Bump versions of crates with nonfunctional changesIan Jackson2024-04-303-3/+3
| * Bump version of artiIan Jackson2024-04-303-3/+3
* | Merge branch 'changelog' into 'main'Ian Jackson2024-04-301-8/+13
|\ \ | |/ |/|
| * CHANGELOG: add missing linksIan Jackson2024-04-301-0/+6
| * CHANGELOG: finalise (and set release date to today)Ian Jackson2024-04-301-5/+1
| * CHANGELOG: correct a reference re constructing KeyMgrIan Jackson2024-04-301-1/+1
| * CHANGELOG: document further changes in subsequent MRsIan Jackson2024-04-301-3/+6
|/
* Merge branch 'upgrade' into 'main'Ian Jackson2024-04-301-208/+244
|\
| * cargo update, to update our Cargo.lockIan Jackson2024-04-301-208/+244
* | Merge branch 'changelog-20240429' into 'main'Ian Jackson2024-04-301-0/+221
|\ \
| * | Changelog: Fix typo.Nick Mathewson2024-04-291-1/+1
| * | Initial changelog for Arti 1.2.2Nick Mathewson2024-04-291-0/+221
* | | Merge branch 'lgpl-note' into 'main'Ian Jackson2024-04-302-2/+89
|\ \ \
| * | | Add a note about LGPL, rust, and binary distribution.Nick Mathewson2024-04-292-2/+89
| |/ /
* | | Merge branch 'feat' into 'main'Ian Jackson2024-04-302-2/+1
|\ \ \ | |_|/ |/| |
| * | tor-memquota: Add contents of full featureIan Jackson2024-04-301-1/+1
| * | arti-client: vanguards cargo feature: remove from experimentalIan Jackson2024-04-301-1/+0
|/ /
* | Merge branch 'enable-vanguards' into 'main'Ian Jackson2024-04-308-28/+62
|\ \
| * | tor-guardmgr: Make remove_unlisted return the number of unlisted vanguards.Gabriela Moldovan2024-04-301-2/+4
| * | tor-guardmgr: Make remove_expired return the number of expired vanguards.Gabriela Moldovan2024-04-302-20/+25