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
*
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
*
dirmgr, netdir: Store protocol requirments as soon as they are validated.
Nick Mathewson
2025-04-16
4
-5
/
+56
*
dirmgr: Backend support for cacheing protocol status.
Nick Mathewson
2025-04-16
3
-2
/
+137
*
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
1
-0
/
+18
*
fix `clippy::doc_overindented_list_items`
Steven Engler
2025-04-03
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
2
-6
/
+6
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
4
-4
/
+4
*
netdoc: Make some parsing init functions fallible.
Nick Mathewson
2025-03-17
1
-2
/
+7
*
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
1
-0
/
+2
*
tor-dirmgr: remove `dbg!`
Steven Engler
2025-03-05
1
-1
/
+0
*
sqlite: Handle vanished blobs during consensus loading
Nick Mathewson
2025-03-05
1
-16
/
+38
*
sqlite: add a method to tidy extdocs for vanished blobs
Nick Mathewson
2025-03-05
1
-1
/
+93
*
sqlite.rs: Let read_blob signal whether it cleaned up.
Nick Mathewson
2025-03-05
1
-8
/
+28
*
sqlite: Extract body of latest_consensus into a new method
Nick Mathewson
2025-03-05
1
-23
/
+33
*
sqlite: Stop ignoring any errors.
Nick Mathewson
2025-03-05
1
-3
/
+22
*
sqlite: Add a comment about O(n) query.
Nick Mathewson
2025-03-05
1
-0
/
+2
*
sqlite.rs: Rustfmt.
Nick Mathewson
2025-03-05
1
-86
/
+87
[next]