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
...
|
*
Re-order attributes so that we can build with Rust 1.53.
Nick Mathewson
2022-03-31
5
-15
/
+15
|
*
Typo fix.
Ian Jackson
2022-03-31
1
-1
/
+1
|
*
Directory filtering in arti-testing.
Nick Mathewson
2022-03-31
5
-1
/
+229
|
*
tor-netdoc: Conditionally expose document fields.
Nick Mathewson
2022-03-31
8
-0
/
+119
|
*
tor-checkable: add experimental api for exposing wrapped objects.
Nick Mathewson
2022-03-31
2
-0
/
+38
|
*
Reformat tor-checkable/Cargo.toml
Nick Mathewson
2022-03-31
1
-6
/
+4
*
|
Merge branch 'retry_tuning_1' into 'main'
Nick Mathewson
2022-03-31
4
-16
/
+44
|
\
\
|
*
|
dirmgr: Use a different idiom in retry loop
Nick Mathewson
2022-03-31
1
-3
/
+2
|
*
|
Use a lower default for max_retries.
Nick Mathewson
2022-03-30
2
-2
/
+2
|
*
|
circmgr: limit circuit attempts when launch_parallelism > 1.
Nick Mathewson
2022-03-30
1
-1
/
+21
|
*
|
dirmgr: fix bugs in algorithm for retrying downloads
Nick Mathewson
2022-03-30
1
-13
/
+22
|
|
/
*
|
Merge branch 'typos' into 'main'
Ian Jackson
2022-03-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix typo
Dimitris Apostolou
2022-03-30
1
-1
/
+1
|
/
*
README.md for arti-testing.
Nick Mathewson
2022-03-30
1
-0
/
+53
*
Merge branch 'fallback_status_v2' into 'main'
Ian Jackson
2022-03-30
27
-331
/
+1212
|
\
|
*
Merge branch 'fallback_status_v2' into main
Ian Jackson
2022-03-30
27
-331
/
+1212
|
/
|
|
*
Run cargo fmt one more time for good measure.
Nick Mathewson
2022-03-30
1
-2
/
+2
|
*
Use derive_more to derive AsRef.
Nick Mathewson
2022-03-30
3
-12
/
+5
|
*
Reformat tor-guardmgr/Cargo.toml.
Nick Mathewson
2022-03-30
1
-18
/
+18
|
*
Reformat several Cargo.toml files with 100-char-wide lines.
Nick Mathewson
2022-03-30
3
-27
/
+8
|
*
Fix some Rustdoc links.
Nick Mathewson
2022-03-30
4
-5
/
+5
|
*
Refactor FirstHopId into type-differentiated form
Nick Mathewson
2022-03-30
9
-185
/
+348
|
*
Rename Guard=>FirstHop, GuardId=>FirstHopId
Nick Mathewson
2022-03-30
8
-77
/
+91
|
*
FallbackState: Use itertools::merge_join_by.
Nick Mathewson
2022-03-30
1
-100
/
+8
|
*
Fold fallback::Status::reset() into its (only) caller.
Nick Mathewson
2022-03-30
1
-7
/
+2
|
*
Rename FallbackState::lookup_mut => get_mut.
Nick Mathewson
2022-03-30
1
-12
/
+12
|
*
Rename FallbackSet => FallbackState.
Nick Mathewson
2022-03-30
3
-15
/
+15
|
*
DirPathBuilder::pick_path: re-order match cases for clarity.
Nick Mathewson
2022-03-30
1
-16
/
+18
|
*
Refactor select_guard_with_expand to use match and log errors.
Nick Mathewson
2022-03-30
1
-10
/
+13
|
*
ListKind: Use an exhaustive match to future-proof.
Nick Mathewson
2022-03-30
1
-1
/
+4
|
*
Clarify documentation about GuardUsable constructors
Nick Mathewson
2022-03-30
1
-4
/
+10
|
*
Add a TODO about an unslightly type.
Nick Mathewson
2022-03-30
1
-0
/
+2
|
*
Clean up a rustdoc link
Ian Jackson
2022-03-30
1
-1
/
+1
|
*
guardmgr::fallback::set: basic unit tests.
Nick Mathewson
2022-03-30
1
-10
/
+190
|
*
Rename ExternalFailure => ExternalActivity.
Nick Mathewson
2022-03-30
4
-18
/
+17
|
*
Replace the fallback directories when they change in the config.
Nick Mathewson
2022-03-30
3
-0
/
+127
|
*
Add status tracking to FallbackDir.
Nick Mathewson
2022-03-30
8
-25
/
+286
|
*
Implement Ord for Ed25519Identity.
Nick Mathewson
2022-03-30
2
-1
/
+2
|
*
Update semver_status from recent round of movement.
Nick Mathewson
2022-03-30
1
-0
/
+4
|
*
dirmgr: do not pass fallbacks to the CircMgr.
Nick Mathewson
2022-03-30
1
-6
/
+1
|
*
circmgr: Use guard-manager's view of the fallbacks when possible.
Nick Mathewson
2022-03-30
4
-14
/
+49
|
*
GuardMgr: Return fallback directories when appropriate.
Nick Mathewson
2022-03-30
1
-26
/
+67
|
*
Fix typos in guardmgr/lib.rs
Nick Mathewson
2022-03-30
1
-2
/
+2
|
*
GuardMgr: some prep work for returning fallbacks as guards.
Nick Mathewson
2022-03-30
3
-4
/
+40
|
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
14
-37
/
+142
|
*
Reformat tor-circmgr/Cargo.toml
Nick Mathewson
2022-03-30
1
-21
/
+30
|
*
guardmgr: move error types into new err.rs module.
Nick Mathewson
2022-03-30
3
-73
/
+79
|
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
12
-8
/
+20
|
/
*
Merge branch 'disallowed_lint' into 'main'
eta
2022-03-30
22
-46
/
+2
|
\
|
*
Fix a let_and_return lint violation that had somehow slipped in.
Nick Mathewson
2022-03-30
1
-3
/
+1
[prev]
[next]