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
/
state.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
1
-1
/
+1
|
\
|
*
remove most usage of SystemTime::now
trinity-1686a
2022-02-25
1
-1
/
+1
*
|
Abolish filter::DynFilter in favour of transparent DirFilter
Ian Jackson
2022-03-25
1
-7
/
+5
*
|
dirmgr: Initial DirFilter code.
Nick Mathewson
2022-03-24
1
-0
/
+29
*
|
dirmgr: Authority: Abolish v3ident accessor
Ian Jackson
2022-03-18
1
-1
/
+1
*
|
Merge branch 'md_allocation' into 'main'
Nick Mathewson
2022-03-17
1
-20
/
+54
|
\
\
|
*
|
Run rustfmt
Ian Jackson
2022-03-17
1
-5
/
+6
|
*
|
GetMicrodescsState: Abolish separate n_missing field in
Ian Jackson
2022-03-17
1
-12
/
+12
|
*
|
GetMicrodescsState: Break out with_mdreceiver_for_missing
Ian Jackson
2022-03-17
1
-13
/
+23
|
*
|
GetMicrodescsState: Dedupe slightly
Ian Jackson
2022-03-17
1
-8
/
+9
|
*
|
tor-dirmgr: Remove redundant hashtable.
Nick Mathewson
2022-03-16
1
-22
/
+44
*
|
|
DirMgrConfig: abolish builder; make it transparent and exhaustive
Ian Jackson
2022-03-16
1
-5
/
+5
|
/
/
*
|
dirmgr: Call shrink_to_fit on missing-microdesc hashtable
Nick Mathewson
2022-03-10
1
-0
/
+7
*
|
Use RsaIdentity::from_hex() and hex::decode_to_slice in more places
Nick Mathewson
2022-03-04
1
-2
/
+1
|
/
*
dirmgr::Store.expire_all takes config
tharvik
2022-02-23
1
-2
/
+2
*
dirmgr: add Store trait
tharvik
2022-02-23
1
-16
/
+24
*
dirmgr: Remember where netdocs came from.
Nick Mathewson
2022-02-16
1
-12
/
+20
*
dirmgr: eliminate StringParsingError.
Nick Mathewson
2022-02-16
1
-3
/
+4
*
dirmgr: HasKind for internal and sqlite errors
Nick Mathewson
2022-02-16
1
-2
/
+3
*
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
1
-3
/
+69
*
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
|
/
*
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
1
-5
/
+3
|
\
|
*
Refactor directory events to use a FlagPublisher mechanism.
Nick Mathewson
2021-12-14
1
-5
/
+3
*
|
tor-dirmgr: Warn on a bug case.
Nick Mathewson
2021-12-16
1
-2
/
+1
|
/
*
Make override_net_params take effect sooner.
Nick Mathewson
2021-12-07
1
-1
/
+4
*
Make much of DirMgrConfig reconfigurable.
Nick Mathewson
2021-12-07
1
-8
/
+10
*
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-1
/
+1
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
1
-1
/
+1
*
Rename RetryConfig to DownloadSchedule, fold in parallelism.
Nick Mathewson
2021-11-18
1
-19
/
+10
*
Fix typos
Dimitris Apostolou
2021-11-12
1
-1
/
+1
*
More tests on tor-dirmgr::state
Nick Mathewson
2021-11-08
1
-25
/
+111
*
Remove one more test println!().
Nick Mathewson
2021-11-04
1
-1
/
+0
*
Remove some dbg!() calls in real code.
Nick Mathewson
2021-11-02
1
-1
/
+0
*
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
*
Migrate tor-dirmgr from chrono to time 0.3
Nick Mathewson
2021-10-24
1
-4
/
+4
*
Merge branch 'share_state'
Nick Mathewson
2021-10-21
1
-17
/
+32
|
\
|
*
Mark consensus as "not-pending" even if its microdescs come from cache.
Nick Mathewson
2021-10-20
1
-4
/
+24
|
*
Move tor-dirmgr to use a sync::Mutex.
Nick Mathewson
2021-10-20
1
-13
/
+8
*
|
Fix most warnings from nightly.
Nick Mathewson
2021-10-19
1
-0
/
+1
|
/
*
Remove useless into() conversions caught by clippy.
Jani Monoses
2021-10-18
1
-9
/
+9
[next]