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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cargo: Update `arti-*` and `tor-*` to `0.38.0`
Clara Engler
2026-01-12
1
-22
/
+22
*
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
*
Bump all the unstable tor- and arti- crates to 0.37.0.
Gabriela Moldovan
2025-12-02
1
-22
/
+22
*
Bump the versions of the non-{arti-,tor-} crates
Gabriela Moldovan
2025-12-02
1
-1
/
+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
*
maint: bump minor versions of all published crates
Steven Engler
2025-10-29
1
-25
/
+25
*
Bump MSRV from 1.85.1 to 1.86
Clara Engler
2025-10-21
1
-1
/
+1
*
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
*
Merge branch 'release-1.6.0-remove-semver-md' into 'main'
Ian Jackson
2025-10-06
1
-1
/
+0
|
\
|
*
release: Remove old semver.md files.
Wesley Aptekar-Cassels
2025-10-02
1
-1
/
+0
*
|
release: Bump versions.
Wesley Aptekar-Cassels
2025-10-02
1
-25
/
+25
|
/
*
Merge branch 'release-1.6.0-fixup-features' into 'main'
wesleyac
2025-10-01
1
-0
/
+1
|
\
|
*
release: Run fixup-features.
Wesley Aptekar-Cassels
2025-10-01
1
-0
/
+1
*
|
release: Update semver.md files.
Wesley Aptekar-Cassels
2025-10-01
1
-0
/
+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
*
Merge branch 'dircommon-cfg' into 'main'
Clara Engler
2025-09-11
5
-440
/
+31
|
\
|
*
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
*
|
Bump MSRV from 1.85 to 1.85.1
Nick Mathewson
2025-09-09
1
-1
/
+1
|
/
*
tor-dircommon: Update to 0.34.0
Clara Engler
2025-09-02
1
-1
/
+1
*
tor-dircommon: Initial commit
Clara Engler
2025-09-02
5
-143
/
+5
*
Bump the minor version of every published crate except for `arti`.
Nick Mathewson
2025-08-28
1
-24
/
+24
*
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
14
-77
/
+99
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
2
-2
/
+2
*
Bump to hex-literal 1.0
Nick Mathewson
2025-08-05
1
-1
/
+1
*
Set MSRV to 1.85.
Nick Mathewson
2025-08-05
1
-1
/
+1
*
dirmgr: Rename circuit to tunnel
David Goulet
2025-08-05
1
-3
/
+3
*
Bump version of tor-basic-utils
Ian Jackson
2025-08-05
1
-1
/
+1
*
Version bumps for 1.4.6
Ian Jackson
2025-08-05
1
-21
/
+21
*
Bump rusqlite to 0.37
Ian Jackson
2025-08-04
1
-1
/
+1
*
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
*
Bump all the unstable tor- and arti- crates to 0.32.0.
Gabriela Moldovan
2025-07-07
1
-21
/
+21
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-07-07
1
-3
/
+3
*
tor-dirmgr, tor-guardmgr: Use std::slice::from_ref as suggested by clippy.
Gabriela Moldovan
2025-07-07
1
-4
/
+4
[next]