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
*
Upgrade to latest event-listener
Nick Mathewson
2024-02-26
1
-1
/
+1
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-3
/
+2
*
clippy: Use Result::cloned in several places
Ian Jackson
2024-01-31
1
-1
/
+1
*
tor-dirmgr: Simplify a clone call (fmt)
Ian Jackson
2024-01-31
1
-3
/
+1
*
tor-dirmgr: Simplify a clone call
Ian Jackson
2024-01-31
1
-2
/
+1
*
dirmgr: Make the `dir_mgr_config` method public
Emil Engler
2024-01-09
1
-2
/
+2
*
clippy nightly: For now, locally allow implied_bounds_in_impls
Ian Jackson
2024-01-02
1
-0
/
+2
*
clippy nightly: For now, locally allow blocks_in_conditions
Ian Jackson
2024-01-02
1
-0
/
+1
*
clippy: Replace many calls to .get(0) with .first()
Ian Jackson
2024-01-02
1
-1
/
+1
*
tor-persist: Provide FsMistrustErrorExt, and use it
Ian Jackson
2023-12-13
1
-7
/
+2
*
tor-dirmgr: Rename DirMgrConfig.cache_path to cache_dir
Ian Jackson
2023-12-04
3
-9
/
+9
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-dirmgr
Ian Jackson
2023-10-11
2
-2
/
+3
*
tor-rtmock: Switch MockRuntime to SimpleMockSleepProvider
Ian Jackson
2023-10-03
1
-7
/
+7
*
Upgrade event_listener dependency to 3.0.0
Nick Mathewson
2023-09-28
1
-1
/
+1
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
1
-0
/
+8
*
Add cognitive-complexity exceptions for clippy.
Nick Mathewson
2023-09-05
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
12
-0
/
+12
*
Resolve warnings about ambiguous/redundant doc links
Nick Mathewson
2023-08-22
1
-1
/
+1
*
tor-dirclient: Make Requestable return requests with String bodies.
Gabriela Moldovan
2023-08-16
1
-1
/
+1
*
tor-dirclient: Make the body type of a `Requestable` type configurable.
Gabriela Moldovan
2023-08-16
1
-1
/
+1
*
tor-dirclient: Rename download() to send_request() (fmt).
Gabriela Moldovan
2023-08-16
1
-1
/
+5
*
tor-dirclient: Rename download() to send_request().
Gabriela Moldovan
2023-08-16
1
-2
/
+2
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
12
-0
/
+13
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
12
-0
/
+13
*
|
rng ranges: Use gen_range_infallible() for Duration::ZERO..=T
Ian Jackson
2023-07-10
1
-3
/
+2
|
/
*
Merge branch 'event_report_everywhere' into 'main'
Nick Mathewson
2023-07-07
4
-32
/
+23
|
\
|
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
4
-32
/
+23
*
|
rng ranges: Use inclusive Duration ranges in several places
Ian Jackson
2023-07-07
1
-1
/
+1
|
/
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
tor-dirmgr: bridge descriptor tests: Add a missing #[traced_test]
Ian Jackson
2023-07-06
1
-0
/
+1
*
tor-dirmgr: bridge descriptor tests: Use MockRuntime (fmt)
Ian Jackson
2023-07-06
1
-270
/
+271
*
tor-dirmgr: bridge descriptor tests: Use MockRuntime
Ian Jackson
2023-07-06
1
-35
/
+25
*
tor-dirmgr: bridge descriptor tests: Fix a v. low prob. race
Ian Jackson
2023-07-06
1
-2
/
+5
*
dirmgr: use voting_period.
Nick Mathewson
2023-06-29
1
-4
/
+1
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
dirmgr: remove a needless .borrow()
Nick Mathewson
2023-05-11
1
-4
/
+3
*
Downgrade and clarify message about dir replacment time.
Nick Mathewson
2023-05-08
1
-8
/
+12
*
DirMgr: More logs in top-level bootstrapping code.
Nick Mathewson
2023-05-03
1
-5
/
+12
*
DirMgr: more trace!() logs and information in download/load functions.
Nick Mathewson
2023-05-03
1
-8
/
+30
*
DirMgr: Log at trace! when starting a new "AttemptId".
Nick Mathewson
2023-05-03
1
-1
/
+7
*
Merge branch 'fix_802_core' into 'main'
Ian Jackson
2023-04-18
1
-1
/
+6
|
\
|
*
DirMgr: Detect that directory state is ready if it begins with all MDs
Nick Mathewson
2023-04-10
1
-1
/
+6
*
|
s/BridgeDescManager/BridgeDescMgr/g in codebase
Neel Chauhan
2023-04-12
1
-2
/
+2
*
|
Use bool::then_some() as appropriate
Nick Mathewson
2023-04-11
2
-8
/
+8
|
/
*
Sort out some TODOs in bdtest.rs
Ian Jackson
2023-03-21
1
-5
/
+4
*
Fix a bunch of needless-conversion warnings.
Nick Mathewson
2023-03-10
1
-3
/
+2
*
tor-dirmgr: Don't try to mark consensus usable in a read-only store.
Nick Mathewson
2023-03-08
1
-4
/
+6
*
tor-dirmgr: Work around an apparent regression in `time`.
Nick Mathewson
2023-02-17
1
-3
/
+3
[next]