summaryrefslogtreecommitdiff
path: root/crates/arti-bench
Commit message (Expand)AuthorAgeFilesLines
* Follow-on patchlevel bumps for crates with changed dependenciesNick Mathewson2023-02-281-1/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-4/+4
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-1/+1
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-3/+3
* Bump the patch version of each crate with _trivial_ changes.Nick Mathewson2023-02-011-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* Bump the minor version of every crate.Nick Mathewson2022-11-301-6/+6
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Upgrade to clap 3: replace deprecated functionsGabriel de Perthuis2022-11-042-30/+34
* Upgrade to clap 3 with minimal changesGabriel de Perthuis2022-11-042-13/+8
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Bump patchlevels of binary crates.Nick Mathewson2022-10-031-2/+2
* Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-2/+2
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-6/+6
* tor-config: Replace dir detection with ConfigurationSource enumIan Jackson2022-08-251-2/+7
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-2/+2
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-3/+3
* Bump crate and dependency versions.Nick Mathewson2022-06-241-6/+6
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* lints: Make lint blocks consistentIan Jackson2022-05-311-0/+1
* 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
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-8/+8
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-4/+4
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-6/+6
* Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-241-3/+2
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-2/+1
* Abolish arti-config, replacing with tombstone crateIan Jackson2022-05-131-1/+0
* arti-config abolition: Change references to use tor_configIan Jackson2022-05-132-1/+3
* arti-bench: Disable all fs permissions (fs-mistrust) checksIan Jackson2022-05-132-0/+8
* ConfigurationSource: Rename new to new_emptyIan Jackson2022-05-111-1/+1
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-5/+5
* serde attributes: A tiny bit of reorderingIan Jackson2022-05-051-2/+2
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+0
* 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
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-6/+6
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-5/+5
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-301-0/+1
|\
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-0/+1
* | rename *_isolation_group to *_isolationtrinity-1686a2022-03-241-1/+1
* | Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-212-1/+2
* | Actually throw an anyhowIan Jackson2022-03-181-1/+1
* | Alternative API for set_isolation_group().Nick Mathewson2022-03-171-1/+1
* | accept boxed isolation in StreamPref::set_isolation_grouptrinity-1686a2022-03-161-1/+1
* | arti-bench: don't allocate a separate receive-buffer for each jobNick Mathewson2022-03-081-9/+26