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
...
|
*
|
|
Lightly simplify the syntax for installing multiple InvokerEnts
Nick Mathewson
2024-05-06
2
-2
/
+42
|
*
|
|
RPC: Implement methods to get and watch client bootstrap status.
Nick Mathewson
2024-05-06
5
-3
/
+121
|
*
|
|
Add a const instance of rpc::Nil.
Nick Mathewson
2024-05-06
1
-0
/
+2
|
*
|
|
rpc: Remove a limitation on DynMethod macro.
Nick Mathewson
2024-05-06
1
-6
/
+5
|
|
|
/
|
|
/
|
|
*
|
tor-rpcbase: Require downcast_rs 1.2.1
Nick Mathewson
2024-05-05
1
-1
/
+1
|
*
|
Allow DropStatus to be unused.
Nick Mathewson
2024-05-05
1
-0
/
+1
|
*
|
Remove two unused cases of "TestError"
Nick Mathewson
2024-05-05
2
-6
/
+0
|
*
|
Resolve some clippy warnings about empty rustdoc.
Nick Mathewson
2024-05-05
4
-13
/
+7
|
|
/
|
*
Remove semver.md, post release
Ian Jackson
2024-04-30
1
-1
/
+0
*
|
tor-circmgr: If necessary, extend the circuit to become STUB+.
Gabriela Moldovan
2024-05-15
1
-8
/
+42
*
|
tor-circmgr: Add a helper for extending HsCircStubs by one hop.
Gabriela Moldovan
2024-05-15
1
-2
/
+15
*
|
arti: Bump patchlevel.
Gabriela Moldovan
2024-05-15
1
-1
/
+1
*
|
tor-circmgr: Bump patchlevel.
Gabriela Moldovan
2024-05-15
1
-1
/
+1
*
|
tor-circmgr: Fix path not being extended if lite vanguards are enabled.
Gabriela Moldovan
2024-05-15
1
-1
/
+10
*
|
tor-circmgr: Assign error-handling closure to variable.
Gabriela Moldovan
2024-05-15
1
-7
/
+10
*
|
tor-circmgr: Rename neighbor_exclusion variables for clarity.
Gabriela Moldovan
2024-05-15
1
-4
/
+4
*
|
tor-circmgr: After building the HS path, assert the length is correct.
Gabriela Moldovan
2024-05-15
1
-1
/
+18
|
/
*
Update separate lockfiles
Ian Jackson
2024-04-30
2
-3
/
+3
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
44
-353
/
+353
*
Bump versions of crates with nonfunctional changes
Ian Jackson
2024-04-30
3
-3
/
+3
*
Bump version of arti
Ian Jackson
2024-04-30
3
-3
/
+3
*
tor-memquota: Add contents of full feature
Ian Jackson
2024-04-30
1
-1
/
+1
*
arti-client: vanguards cargo feature: remove from experimental
Ian Jackson
2024-04-30
1
-1
/
+0
*
Merge branch 'enable-vanguards' into 'main'
Ian Jackson
2024-04-30
8
-28
/
+62
|
\
|
*
tor-guardmgr: Make remove_unlisted return the number of unlisted vanguards.
Gabriela Moldovan
2024-04-30
1
-2
/
+4
|
*
tor-guardmgr: Make remove_expired return the number of expired vanguards.
Gabriela Moldovan
2024-04-30
2
-20
/
+25
|
*
tor-guardmgr: Prevent misleading logs when not rotating vanguards.
Gabriela Moldovan
2024-04-29
2
-2
/
+15
|
*
tor-circmgr: Don't log unless we are launching some circuits.
Gabriela Moldovan
2024-04-29
1
-5
/
+7
|
*
tor-guardmgr: Make a vanguard log message more accurate.
Gabriela Moldovan
2024-04-29
1
-1
/
+1
|
*
arti: Make vanguards a default feature.
Gabriela Moldovan
2024-04-29
1
-0
/
+1
|
*
arti-client: Make vanguards non-experimental.
Gabriela Moldovan
2024-04-29
5
-10
/
+21
*
|
Merge branch 'quota-rename' into 'main'
Ian Jackson
2024-04-29
17
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
Rename tor-memtrack to tor-memquota
Ian Jackson
2024-04-29
17
-10
/
+10
*
|
Merge branch 'report-readiness-no-cache' into 'main'
gabi-250
2024-04-29
1
-0
/
+3
|
\
\
|
*
|
properly report bootstrap readiness without cache
trinity-1686a
2024-04-29
1
-0
/
+3
|
|
/
*
|
tor-circmgr: Remove no-longer-relevant TODO.
Gabriela Moldovan
2024-04-29
1
-1
/
+1
*
|
tor-circmgr: The circuit must still be usable, even if vanguards are enabled.
Gabriela Moldovan
2024-04-29
1
-3
/
+1
*
|
tor-circmgr: Prefer STUB+ where possible.
Gabriela Moldovan
2024-04-29
2
-10
/
+61
*
|
tor-circmgr: Remove no-longer-needed dead_code allow.
Gabriela Moldovan
2024-04-29
1
-1
/
+0
*
|
Merge branch 'launch-stub-circuits' into 'main'
gabi-250
2024-04-29
2
-47
/
+166
|
\
\
|
*
|
tor-circmgr: Have separate targets for the STUB and STUB+ pools (fmt).
Gabriela Moldovan
2024-04-29
1
-3
/
+3
|
*
|
tor-circmgr: Have separate targets for the STUB and STUB+ pools.
Gabriela Moldovan
2024-04-29
1
-32
/
+46
|
*
|
tor-circmgr: Add a TODO about launching HS circuits in parallel.
Gabriela Moldovan
2024-04-29
1
-0
/
+1
|
*
|
tor-circmgr: Expand on the ForLaunch docs.
Nick Mathewson
2024-04-29
1
-1
/
+2
|
*
|
tor-circmgr: Remove an addressed TODO.
Gabriela Moldovan
2024-04-29
1
-13
/
+0
|
*
|
tor-circmgr: Log the kinds of circuits we're about to launch (fmt).
Gabriela Moldovan
2024-04-29
1
-4
/
+1
|
*
|
tor-circmgr: Log the kinds of circuits we're about to launch.
Gabriela Moldovan
2024-04-29
2
-3
/
+24
|
*
|
tor-circmgr: Remove no-longer-needed dead code allows.
Gabriela Moldovan
2024-04-29
1
-2
/
+0
|
*
|
tor-circmgr: Make a fraction of preemptive HS circuits be STUB+.
Gabriela Moldovan
2024-04-29
2
-11
/
+111
*
|
|
Merge branch 'rpc-macro' into 'main'
Ian Jackson
2024-04-29
1
-33
/
+86
|
\
\
\
|
|
/
/
|
/
|
|
[prev]
[next]