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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+3
*
Rename recommended_protocols to protocol_statuses.
Nick Mathewson
2025-04-16
1
-1
/
+1
*
protover, *: Add documentation about what "supported" means.
Nick Mathewson
2025-04-16
1
-1
/
+2
*
Add warnings about removing supported protocols.
Nick Mathewson
2025-04-16
1
-0
/
+2
*
netdir: Add a recommended_protocols() to NetDirProvider
Nick Mathewson
2025-04-16
1
-0
/
+4
*
dirmgr, netdir: Store protocol requirments as soon as they are validated.
Nick Mathewson
2025-04-16
1
-0
/
+23
*
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
1
-0
/
+18
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-2
/
+2
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-dirmgr: don't support changing `DirMgrConfig::cache_trust`
Steven Engler
2024-11-05
1
-0
/
+4
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
dirmgr: Use contains_key in check.
Nick Mathewson
2024-04-22
1
-1
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+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
*
tor-dirmgr: Rename DirMgrConfig.cache_path to cache_dir
Ian Jackson
2023-12-04
1
-3
/
+3
*
oneshot: Use veneer in tor-dirmgr
Ian Jackson
2023-10-11
1
-1
/
+2
*
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
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+2
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-10
/
+7
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
DirMgr: More logs in top-level bootstrapping code.
Nick Mathewson
2023-05-03
1
-5
/
+12
*
DirMgr: Log at trace! when starting a new "AttemptId".
Nick Mathewson
2023-05-03
1
-1
/
+7
*
tor-dirmgr: Don't try to mark consensus usable in a read-only store.
Nick Mathewson
2023-03-08
1
-4
/
+6
*
Use ErrorReport - run rustfmt
Ian Jackson
2023-01-30
1
-2
/
+6
*
Use ErrorReport for errors in warn! in tor-dirmgr
Ian Jackson
2023-01-30
1
-3
/
+3
*
Use ErrorReport for errors in info! in tor-dirmgr
Ian Jackson
2023-01-30
1
-2
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
dirmgr: Spelling fixes and normali[sz]ations
Nick Mathewson
2022-12-06
1
-1
/
+1
*
Fix a couple of rustdoc issues.
Nick Mathewson
2022-11-18
1
-1
/
+2
*
dirmgr Store: Have constructors take DirMgrStore
Ian Jackson
2022-11-14
1
-6
/
+13
*
dirmgr Store: Introduce DirMgrStore and use for BridgeDescMgr
Ian Jackson
2022-11-14
1
-0
/
+25
*
dirmgr Store: Use `**` syntax and deref to trait objects
Ian Jackson
2022-11-14
1
-23
/
+14
*
bridge desc: Drop a done TODO
Ian Jackson
2022-11-08
1
-1
/
+0
*
dirmgr: Make store be in an Arc
Ian Jackson
2022-11-04
1
-2
/
+2
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
bridge descriptors: Provide an implementation of BridgeDescProvider
Ian Jackson
2022-11-03
1
-0
/
+2
*
Fix clippy false positive
Ian Jackson
2022-10-25
1
-0
/
+5
*
FlagEvent trait: Implement using macros
Ian Jackson
2022-10-25
1
-0
/
+3
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-51
/
+1
[next]