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
*
Bump minor version of tor-rtcompat and most of its dependents
Nick Mathewson
2022-10-03
1
-7
/
+7
*
Bump crates that have had backward compatible API changes.
Nick Mathewson
2022-10-03
1
-2
/
+2
*
Update README.md files.
Nick Mathewson
2022-09-30
1
-0
/
+26
*
Mark all bridge and pt features as experimental for now.
Nick Mathewson
2022-09-29
2
-1
/
+27
*
GuardMgr/DirMgr: Add APIs for bridge descriptor lists
Nick Mathewson
2022-09-26
2
-0
/
+2
*
fix clippy::needless_borrow
trinity-1686a
2022-09-10
1
-1
/
+1
*
fix clippy::unwrap_used and old TODO for msrv 1.56
trinity-1686a
2022-09-10
1
-9
/
+6
*
`TaskSchedule`: give error on `sleep*()` if last handle is dropped
Nick Mathewson
2022-09-07
3
-4
/
+14
*
Remove semver.md from arti-1.0.0
Nick Mathewson
2022-09-07
1
-1
/
+0
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-12
/
+12
*
Use anonymize_home() when displaying various messages.
Nick Mathewson
2022-08-31
1
-1
/
+2
*
add feature annotation not added by doc_auto_cfg
trinity-1686a
2022-08-24
1
-0
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
2
-0
/
+4
*
Decrease the lifetimes for storing descriptors.
Nick Mathewson
2022-08-09
1
-6
/
+29
*
Finish implementation of params() for DirMgr.
Nick Mathewson
2022-08-02
1
-0
/
+36
*
Add params() method to NetDirProvider, and partial implementation
Nick Mathewson
2022-08-02
1
-0
/
+1
*
Now that versions have bumped, remove semver.md files.
Nick Mathewson
2022-08-01
1
-3
/
+0
*
Bump patch versions on crates that have new APIs.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
Bump minor version on crates with deps with breaking changes.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-6
/
+6
*
tor-dirmgr: Remove opt_netdir entirely.
Nick Mathewson
2022-07-26
3
-12
/
+9
*
Remove unused DirMgr::netdir method, make opt_netdir private.
Nick Mathewson
2022-07-26
2
-11
/
+2
*
Add new APIs to NetDirProvider to better support timeliness.
Nick Mathewson
2022-07-26
1
-3
/
+24
*
Rename DirSkewTolerance to DirTolerance
Nick Mathewson
2022-07-22
4
-9
/
+16
*
Bump to rusqlite 0.28.
Nick Mathewson
2022-07-19
1
-1
/
+1
*
Merge branch 'dirmgr_error_cleanup' into 'main'
Nick Mathewson
2022-07-18
4
-61
/
+85
|
\
|
*
dirmgr: Add a helper to create LockFile errors.
Nick Mathewson
2022-07-18
2
-8
/
+9
|
*
dirmgr: Make UnrecognizedSchema more helpful
Nick Mathewson
2022-07-14
2
-6
/
+14
|
*
dirmgr: Add an instance of BadUtf8InCache
Nick Mathewson
2022-07-14
1
-2
/
+1
|
*
dirmgr: Clarify disk IO errors.
Nick Mathewson
2022-07-14
4
-33
/
+49
|
*
dirmgr: style edits to error messages.
Nick Mathewson
2022-07-14
1
-22
/
+22
*
|
Bump tor-dirmgr to version 0.5.1.
tor-dirmgr-v0.5.1
Nick Mathewson
2022-07-14
1
-1
/
+1
*
|
Fix illegal formatting in cache filenames
feelingnothing
2022-07-14
1
-1
/
+1
|
/
*
Remove semver.md files now that 0.5.0 is out
Nick Mathewson
2022-06-24
1
-5
/
+0
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-13
/
+13
*
Merge branch 'clippy' into 'main'
Ian Jackson
2022-06-24
1
-0
/
+3
|
\
|
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
|
Merge branch 'dirmgr' into 'main'
Nick Mathewson
2022-06-24
1
-53
/
+49
|
\
\
|
*
|
dirmgr: Use ... .find().is_none() rather than clippy's suggestion
Ian Jackson
2022-06-23
1
-2
/
+4
|
*
|
dirmgr: DirBootstrapStatus: Refactor mut_status_for using entries_mut
Ian Jackson
2022-06-22
1
-27
/
+25
|
*
|
dirmgr: Use new statuses() helper method
Ian Jackson
2022-06-22
1
-21
/
+6
|
*
|
dirmgr: DirBootstrapStatus: Provide statuses and entries_mut
Ian Jackson
2022-06-22
1
-3
/
+18
|
*
|
dirmgr: Remove a TODO comment
Ian Jackson
2022-06-22
1
-4
/
+0
|
|
/
*
/
Fix a couple of typos in rustdoc comments.
Nick Mathewson
2022-06-24
1
-1
/
+1
|
/
*
Merge branch 'display_source_cleanup' into 'main'
eta
2022-06-21
1
-6
/
+6
|
\
|
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-6
/
+6
*
|
Merge branch 'stalled_directory' into 'main'
Ian Jackson
2022-06-21
5
-208
/
+576
|
\
\
|
|
/
|
/
|
|
*
Refactor DirStatus data structures.
Nick Mathewson
2022-06-21
1
-74
/
+186
|
*
Make display formats work with older derive_more.
Nick Mathewson
2022-06-14
2
-2
/
+2
|
*
tor-dirmgr: Make DirStatus non-public.
Nick Mathewson
2022-06-14
3
-5
/
+4
[next]