summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump crate and dependency versions.Nick Mathewson2022-06-241-1/+1
* 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-023-0/+341
|\|
| * New facility for deterministic and reproducible test PRNGs.Nick Mathewson2022-06-023-0/+341
* | 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
|/
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-1/+1
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-1/+1
* 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-233-0/+297
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-1/+1
* Merge branch 'main' into 'msrv_1_56'Nick Mathewson2022-04-261-0/+30
|\
| * 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
* | Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* | Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
|/
* tor-basic-utils: Add RetryDelay::reset testSamanta Navarro2022-04-231-0/+2
* Add RetrySchedule::reset()Nick Mathewson2022-04-041-0/+5
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-1/+1
* Update README.md files using readmes scriptNick Mathewson2022-03-291-0/+4
* Adjust a commentIan Jackson2022-03-211-1/+1
* Provide define_accessor_trait and use it to generate CircMgrConfigIan Jackson2022-03-162-0/+69
* 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-163-0/+169
* tor-basic-utils/Cargo.toml: reformat.Nick Mathewson2022-03-161-1/+2
* Revert "humantime_serde_option: New module in tor-basic-utils"Ian Jackson2022-03-143-33/+0
* humantime_serde_option: New module in tor-basic-utilsIan Jackson2022-03-073-0/+33
* 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-043-0/+56