index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-dirmgr
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add cognitive-complexity exceptions for clippy.
Nick Mathewson
2023-09-05
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+2
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-10
/
+7
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
DirMgr: More logs in top-level bootstrapping code.
Nick Mathewson
2023-05-03
1
-5
/
+12
*
DirMgr: Log at trace! when starting a new "AttemptId".
Nick Mathewson
2023-05-03
1
-1
/
+7
*
tor-dirmgr: Don't try to mark consensus usable in a read-only store.
Nick Mathewson
2023-03-08
1
-4
/
+6
*
Use ErrorReport - run rustfmt
Ian Jackson
2023-01-30
1
-2
/
+6
*
Use ErrorReport for errors in warn! in tor-dirmgr
Ian Jackson
2023-01-30
1
-3
/
+3
*
Use ErrorReport for errors in info! in tor-dirmgr
Ian Jackson
2023-01-30
1
-2
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
dirmgr: Spelling fixes and normali[sz]ations
Nick Mathewson
2022-12-06
1
-1
/
+1
*
Fix a couple of rustdoc issues.
Nick Mathewson
2022-11-18
1
-1
/
+2
*
dirmgr Store: Have constructors take DirMgrStore
Ian Jackson
2022-11-14
1
-6
/
+13
*
dirmgr Store: Introduce DirMgrStore and use for BridgeDescMgr
Ian Jackson
2022-11-14
1
-0
/
+25
*
dirmgr Store: Use `**` syntax and deref to trait objects
Ian Jackson
2022-11-14
1
-23
/
+14
*
bridge desc: Drop a done TODO
Ian Jackson
2022-11-08
1
-1
/
+0
*
dirmgr: Make store be in an Arc
Ian Jackson
2022-11-04
1
-2
/
+2
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
bridge descriptors: Provide an implementation of BridgeDescProvider
Ian Jackson
2022-11-03
1
-0
/
+2
*
Fix clippy false positive
Ian Jackson
2022-10-25
1
-0
/
+5
*
FlagEvent trait: Implement using macros
Ian Jackson
2022-10-25
1
-0
/
+3
*
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
*
Mark all bridge and pt features as experimental for now.
Nick Mathewson
2022-09-29
1
-0
/
+26
*
GuardMgr/DirMgr: Add APIs for bridge descriptor lists
Nick Mathewson
2022-09-26
1
-0
/
+1
*
`TaskSchedule`: give error on `sleep*()` if last handle is dropped
Nick Mathewson
2022-09-07
1
-3
/
+3
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Finish implementation of params() for DirMgr.
Nick Mathewson
2022-08-02
1
-0
/
+36
*
tor-dirmgr: Remove opt_netdir entirely.
Nick Mathewson
2022-07-26
1
-8
/
+5
*
Remove unused DirMgr::netdir method, make opt_netdir private.
Nick Mathewson
2022-07-26
1
-11
/
+1
*
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
1
-3
/
+3
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Merge branch 'stalled_directory' into 'main'
Ian Jackson
2022-06-21
1
-14
/
+51
|
\
|
*
tor-dirmgr: Make DirStatus non-public.
Nick Mathewson
2022-06-14
1
-1
/
+1
|
*
Add a blockage-reporting mechanism to tor-dirmgr.
Nick Mathewson
2022-06-14
1
-1
/
+1
|
*
DirMgr: Track errors, stalls, and resets as part of status.
Nick Mathewson
2022-06-13
1
-0
/
+24
|
*
Refactor our logic for distinguishing download attempts
Nick Mathewson
2022-06-13
1
-12
/
+24
|
*
Refactor most DirStatus users to use DirProgress.
Nick Mathewson
2022-06-13
1
-3
/
+4
*
|
Fix clippy::significant_drop_in_scrutinee warnings
Nick Mathewson
2022-06-15
1
-5
/
+8
|
/
*
Merge branch 'dormant_directory' into 'main'
Nick Mathewson
2022-06-13
1
-70
/
+59
|
\
|
*
DirMgr: Use scopeguard crate in place of ad hoc RAII substitutes
Nick Mathewson
2022-06-13
1
-68
/
+18
|
*
Put the task schedule back when the dl task exits.
Nick Mathewson
2022-06-13
1
-2
/
+9
|
*
New API to expose and use TaskHandle from DirMgr.
Nick Mathewson
2022-06-13
1
-2
/
+31
[next]