summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-29/+29
* Run "cargo update".Nick Mathewson2022-01-111-147/+153
* Tracing configuration for logfiles, per-target filtersNick Mathewson2022-01-101-0/+22
* Merge branch 'arti-bench' into 'main'eta2021-12-161-0/+71
|\
| * Introduce an experimental benchmarking utility for Artieta2021-12-161-0/+71
* | Refactor directory events to use a FlagPublisher mechanism.Nick Mathewson2021-12-141-0/+1
|/
* Merge branch 'reconfigure' into 'main'eta2021-12-131-0/+25
|\
| * Add a few tests to tor-config.Nick Mathewson2021-12-071-0/+24
| * Sketch API for reconfiguration.Nick Mathewson2021-12-071-0/+1
* | update rusqlite and revert minimal version changeTrinity Pointard2021-12-091-2/+2
* | Upgrade to digest v0.10.0Nick Mathewson2021-12-071-39/+56
|/
* Merge branch 'bug252' into 'main'eta2021-12-071-0/+1
|\
| * Make DNS fields in arti-client/src/client.rs configurableNeel Chauhan2021-12-031-0/+1
* | Merge branch 'preemptive-config' into 'main'eta2021-12-071-0/+1
|\ \
| * | Allow configurability on preemptive circuitsNeel Chauhan2021-12-071-0/+1
| |/
* / tor-netdir: Use reproducible RNG in tests.Nick Mathewson2021-12-061-0/+1
|/
* tor-netdir: Use bitflags for WeightKindNeel Chauhan2021-11-301-0/+1
* One more "cargo update" before the release.Nick Mathewson2021-11-301-15/+6
* Bump every crate by one patch version.Nick Mathewson2021-11-291-28/+28
* Run "cargo update" to get latest versions.Nick Mathewson2021-11-291-92/+39
* Merge branch 'arti-client-config' into 'main'eta2021-11-221-0/+1
|\
| * Ensure that every section-level config type has a builder() function.Nick Mathewson2021-11-211-0/+1
* | Merge commit '98f38dc' (arti!131) into HEADeta2021-11-221-0/+30
|\ \ | |/ |/|
| * Initial cut at a typed event framework for arti (arti#230).eta2021-11-221-0/+30
* | Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-5/+22
* | Merge remote-tracking branch 'origin/mr/131'Nick Mathewson2021-11-171-44/+44
|\ \
| * | update dependenciesTrinity Pointard2021-11-171-46/+46
| |/
* | Remove dependency from arti-client to tor-config.Nick Mathewson2021-11-161-1/+1
* | Remove unused "dirs" dependency from tor-persist.Nick Mathewson2021-11-161-1/+0
* | tor-proto: Use tor-rtcompat macros for testing, not tokio.Nick Mathewson2021-11-151-0/+1
* | Update to simple_asn1 0.6.1.Nick Mathewson2021-11-141-2/+2
|/
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-1/+0
* Upgrade to async-native-tls 0.4.0Nick Mathewson2021-11-121-3/+3
* Remove usage of tracing-test 0.1Nick Mathewson2021-11-111-81/+4
* Tests for tor-dirmgr::bootstrapNick Mathewson2021-11-111-4/+82
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-041-0/+1
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-1/+0
* Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-021-0/+14
* Cargo.lock: v0.0.1 is now published.arti-v0.0.1Nick Mathewson2021-10-291-26/+26
* Update Cargo.lock in preparation for Arti 0.0.1 release.Nick Mathewson2021-10-291-71/+71
* Upgrade to fslock version 0.2Nick Mathewson2021-10-271-3/+2
* Improve and future-proof the `arti` CLIeta2021-10-271-44/+62
* Migrate tor-dirmgr from chrono to time 0.3Nick Mathewson2021-10-241-28/+4
* Migrate tor-netdoc from chrono to time 0.3Nick Mathewson2021-10-241-1/+1
* Upgrade to latest tracing-{subscriber,journald}Nick Mathewson2021-10-231-20/+6
* Upgrade to new version of simple_asn1.Nick Mathewson2021-10-221-4/+31
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-2/+2
* tor-client/examples: add `hyper` exampleeta2021-10-191-2/+88
* tor-proto: implement tokio Async{Read, Write} traits conditionallyeta2021-10-191-0/+2
* tor-client: refactor TorClient::bootstrap's args into a config objecteta2021-10-191-0/+1