summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
...
* bridge descriptors tests: Fix flaky testIan Jackson2022-11-031-1/+11
* bridge descriptors tests: Test set_bridges more thoroughly (fix)Ian Jackson2022-11-031-1/+1
* bridge descriptors: logging: Log addition and removal (fmt)Ian Jackson2022-11-031-12/+20
* bridge descriptors: logging: Log addition and removalIan Jackson2022-11-031-8/+31
* bridge descriptors: logging: Log download start and outcomeIan Jackson2022-11-031-0/+6
* bridge descriptors tests: Test set_bridges more thoroughlyIan Jackson2022-11-031-0/+34
* bridge descriptors: Rewrite set_bridgesIan Jackson2022-11-031-18/+12
* bridge descriptors tests: Add another couple of test casesIan Jackson2022-11-031-1/+31
* bridge descriptors tests: stream_drain_ready returns event countIan Jackson2022-11-031-1/+4
* bridge descriptors tests: Break out bad_bridge helper functionIan Jackson2022-11-031-7/+7
* bridge descriptors: Change default max_refetchIan Jackson2022-11-032-2/+2
* bridge descriptors: Add clarification about bridge statesIan Jackson2022-11-031-0/+3
* bridge descriptors: Improve and fix docs for consider_launchingIan Jackson2022-11-031-1/+6
* bridge descriptors: Add comments where StateGuard is droppedIan Jackson2022-11-031-0/+8
* bridge descriptors: Document `changed` and `earliest_timeout` OptionsIan Jackson2022-11-031-0/+5
* bridge descriptors: Document updates argument to timeout_taskIan Jackson2022-11-031-0/+6
* Require derive_more 0.99.3Ian Jackson2022-11-031-1/+1
* bridge descriptors: TestsIan Jackson2022-11-033-0/+270
* bridge descriptors: Provide a consistency check functionIan Jackson2022-11-031-0/+196
* bridge descriptors: Provide an implementation of BridgeDescProviderIan Jackson2022-11-033-0/+1098
* Copy tor-netdoc/testdata/routerdesc1.txt into tor-dirmgrIan Jackson2022-11-031-0/+50
* remove unused dependanciestrinity-1686a2022-10-291-1/+0
* tor-dirmgr: impl Default for FlagPublisherIan Jackson2022-10-271-0/+6
* tor-dirmgr: impl FlagEvent for BridgeDescEventIan Jackson2022-10-271-0/+6
* Fix clippy false positiveIan Jackson2022-10-251-0/+5
* FlagEvent trait: Implement using macrosIan Jackson2022-10-253-14/+64
* tor-circmgr: Make get_or_launch_dir_specific feature-specificIan Jackson2022-10-211-1/+1
* tor-dirmgr README: Remove some redundant/duplicated headingsIan Jackson2022-10-211-4/+0
* tor-dirclient: Make RequestFailed its own error typeIan Jackson2022-10-201-5/+5
* tor-dirclient Response: Rename output methodsIan Jackson2022-10-201-1/+1
* Fix various typos (using typos tool and hand-inspection)Nick Mathewson2022-10-181-1/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-51/+1
* Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-7/+7
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-2/+2
* Update README.md files.Nick Mathewson2022-09-301-0/+26
* Mark all bridge and pt features as experimental for now.Nick Mathewson2022-09-292-1/+27
* GuardMgr/DirMgr: Add APIs for bridge descriptor listsNick Mathewson2022-09-262-0/+2
* fix clippy::needless_borrowtrinity-1686a2022-09-101-1/+1
* fix clippy::unwrap_used and old TODO for msrv 1.56trinity-1686a2022-09-101-9/+6
* `TaskSchedule`: give error on `sleep*()` if last handle is droppedNick Mathewson2022-09-073-4/+14
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-1/+0
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-12/+12
* Use anonymize_home() when displaying various messages.Nick Mathewson2022-08-311-1/+2
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* Decrease the lifetimes for storing descriptors.Nick Mathewson2022-08-091-6/+29
* Finish implementation of params() for DirMgr.Nick Mathewson2022-08-021-0/+36
* Add params() method to NetDirProvider, and partial implementationNick Mathewson2022-08-021-0/+1
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-3/+0