summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/src
Commit message (Expand)AuthorAgeFilesLines
...
* Include a HashSet variant that can be keyed on multiple keys.Nick Mathewson2022-10-032-0/+364
* fix clippy::needless_borrowtrinity-1686a2022-09-101-1/+1
* tor-basic-utils: Provide IoErrorExt is_not_a_directory()Ian Jackson2022-08-251-0/+27
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-basic-utils: Add a test for DropNotifyWatchSenderIan Jackson2022-07-191-0/+17
* tor-basic-utils: Add ref to upstream issue re dropIan Jackson2022-07-191-0/+3
* tor-basic-utils: Add comment about lack of raceIan Jackson2022-07-191-0/+4
* arti-client: Provide DropNotifyWatchSenderIan Jackson2022-07-181-0/+41
* Provide maybe_send on postage::watch::Sender, via extension traitIan Jackson2022-07-181-0/+87
* Merge branch 'cirmgr_error_cleanup' into 'main'Ian Jackson2022-07-151-0/+44
|\
| * tor-basic-utils: Add a new interface to FilterCountNick Mathewson2022-07-121-0/+44
* | Fix two rustdoc linksIan Jackson2022-07-121-2/+2
|/
* Add a semver note to FilterCountNick Mathewson2022-07-081-1/+6
* FilterCount: Add a simple Display helper.Nick Mathewson2022-07-061-0/+34
* New "counting filter" iterator helper in tor-basic-utils.Nick Mathewson2022-07-062-0/+116
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-2/+9
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Fix a rustdoc link.Nick Mathewson2022-06-071-1/+1
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-071-1/+2
|\
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* | Merge branch 'testing-rng' into 'main'Nick Mathewson2022-06-022-0/+338
|\|
| * New facility for deterministic and reproducible test PRNGs.Nick Mathewson2022-06-022-0/+338
* | lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-1/+1
* | lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
|/
* Typo fixes (automated with "typos").Nick Mathewson2022-05-241-4/+4
* Suppress clippy warnings in tor-basic-utils.Nick Mathewson2022-05-232-0/+2
* prepare_send_from: clippy: Have dprintln explicitly return ()Ian Jackson2022-05-231-1/+1
* prepare_send_from: clippy: Avoid a lintIan Jackson2022-05-231-2/+1
* prepare_send_from: clippy: Add missing docsIan Jackson2022-05-231-11/+18
* prepare_send_from: clippy: Replace two unwrapsIan Jackson2022-05-231-2/+6
* prepare_send_from: Break out get_output! macroIan Jackson2022-05-231-2/+11
* prepare_send_from: docs and comments improvementsIan Jackson2022-05-231-13/+115
* prepare_send_from: Add testsIan Jackson2022-05-231-0/+122
* channel: Provide and use Sink::prepare_send_fromIan Jackson2022-05-232-0/+293
* Rename macro_first_nonempty (from macro_coalesce_args)Ian Jackson2022-04-251-2/+2
* macro_coalesce_args: New helper macroIan Jackson2022-04-251-0/+30
* tor-basic-utils: Add RetryDelay::reset testSamanta Navarro2022-04-231-0/+2
* Add RetrySchedule::reset()Nick Mathewson2022-04-041-0/+5
* Adjust a commentIan Jackson2022-03-211-1/+1
* Provide define_accessor_trait and use it to generate CircMgrConfigIan Jackson2022-03-161-0/+68
* RetryDelay: remove accessors.Nick Mathewson2022-03-161-17/+1
* Fix up documentation on RetryDelay.Nick Mathewson2022-03-161-10/+19
* Move RetryDelay from dirmgr to basic-utils.Nick Mathewson2022-03-162-0/+168
* Revert "humantime_serde_option: New module in tor-basic-utils"Ian Jackson2022-03-142-27/+0
* humantime_serde_option: New module in tor-basic-utilsIan Jackson2022-03-072-0/+27
* tor-basic-utils: copy the README into lib.rsIan Jackson2022-03-041-1/+11
* Remove now-obsolete note about location of skip_fmtIan Jackson2022-03-041-5/+0
* Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-0/+37
* Introduce tor-basic-utilsIan Jackson2022-03-041-0/+30