summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* Bump tor-netdir and tor-guardmgr versionsarti-v0.0.4Nick Mathewson2022-01-311-2/+2
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-14/+14
* Run "cargo update" in preparation for monday's release.Nick Mathewson2022-01-281-88/+103
* arti: be more careful to use the user-selected runtimeNick Mathewson2022-01-261-0/+1
* Refactor native_tls usage into its own moduleNick Mathewson2022-01-251-11/+0
* tor-rtcompat: Add support for rustls.Nick Mathewson2022-01-251-0/+78
* Refactor Runtimes to use separate TLS implementations internally.Nick Mathewson2022-01-191-1/+0
* Merge branch 'bootstrap_reporting'Nick Mathewson2022-01-191-0/+10
|\
| * tor-chanmgr: Add bootstrap/status reporting.Nick Mathewson2022-01-181-0/+3
| * tor-dirmgr: Create a bootstrap-status exporting mechanism.Nick Mathewson2022-01-181-0/+7
* | Merge branch 'eta/292-1' into 'main'eta2022-01-141-0/+8
|\ \ | |/ |/|
| * arti-bench: add support for multiple samples & averagingeta2022-01-141-0/+8
* | Implement the basics of a bootstrap-status API.Nick Mathewson2022-01-131-0/+2
|/
* guardmgr::..::sample_test: Fix intermittent failure.Nick Mathewson2022-01-111-0/+1
* 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