index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-dirmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
2
-2
/
+2
*
Make every Config type implement Eq.
Nick Mathewson
2021-11-21
2
-4
/
+4
*
Give every ConfigBuilder a From<Config> implementation.
Nick Mathewson
2021-11-21
1
-6
/
+25
*
Use named fields for the elements of ConfigBuildError
Nick Mathewson
2021-11-18
1
-4
/
+4
*
Rename RetryConfig to DownloadSchedule, fold in parallelism.
Nick Mathewson
2021-11-18
5
-79
/
+83
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-5
/
+9
*
tor-dirmgr: put routerdesc storage behind a feature.
Nick Mathewson
2021-11-12
3
-23
/
+62
*
Fix typos
Dimitris Apostolou
2021-11-12
2
-3
/
+3
*
Remove usage of tracing-test 0.1
Nick Mathewson
2021-11-11
1
-2
/
+0
*
Tests for tor-dirmgr::bootstrap
Nick Mathewson
2021-11-11
2
-1
/
+216
*
Minor tests for DirMgr::query_into_requests
Nick Mathewson
2021-11-11
1
-0
/
+39
*
tor-dirmgr: tests for making and expanding consensus requests.
Nick Mathewson
2021-11-10
1
-0
/
+125
*
tor-dirmgr: Tests for high-level loading functions.
Nick Mathewson
2021-11-10
1
-3
/
+152
*
More tests on tor-dirmgr::state
Nick Mathewson
2021-11-08
3
-27
/
+113
*
Remove one more test println!().
Nick Mathewson
2021-11-04
1
-1
/
+0
*
tor-dirmgr: tests for docid module.
Nick Mathewson
2021-11-04
1
-1
/
+156
*
Remove some dbg!() calls in real code.
Nick Mathewson
2021-11-02
1
-1
/
+0
*
Try writing a bit more documentation for configuration types.
Nick Mathewson
2021-10-28
1
-2
/
+13
*
tor-dirmgr: tests for GetMicrodescsState
Nick Mathewson
2021-10-28
1
-0
/
+100
*
tor-dirmgr: tests for download schedules.
Nick Mathewson
2021-10-28
1
-0
/
+23
*
tor-dirmgr: Test for GetCertsState
Nick Mathewson
2021-10-28
1
-5
/
+115
*
tor-dirmgr: Tests for GetConsensusState.
Nick Mathewson
2021-10-28
1
-0
/
+148
*
tor-dirmgr::state: Mock the view of current time.
Nick Mathewson
2021-10-28
1
-3
/
+25
*
Upgrade to fslock version 0.2
Nick Mathewson
2021-10-27
1
-1
/
+1
*
Migrate tor-dirmgr from chrono to time 0.3
Nick Mathewson
2021-10-24
2
-34
/
+38
*
Replace references to arti-client in the documentation.
Nick Mathewson
2021-10-21
1
-2
/
+2
*
Remove #![allow(unreachable_pub)] in shared_ref.rs
Nick Mathewson
2021-10-21
1
-7
/
+5
*
Merge branch 'share_state'
Nick Mathewson
2021-10-21
3
-53
/
+84
|
\
|
*
Mark consensus as "not-pending" even if its microdescs come from cache.
Nick Mathewson
2021-10-20
3
-8
/
+48
|
*
Move tor-dirmgr to use a sync::Mutex.
Nick Mathewson
2021-10-20
3
-45
/
+36
*
|
fallbackdir: Regenerate list for October 2021
David Goulet
2021-10-21
1
-881
/
+870
*
|
Fix most warnings from nightly.
Nick Mathewson
2021-10-19
3
-3
/
+9
|
/
*
Fix some typos in comments.
Nick Mathewson
2021-10-19
1
-1
/
+1
*
Reverse two swapped log messages
Nick Mathewson
2021-10-19
1
-2
/
+2
*
Improve logging when trying to get the lock on the directory cache.
Nick Mathewson
2021-10-19
1
-3
/
+20
*
Remove useless into() conversions caught by clippy.
Jani Monoses
2021-10-18
5
-28
/
+30
*
Remove anyhow dependency from tor-dirmgr.
Jani Monoses
2021-10-18
3
-12
/
+61
*
Use unwrap in tests.
Jani Monoses
2021-10-18
1
-9
/
+15
*
Add a few tracing directives to tor-dirmgr.
Nick Mathewson
2021-10-13
3
-3
/
+14
*
tor-dirmgr: report bootstrap success on all successful cases.
Nick Mathewson
2021-10-13
1
-0
/
+5
*
Don't report the bootstrap as completed unless it actually succeeds.
Nick Mathewson
2021-10-13
2
-5
/
+14
*
Notify guard manager on network change and state flush.
Nick Mathewson
2021-10-10
3
-0
/
+26
*
Lock down some dirmgr config functions.
Nick Mathewson
2021-10-09
1
-11
/
+11
*
Re-export configuration types from tor-client.
Nick Mathewson
2021-10-09
2
-1
/
+7
*
enable checked_conversions lint.
Nick Mathewson
2021-10-09
1
-0
/
+1
*
Fix a type inference complaint in tor-dirmgr's tests.
Nick Mathewson
2021-10-07
1
-1
/
+1
*
Do not use set_ prefix on derive_builder setters
Jani Monoses
2021-09-16
1
-3
/
+3
*
Use derive_builder for Authority and FallbackDir.
Nick Mathewson
2021-09-10
2
-72
/
+4
*
Typo fixes
Nick Mathewson
2021-09-09
1
-2
/
+2
*
Use derive_builder for the rest of tor_dirmgr::config
Nick Mathewson
2021-09-09
1
-80
/
+21
[prev]
[next]