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
*
Merge branch 'refactor-tor-dirmgr-0' into 'main'
Jim Newsome
2026-07-23
1
-102
/
+180
|
\
|
*
tor-dirmgr: Refactor bootstrap::download
hjrgrn
2026-07-23
1
-102
/
+180
*
|
tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`
Ian Jackson
2026-07-23
1
-1
/
+1
*
|
tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`
Ian Jackson
2026-07-23
1
-2
/
+2
*
|
tor-checkable: TimeBound: Make dangerously_into_parts return TimeRange
Ian Jackson
2026-07-23
2
-3
/
+4
|
/
*
Use new TimeBound name throughout the tree
Ian Jackson
2026-07-16
2
-2
/
+2
*
Merge branch 'remove-lint' into 'main'
Jim Newsome
2026-07-15
3
-10
/
+1
|
\
|
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
2
-8
/
+0
|
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
|
*
Removed unnecessary lint
pryty26
2026-07-15
2
-2
/
+1
*
|
multiple crates: Fix clippy warnings
hjrgrn
2026-07-10
2
-4
/
+4
|
/
*
Fix deprecation-warning in tor-dirmgr.
Nick Mathewson
2026-06-30
1
-2
/
+2
*
Apply deferred rustfmt churn
Ian Jackson
2026-06-22
1
-1
/
+3
*
Remove renaming aliases for MicrodescAndHash
Ian Jackson
2026-06-22
2
-9
/
+9
*
tor-netdoc: Break Microdesc up into Microdesc and MicrodescAndHash
Ian Jackson
2026-06-22
2
-2
/
+2
*
arti-client: remove string slices
Nick Mathewson
2026-06-10
1
-2
/
+1
*
everywhere: Add #[allow(clippy::string_slice)]
Clara Engler
2026-06-09
1
-0
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
10
-0
/
+11
*
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
[next]