summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * Add a note about CryptoProvicder.Nick Mathewson2024-04-221-0/+4
| * rustls: Avoid aws-lc-rs for now.Nick Mathewson2024-04-222-2/+2
| * Upgrade to futures-rustls 0.26.0, rustls 0.23.5.Nick Mathewson2024-04-224-9/+26
* | Resolve nightly clippy errors in hashx.Nick Mathewson2024-04-221-3/+3
|/
* arti-client: add hs_circ_pool() method on TorClientRichard Pospesel2024-04-151-0/+14
* Merge branch 'vanguards-cleanup' into 'main'Alexander Færøy2024-04-153-37/+4
|\
| * tor-guardmgr: Remove unnecessary mutable reference.Gabriela Moldovan2024-04-152-4/+4
| * tor-guardmgr: Remove outdated TODO.Gabriela Moldovan2024-04-151-6/+0
| * tor-guardmgr: Remove outdated documentation.Gabriela Moldovan2024-04-151-3/+0
| * tor-guardmgr: Remove unused TimeBoundVanguard implementations.Gabriela Moldovan2024-04-151-24/+0
* | vanguards: Fix another doc refIan Jackson2024-04-151-1/+1
* | vanguards: Fix a doc refIan Jackson2024-04-151-2/+3
* | tor-rtcompat: Add CoarseTimeProvider to docs for Runtime traitIan Jackson2024-04-151-0/+1
|/
* tor-hsservice: use shared status_tx to report OnionServiceStatus via RunningO...Richard Pospesel2024-04-131-6/+0
* tor-guardmgr: Split derive list over multiple lines.Gabriela Moldovan2024-04-111-2/+4
* tor-guardmgr: Derive Ord for VanguardMode.Gabriela Moldovan2024-04-112-12/+16
* tor-guardmgr: Expand on a TODO about handling config changes.Gabriela Moldovan2024-04-111-0/+4
* tor-guardmgr: Add a TODO about updating has_onion_svc on reconfigure.Gabriela Moldovan2024-04-111-0/+1
* tor-guardmgr: Fix typo in VanguardMgr error message.Gabriela Moldovan2024-04-111-1/+1
* tor-guardmgr: Read the VanguardMode from VanguardParams.Gabriela Moldovan2024-04-111-26/+54
* tor-guardmgr: Store whether we're running an onion svc (fmt).Gabriela Moldovan2024-04-111-1/+6
* tor-guardmgr: Store whether we're running an onion svc.Gabriela Moldovan2024-04-113-3/+18
* tor-guardmgr: Add the two VanguardModes to VanguardParams.Gabriela Moldovan2024-04-111-0/+12
* Merge branch 'rpc_deftly' into 'main'Ian Jackson2024-04-1124-290/+510
|\
| * Add TODO RPC items from review.Nick Mathewson2024-04-112-0/+9
| * Fix a comment.Nick Mathewson2024-04-111-2/+1
| * rpc: Add a missing not() to generic test.Nick Mathewson2024-04-111-1/+1
| * Upgrade derive-deftly requirement to 0.10.3Nick Mathewson2024-04-1111-12/+12
| * Remove a duplicate $twheres.Nick Mathewson2024-04-111-1/+1
| * rpc: Adjust a TODO comment.Nick Mathewson2024-04-111-1/+1
| * rpc: Move deftly attributes into an `rpc` namespace.Nick Mathewson2024-04-117-24/+24
| * Add generic support for RPC objects.Nick Mathewson2024-04-081-8/+200
| * Refactor invoke_fn macro to make inventory optionalNick Mathewson2024-04-081-14/+19
| * Globally rename rpc_invoke_fn to static_rpc_invoke_fnNick Mathewson2024-04-083-16/+16
| * Refactor: remove existence of HasConstTypeId_ as a traitNick Mathewson2024-04-089-56/+55
| * Port many of the macros in tor-rpcbase to use derive-deftly.Nick Mathewson2024-04-0416-233/+249
| * rpcbase: Require that every Object is Send + Sync + 'staticNick Mathewson2024-04-041-2/+2
* | Merge branch 'counted_hashmap' into 'main'Ian Jackson2024-04-112-42/+565
|\ \
| * | counted_map: Use educe(Default).Nick Mathewson2024-04-021-12/+4
| * | counted_map: Use PhantomData<fn(P)->P>Nick Mathewson2024-04-021-4/+4
| * | counted_map: Add some notes about correctness; downgrade unsafesNick Mathewson2024-04-022-13/+21
| * | streammap: Use an internal counted_hashmap to simplify invariant checkingNick Mathewson2024-03-282-43/+566
* | | tor-guardmgr: Replace vanguard heap with a simpler approach.Gabriela Moldovan2024-04-102-134/+118
* | | Merge branch 'vanguard-mgr-sets' into 'main'gabi-2502024-04-1012-70/+1097
|\ \ \
| * | | tor-guardmgr: Do not store the NetDir in VanguardMgr.Gabriela Moldovan2024-04-101-31/+23
| * | | tor-guardmgr: Remove unnecessary call to discard_expired().Gabriela Moldovan2024-04-102-3/+8
| * | | tor-guardmgr: Rename vanguards to vanguards heap for clarity.Gabriela Moldovan2024-04-101-12/+12
| * | | tor-guardmgr: Remove unused params field.Gabriela Moldovan2024-04-101-4/+0
| * | | tor-guardmgr: Validate lifetimes before constructing VanguarParams.Gabriela Moldovan2024-04-101-4/+35
| * | | tor-guardmgr: Hold a weak reference to NetDirProvider.Gabriela Moldovan2024-04-101-7/+14