summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Re-run maint/add_warning.Nick Mathewson2024-05-0655-110/+110
| * | | Merge branch 'keymgr-test-utils' into 'main'gabi-2502024-05-074-50/+105
| |\ \ \
| | * | | tor-keymgr: Make test module private again.Gabriela Moldovan2024-05-071-1/+1
| | * | | tor-keymgr: Move TestSpecifier to test_utils.Gabriela Moldovan2024-05-073-26/+49
| | * | | tor-keymgr: Move test constants to test_utils.Gabriela Moldovan2024-05-074-23/+55
| * | | | Merge branch 'hyper' into 'main'gabi-2502024-05-071-1/+18
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Declare arti-hyper obsolete and unmaintainedIan Jackson2024-05-021-1/+18
| | | |/ | | |/|
| * | | Add requisite RPC method name prefixesNick Mathewson2024-05-061-2/+2
| * | | Circuit reactor: use refutable let to unnest some codeJim Newsome2024-05-061-34/+35
| * | | Circuit reactor: rename 'hop to 'hop_outboundJim Newsome2024-05-061-3/+3
| * | | Circuit reactor run_once: remove a level of nestingJim Newsome2024-05-061-27/+27
| * | | circuit reactor run_once: remove a level of nestingJim Newsome2024-05-061-90/+87
| * | | TorClient: Slightly cleaner (?) interface for registering RPC methods.Nick Mathewson2024-05-063-5/+24
| * | | Add a note about declaring get and watch functions.Nick Mathewson2024-05-061-0/+6
| * | | Add a note about why the RPC functions aren't declared as methods.Nick Mathewson2024-05-061-0/+5
| * | | 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
| | |/ | |/|
| * | 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
| |/
| * Remove semver.md, post releaseIan Jackson2024-04-301-1/+0
* | 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-151-1/+1
* | tor-circmgr: Bump patchlevel.Gabriela Moldovan2024-05-151-1/+1
* | 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
|/
* Update separate lockfilesIan Jackson2024-04-302-3/+3
* 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
* 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
| * tor-guardmgr: Prevent misleading logs when not rotating vanguards.Gabriela Moldovan2024-04-292-2/+15
| * tor-circmgr: Don't log unless we are launching some circuits.Gabriela Moldovan2024-04-291-5/+7
| * tor-guardmgr: Make a vanguard log message more accurate.Gabriela Moldovan2024-04-291-1/+1
| * arti: Make vanguards a default feature.Gabriela Moldovan2024-04-291-0/+1
| * arti-client: Make vanguards non-experimental.Gabriela Moldovan2024-04-295-10/+21
* | Merge branch 'quota-rename' into 'main'Ian Jackson2024-04-2917-10/+10
|\ \ | |/ |/|
| * Rename tor-memtrack to tor-memquotaIan Jackson2024-04-2917-10/+10
* | Merge branch 'report-readiness-no-cache' into 'main'gabi-2502024-04-291-0/+3
|\ \