summaryrefslogtreecommitdiff
path: root/crates/arti-testing
Commit message (Expand)AuthorAgeFilesLines
...
* lints: arti-testing: Move some allows outside the auto blockIan Jackson2022-05-311-2/+3
* 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-17/+16
* 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-8/+8
* Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-241-3/+3
* Abolish arti-config, replacing with tombstone crateIan Jackson2022-05-131-1/+0
* arti-config abolition: Change references to use tor_configIan Jackson2022-05-133-2/+6
* ConfigurationSource: Rename new to new_emptyIan Jackson2022-05-111-1/+1
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-9/+9
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* Bump to config 0.13Nick Mathewson2022-04-261-1/+1
* Upgrade to rlimit 0.8.3, again.Nick Mathewson2022-04-261-1/+1
* 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-4/+4
* Downgrade `rlimit` to 0.7.Nick Mathewson2022-04-061-1/+1
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-9/+9
* Merge branch 'upgrade_pre_020' into 'main'Nick Mathewson2022-04-011-1/+1
|\
| * Upgrade rlimit -> 0.8.0Nick Mathewson2022-04-011-1/+1
* | Directory filtering in arti-testing.Nick Mathewson2022-03-314-1/+225
|/
* README.md for arti-testing.Nick Mathewson2022-03-301-0/+53
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-212-1/+2
* add udp to runtimetrinity-1686a2022-03-141-0/+1
* arti-testing: Make Action implement CopyNick Mathewson2022-03-101-2/+2
* arti-testing: reverse two more attrs in attempt to fix min-versionsNick Mathewson2022-03-071-1/+1
* arti-testing: reverse two attrs in attempt to fix min-versionsNick Mathewson2022-03-071-1/+1
* arti-testing: todo comment cleanupNick Mathewson2022-03-071-8/+1
* arti-testing: support for conditional TCP failure.Nick Mathewson2022-03-073-9/+89
* arti-testing: add support for black-holing TCP connections.Nick Mathewson2022-03-073-7/+112
* arti-testing: CLI for making TCP connections break.Nick Mathewson2022-03-073-9/+146
* arti-testing: Initial support for broken TCP.Nick Mathewson2022-03-074-7/+98
* fix reproducible build summary giving invalid branch and commit idtrinity-1686a2022-03-041-1/+1
* Allow println in arti-testing.Nick Mathewson2022-03-031-0/+2
* arti-testing: Initial implementationNick Mathewson2022-03-036-0/+691