index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tor-guardmgr: Flush the vanguard changes to disk.
Gabriela Moldovan
2024-04-22
1
-3
/
+8
*
|
tor-guardmgr: Implement VanguardMgr::flush_to_storage.
Gabriela Moldovan
2024-04-22
1
-10
/
+15
*
|
tor-guardmgr: Fix vanguard expiration test.
Gabriela Moldovan
2024-04-22
1
-1
/
+18
*
|
tor-guardmgr: Don't try to replenish the sets unless some vanguards expired.
Gabriela Moldovan
2024-04-22
1
-23
/
+18
*
|
tor-guardmgr: Move vanguard set replenishing logic to VanguardSetsTrackedMut.
Gabriela Moldovan
2024-04-22
3
-225
/
+373
*
|
tor-guardmgr: Add VanguardSetsTrackedMut for mutating VanguardSets.
Gabriela Moldovan
2024-04-22
1
-0
/
+54
*
|
tor-guardmgr: Add some accessors for VanguardSets.
Gabriela Moldovan
2024-04-22
1
-0
/
+43
*
|
tor-guardmgr: VanguardSet::remove_{unlisted,expired} returns whether the set ...
Gabriela Moldovan
2024-04-22
1
-5
/
+14
*
|
tor-guardmgr: Add VanguardMgrError variant for tor-persist errors.
Gabriela Moldovan
2024-04-22
1
-0
/
+5
*
|
tor-guardmgr: Create storage handle for storing vanguards.
Gabriela Moldovan
2024-04-22
1
-3
/
+11
*
|
tor-guardmgr: Introduce an abstraction over the two vanguard sets.
Gabriela Moldovan
2024-04-22
1
-0
/
+19
*
|
tor-guardmgr: Derive Default for VanguardSet.
Gabriela Moldovan
2024-04-22
1
-1
/
+6
*
|
tor-guardmgr: By default, use full vanguards for onion services.
Gabriela Moldovan
2024-04-22
1
-2
/
+2
*
|
tor-guardmgr: Add a TODO about a call that needs to be relocated.
Gabriela Moldovan
2024-04-22
1
-0
/
+10
*
|
tor-guardmgr: Use RelayUsage::vanguard in the VanguardMgr.
Gabriela Moldovan
2024-04-22
2
-3
/
+2
*
|
tor-relay-selection: Introduce RelayUsage::vanguard.
Gabriela Moldovan
2024-04-22
2
-1
/
+24
|
/
*
Merge branch 'upgrade-rustls' into 'main'
gabi-250
2024-04-22
4
-9
/
+30
|
\
|
*
Add a note about CryptoProvicder.
Nick Mathewson
2024-04-22
1
-0
/
+4
|
*
rustls: Avoid aws-lc-rs for now.
Nick Mathewson
2024-04-22
2
-2
/
+2
|
*
Upgrade to futures-rustls 0.26.0, rustls 0.23.5.
Nick Mathewson
2024-04-22
4
-9
/
+26
*
|
Resolve nightly clippy errors in hashx.
Nick Mathewson
2024-04-22
1
-3
/
+3
|
/
*
arti-client: add hs_circ_pool() method on TorClient
Richard Pospesel
2024-04-15
1
-0
/
+14
*
Merge branch 'vanguards-cleanup' into 'main'
Alexander Færøy
2024-04-15
3
-37
/
+4
|
\
|
*
tor-guardmgr: Remove unnecessary mutable reference.
Gabriela Moldovan
2024-04-15
2
-4
/
+4
|
*
tor-guardmgr: Remove outdated TODO.
Gabriela Moldovan
2024-04-15
1
-6
/
+0
|
*
tor-guardmgr: Remove outdated documentation.
Gabriela Moldovan
2024-04-15
1
-3
/
+0
|
*
tor-guardmgr: Remove unused TimeBoundVanguard implementations.
Gabriela Moldovan
2024-04-15
1
-24
/
+0
*
|
vanguards: Fix another doc ref
Ian Jackson
2024-04-15
1
-1
/
+1
*
|
vanguards: Fix a doc ref
Ian Jackson
2024-04-15
1
-2
/
+3
*
|
tor-rtcompat: Add CoarseTimeProvider to docs for Runtime trait
Ian Jackson
2024-04-15
1
-0
/
+1
|
/
*
tor-hsservice: use shared status_tx to report OnionServiceStatus via RunningO...
Richard Pospesel
2024-04-13
1
-6
/
+0
*
tor-guardmgr: Split derive list over multiple lines.
Gabriela Moldovan
2024-04-11
1
-2
/
+4
*
tor-guardmgr: Derive Ord for VanguardMode.
Gabriela Moldovan
2024-04-11
2
-12
/
+16
*
tor-guardmgr: Expand on a TODO about handling config changes.
Gabriela Moldovan
2024-04-11
1
-0
/
+4
*
tor-guardmgr: Add a TODO about updating has_onion_svc on reconfigure.
Gabriela Moldovan
2024-04-11
1
-0
/
+1
*
tor-guardmgr: Fix typo in VanguardMgr error message.
Gabriela Moldovan
2024-04-11
1
-1
/
+1
*
tor-guardmgr: Read the VanguardMode from VanguardParams.
Gabriela Moldovan
2024-04-11
1
-26
/
+54
*
tor-guardmgr: Store whether we're running an onion svc (fmt).
Gabriela Moldovan
2024-04-11
1
-1
/
+6
*
tor-guardmgr: Store whether we're running an onion svc.
Gabriela Moldovan
2024-04-11
3
-3
/
+18
*
tor-guardmgr: Add the two VanguardModes to VanguardParams.
Gabriela Moldovan
2024-04-11
1
-0
/
+12
*
Merge branch 'rpc_deftly' into 'main'
Ian Jackson
2024-04-11
24
-290
/
+510
|
\
|
*
Add TODO RPC items from review.
Nick Mathewson
2024-04-11
2
-0
/
+9
|
*
Fix a comment.
Nick Mathewson
2024-04-11
1
-2
/
+1
|
*
rpc: Add a missing not() to generic test.
Nick Mathewson
2024-04-11
1
-1
/
+1
|
*
Upgrade derive-deftly requirement to 0.10.3
Nick Mathewson
2024-04-11
11
-12
/
+12
|
*
Remove a duplicate $twheres.
Nick Mathewson
2024-04-11
1
-1
/
+1
|
*
rpc: Adjust a TODO comment.
Nick Mathewson
2024-04-11
1
-1
/
+1
|
*
rpc: Move deftly attributes into an `rpc` namespace.
Nick Mathewson
2024-04-11
7
-24
/
+24
|
*
Add generic support for RPC objects.
Nick Mathewson
2024-04-08
1
-8
/
+200
|
*
Refactor invoke_fn macro to make inventory optional
Nick Mathewson
2024-04-08
1
-14
/
+19
[prev]
[next]