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
/
tor-dirmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test failure in tor_dirmgr::state::test::get_microdescs_state
Nick Mathewson
2022-01-27
1
-1
/
+12
*
bootstrap reporting: Documentation fixups from review.
Nick Mathewson
2022-01-19
1
-1
/
+2
*
tor-dirmgr: Create a bootstrap-status exporting mechanism.
Nick Mathewson
2022-01-18
4
-8
/
+589
*
Fixup broken doc comment from arti!220
eta
2022-01-10
1
-1
/
+1
*
Merge branch 'ticket_178' into 'main'
eta
2022-01-10
1
-9
/
+73
|
\
|
*
Only replace netdir once we have enough guard MDs.
Nick Mathewson
2022-01-06
1
-9
/
+73
*
|
Fix busy-loop when consensus is near expiring.
Nick Mathewson
2022-01-07
1
-1
/
+14
|
/
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
fallbackdir: Update list generated on December 15, 2021
Tor CI Release
2021-12-16
1
-869
/
+891
*
tor-dirmgr: retain cache_usage on reset.
Nick Mathewson
2021-12-16
1
-4
/
+19
*
Merge branch 'flag-publish-2' into 'main'
eta
2021-12-16
4
-139
/
+342
|
\
|
*
Refactor directory events to use a FlagPublisher mechanism.
Nick Mathewson
2021-12-14
4
-139
/
+342
*
|
tor-dirmgr: Warn on a bug case.
Nick Mathewson
2021-12-16
1
-2
/
+1
|
/
*
Merge branch 'reconfigure' into 'main'
eta
2021-12-13
4
-29
/
+131
|
\
|
*
Add a few tests to tor-config.
Nick Mathewson
2021-12-07
1
-3
/
+2
|
*
Make override_net_params take effect sooner.
Nick Mathewson
2021-12-07
2
-4
/
+19
|
*
Make much of DirMgrConfig reconfigurable.
Nick Mathewson
2021-12-07
4
-38
/
+94
|
*
Sketch API for reconfiguration.
Nick Mathewson
2021-12-07
2
-0
/
+32
*
|
fix nightly clippy errors
Trinity Pointard
2021-12-09
1
-2
/
+1
|
/
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
2
-6
/
+6
*
Merge branch 'tor-dirmgr' into 'main'
eta
2021-12-01
1
-3
/
+9
|
\
|
*
dont warn on bootstrap error when error == manager dropped
dagon
2021-11-30
1
-3
/
+9
*
|
remember utf8 check
dagon
2021-11-30
1
-13
/
+51
|
/
*
Merge branch 'config-updates-and-tests'
Nick Mathewson
2021-11-29
2
-1
/
+2
|
\
|
*
Add basic tests for high-level builders
Nick Mathewson
2021-11-25
2
-1
/
+2
*
|
add semicolons if nothing returned
Daniel Eades
2021-11-25
4
-9
/
+10
*
|
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
2
-2
/
+2
|
/
*
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
[next]