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 rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
2
-2
/
+2
*
Remove users of fslock other than fslock-guard.
Nick Mathewson
2026-05-06
1
-62
/
+70
*
dirmgr: Use HashMap::into_values.
Nick Mathewson
2026-04-21
1
-2
/
+2
*
dirmgr: port to web-time-compat.
Nick Mathewson
2026-03-26
5
-14
/
+24
*
dirmgr: Stub out usage of Lockfile on wasm32-unknown.
Nick Mathewson
2026-03-25
1
-2
/
+31
*
tor-basic-utils: Remove IoErrorExt and BinaryHeapExt.
Nick Mathewson
2026-03-25
1
-2
/
+1
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
2
-2
/
+2
*
Rename DirResponse::from_body to from_get_body
Clara Engler
2026-03-04
1
-1
/
+1
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
dirmgr: Make `DirMgr::load_once()` synchronous
Gabriela Moldovan
2026-01-27
1
-1
/
+1
*
dirmgr: Remove unnecessary Arc::clone (fmt)
Gabriela Moldovan
2026-01-27
1
-2
/
+1
*
dirmgr: Remove unnecessary Arc::clone
Gabriela Moldovan
2026-01-27
2
-4
/
+4
*
dirmgr: Make various functions synchronous
Gabriela Moldovan
2026-01-27
2
-10
/
+9
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
tor-netdoc: authcert: Make key_ids return owned AuthCertKeyIds
Ian Jackson
2026-01-06
2
-5
/
+5
*
tor-netdoc: Store n_authorities in usize
Clara Engler
2025-12-02
1
-2
/
+1
*
dirmgr: Rewrite .is_some()/.unwrap() using let match
Gabriela Moldovan
2025-12-01
1
-4
/
+6
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
2
-2
/
+10
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
10
-11
/
+11
*
Drop two use's that seem no longer to be necessary
Ian Jackson
2025-11-06
1
-1
/
+1
*
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
2
-4
/
+4
*
Remove one stray allow(deprecated)
Neel Chauhan
2025-11-04
1
-1
/
+0
*
Stop using MockSleepProvider in a few crates
Neel Chauhan
2025-11-02
1
-3
/
+2
*
Fix new clippy nightly warning about subtracting Durations.
Nick Mathewson
2025-10-16
1
-1
/
+3
*
tor-linkspec: Change HasAddrs::addrs to return an Iterator
Ian Jackson
2025-10-06
1
-1
/
+1
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
tor-dircommon: Implement proposal 330
Clara Engler
2025-09-16
2
-24
/
+20
*
Move `FallbackDir` into `tor-dircommon`
Clara Engler
2025-09-11
2
-2
/
+2
*
tor-dircommon: Use amplify and getters for config
Clara Engler
2025-09-09
4
-17
/
+18
*
tor-dircommon: Make config non_exhaustive
Clara Engler
2025-09-09
1
-4
/
+1
*
Move `DirTolerance` into `tor-dircommon`
Clara Engler
2025-09-09
2
-67
/
+4
*
Move `DownloadSchedule` into `tor-dircommon`
Clara Engler
2025-09-08
5
-281
/
+5
*
Move `NetworkStatus` to `tor-dircommon`
Clara Engler
2025-09-08
3
-77
/
+9
*
tor-dircommon: Initial commit
Clara Engler
2025-09-02
4
-143
/
+4
*
misc: cleanup now that `_report!` macros support fields
Steven Engler
2025-08-18
1
-2
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
13
-76
/
+98
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
2
-2
/
+2
*
dirmgr: Rename circuit to tunnel
David Goulet
2025-08-05
1
-3
/
+3
*
config-path, dirmgr, general-addr: Remove unnecessary parentheses (fmt).
Gabriela Moldovan
2025-07-15
1
-2
/
+1
*
config-path, dirmgr, general-addr: Remove unnecessary parentheses.
Gabriela Moldovan
2025-07-15
1
-1
/
+1
*
tor-dirmgr, tor-guardmgr: Use std::slice::from_ref as suggested by clippy.
Gabriela Moldovan
2025-07-07
1
-4
/
+4
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-dirmgr: Removed dependency on `once_cell`
hashcatHitman
2025-06-14
2
-6
/
+9
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
2
-0
/
+7
*
Rename recommended_protocols to protocol_statuses.
Nick Mathewson
2025-04-16
2
-9
/
+9
*
protover, *: Add documentation about what "supported" means.
Nick Mathewson
2025-04-16
1
-1
/
+2
*
dirmgr: Always apply changes before advancing consensus.
Nick Mathewson
2025-04-16
1
-6
/
+6
*
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
[next]