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
*
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
|
*
Add a blockage-reporting mechanism to tor-dirmgr.
Nick Mathewson
2022-06-14
3
-1
/
+98
|
*
Add a couple of TODO items.
Nick Mathewson
2022-06-14
1
-0
/
+7
|
*
Do not update_progress on load if nothing happened.
Nick Mathewson
2022-06-14
1
-6
/
+10
|
*
DirMgr: Track errors, stalls, and resets as part of status.
Nick Mathewson
2022-06-13
3
-3
/
+80
|
*
Refactor our logic for distinguishing download attempts
Nick Mathewson
2022-06-13
3
-85
/
+127
|
*
Refactor most DirStatus users to use DirProgress.
Nick Mathewson
2022-06-13
4
-71
/
+66
|
*
Move `at_least_as_new_as` to DirProgress.
Nick Mathewson
2022-06-13
1
-4
/
+18
|
*
Turn the DirProgress in DirStatus into a named field.
Nick Mathewson
2022-06-13
1
-52
/
+73
|
*
Rename DirStatusInner to DirProgress.
Nick Mathewson
2022-06-13
2
-38
/
+38
*
|
Merge branch 'config-fix2' into 'main'
Nick Mathewson
2022-06-16
3
-70
/
+10
|
\
\
|
*
|
impl_standard_builder: Use for tor_dirmgr::Authority
Ian Jackson
2022-06-16
1
-10
/
+2
|
*
|
impl_standard_builder: Use for tor_dirmgr::DownloadSchedule
Ian Jackson
2022-06-16
1
-14
/
+3
|
*
|
impl_standard_builder: Use for tor_dirmgr::DownloadScheduleConfig
Ian Jackson
2022-06-16
1
-14
/
+1
|
*
|
impl_standard_builder: Use for tor_dirmgr::NetworkConfig
Ian Jackson
2022-06-16
1
-19
/
+2
|
*
|
impl_standard_builder: Use for tor_dirmgr::DirSkewTolerance
Ian Jackson
2022-06-16
1
-13
/
+2
*
|
|
Merge branch 'config-fix' into 'main'
Ian Jackson
2022-06-16
2
-3
/
+3
|
\
|
|
[next]