summaryrefslogtreecommitdiff
path: root/crates/tor-units/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: Make PowManager persist state.Wesley Aptekar-Cassels2025-05-271-0/+2
* units: Getters for bounds of a BoundedInt32David Goulet2025-01-161-0/+14
* circmgr: Modify CircParameters for congestion controlDavid Goulet2025-01-161-8/+2
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCost ...Ian Jackson2024-10-161-1/+5
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCostIan Jackson2024-10-161-2/+2
* Some HasMemoryCost impls in tor-unitsIan Jackson2024-10-021-0/+4
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* tor-units: impl Hash for many types that are Eq, PartialEqIan Jackson2024-02-211-7/+7
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* tor-units: Fix IntegerMinutes accessor (omg)Ian Jackson2023-02-091-1/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* tor-units: Add an IntegerMinutes.Nick Mathewson2023-01-111-0/+86
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Fix some rustdoc errors.Nick Mathewson2022-10-131-6/+6
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-16/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Merge branch 'error_cleanup' into 'main'Nick Mathewson2022-06-221-2/+2
|\
| * Style fixes to tor-units errors.Nick Mathewson2022-06-221-2/+2
* | tor-units: IntegerTimeUnit: Provide try_mapIan Jackson2022-06-211-0/+50
* | tor-units: IntegerTimeUnit: Relax condition on TIan Jackson2022-06-211-5/+5
* | tor-units: IntegerTimeUnit: Provide as_time_unit deconstructorIan Jackson2022-06-211-0/+24
|/
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* address lint warningsDaniel Eades2021-12-091-4/+2
* tor-netdir: Resolve an XXXX about type uglinessNick Mathewson2021-12-081-0/+35
* Get tor-units grcov line coverage to 100%Nick Mathewson2021-12-021-0/+40
* Implement Eq,PartialEq for BoundedInt32.Nick Mathewson2021-12-021-1/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-241-1/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+11
* Add an IntegerDays numeric type.Nick Mathewson2021-09-091-0/+54
* Use macros and traits to simplify the declaration of parameters.Nick Mathewson2021-09-091-0/+29
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-6/+9
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+525