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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
*
|
Merge branch 'coarse' into 'main'
Alexander Færøy
2024-04-15
2
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
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
|
/
*
Merge branch 'fix-coc-link' into 'main'
gabi-250
2024-04-15
1
-1
/
+1
|
\
|
*
Fix link to the Code of Conduct
Wiktor Kwapisiewicz
2024-04-12
1
-1
/
+1
*
|
Merge branch 'onion-service-status-events' into 'main'
gabi-250
2024-04-15
1
-6
/
+0
|
\
\
|
*
|
tor-hsservice: use shared status_tx to report OnionServiceStatus via RunningO...
Richard Pospesel
2024-04-13
1
-6
/
+0
|
|
/
*
|
Merge branch 'static_fuzzing' into 'main'
Ian Jackson
2024-04-15
1
-2
/
+75
|
\
\
|
|
/
|
/
|
|
*
Make fuzz_it_all configurable.
Nick Mathewson
2024-04-03
1
-2
/
+59
|
*
fuzz_it_all: Add a step where we run the fuzzers on the corpus alone.
Nick Mathewson
2024-04-03
1
-0
/
+16
*
|
Merge branch 'vanguard-config' into 'main'
gabi-250
2024-04-11
5
-36
/
+107
|
\
\
|
*
|
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
25
-350
/
+553
|
\
\
|
*
|
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
12
-72
/
+52
|
*
|
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
|
*
|
Globally rename rpc_invoke_fn to static_rpc_invoke_fn
Nick Mathewson
2024-04-08
3
-16
/
+16
|
*
|
Refactor: remove existence of HasConstTypeId_ as a trait
Nick Mathewson
2024-04-08
9
-56
/
+55
|
*
|
Port many of the macros in tor-rpcbase to use derive-deftly.
Nick Mathewson
2024-04-04
17
-237
/
+256
|
*
|
rpcbase: Require that every Object is Send + Sync + 'static
Nick Mathewson
2024-04-04
1
-2
/
+2
*
|
|
Merge branch 'counted_hashmap' into 'main'
Ian Jackson
2024-04-11
2
-42
/
+565
|
\
\
\
|
*
|
|
counted_map: Use educe(Default).
Nick Mathewson
2024-04-02
1
-12
/
+4
|
*
|
|
counted_map: Use PhantomData<fn(P)->P>
Nick Mathewson
2024-04-02
1
-4
/
+4
|
*
|
|
counted_map: Add some notes about correctness; downgrade unsafes
Nick Mathewson
2024-04-02
2
-13
/
+21
|
*
|
|
streammap: Use an internal counted_hashmap to simplify invariant checking
Nick Mathewson
2024-03-28
2
-43
/
+566
*
|
|
|
Merge branch 'vanguard-mgr-refactor' into 'main'
gabi-250
2024-04-10
2
-134
/
+118
|
\
\
\
\
|
*
|
|
|
tor-guardmgr: Replace vanguard heap with a simpler approach.
Gabriela Moldovan
2024-04-10
2
-134
/
+118
|
/
/
/
/
*
|
|
|
Merge branch 'vanguard-mgr-sets' into 'main'
gabi-250
2024-04-10
14
-71
/
+1100
|
\
\
\
\
|
*
|
|
|
tor-guardmgr: Do not store the NetDir in VanguardMgr.
Gabriela Moldovan
2024-04-10
1
-31
/
+23
[prev]
[next]