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
*
dirmgr: Make `DirMgr::load_once()` synchronous
Gabriela Moldovan
2026-01-27
1
-1
/
+1
*
dirmgr: Remove unnecessary Arc::clone
Gabriela Moldovan
2026-01-27
1
-1
/
+1
*
dirmgr: Make various functions synchronous
Gabriela Moldovan
2026-01-27
1
-5
/
+5
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-1
/
+5
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
all: run cargo fmt
Steven Engler
2025-11-04
1
-1
/
+1
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-2
/
+2
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Move `FallbackDir` into `tor-dircommon`
Clara Engler
2025-09-11
1
-1
/
+1
*
tor-dircommon: Use amplify and getters for config
Clara Engler
2025-09-09
1
-3
/
+3
*
Move `DirTolerance` into `tor-dircommon`
Clara Engler
2025-09-09
1
-1
/
+2
*
Move `DownloadSchedule` into `tor-dircommon`
Clara Engler
2025-09-08
1
-6
/
+1
*
Move `NetworkStatus` to `tor-dircommon`
Clara Engler
2025-09-08
1
-1
/
+1
*
tor-dircommon: Initial commit
Clara Engler
2025-09-02
1
-2
/
+0
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-9
/
+12
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
*: 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
[next]