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
...
*
tor-dirmgr: impl Default for FlagPublisher
Ian Jackson
2022-10-27
1
-0
/
+6
*
tor-dirmgr: impl FlagEvent for BridgeDescEvent
Ian Jackson
2022-10-27
1
-0
/
+6
*
Fix clippy false positive
Ian Jackson
2022-10-25
1
-0
/
+5
*
FlagEvent trait: Implement using macros
Ian Jackson
2022-10-25
3
-14
/
+64
*
tor-circmgr: Make get_or_launch_dir_specific feature-specific
Ian Jackson
2022-10-21
1
-1
/
+1
*
tor-dirmgr README: Remove some redundant/duplicated headings
Ian Jackson
2022-10-21
1
-4
/
+0
*
tor-dirclient: Make RequestFailed its own error type
Ian Jackson
2022-10-20
1
-5
/
+5
*
tor-dirclient Response: Rename output methods
Ian Jackson
2022-10-20
1
-1
/
+1
*
Fix various typos (using typos tool and hand-inspection)
Nick Mathewson
2022-10-18
1
-1
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-51
/
+1
*
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
[prev]
[next]