summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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