summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-31/+31
* Bump caret, retry-error to 0.1.1Nick Mathewson2022-04-011-2/+2
* Update Cargo.lock based on build.Nick Mathewson2022-04-011-4/+30
* Merge branch 'upgrade_pre_020' into 'main'Nick Mathewson2022-04-011-30/+31
|\
| * Final "cargo update" before 0.2.0Nick Mathewson2022-04-011-30/+31
* | Directory filtering in arti-testing.Nick Mathewson2022-03-311-0/+4
* | tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-311-0/+23
|/
* Use derive_more to derive AsRef.Nick Mathewson2022-03-301-0/+1
* Turn FallbackList into a real type, and store one in GuardMgr.Nick Mathewson2022-03-301-0/+2
* Move fallback.rs into guardmgr.Nick Mathewson2022-03-301-0/+1
* Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-301-0/+1
* Upgrade to rusqlite 0.27.0Nick Mathewson2022-03-291-4/+4
* Run cargo-update in preparation for Arti 0.2.0Nick Mathewson2022-03-291-96/+97
* dirclient: Remember the source of each resposne we receive.Nick Mathewson2022-03-211-0/+1
* derive_builder: more entries in Cargo.lockNick Mathewson2022-03-211-0/+6
* Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-211-0/+1
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-211-9/+6
* Merge branch 'test-isolation' into 'main'Nick Mathewson2022-03-171-0/+20
|\
| * replace Arc with Box and use dyn-clonetrinity-1686a2022-03-161-0/+7
| * use downcast-rs instead of our own AsAnytrinity-1686a2022-03-161-0/+13
* | Merge branch 'config-partials-transparent' into 'main'Ian Jackson2022-03-171-0/+2
|\ \ | |/ |/|
| * Provide define_accessor_trait and use it to generate CircMgrConfigIan Jackson2022-03-161-0/+1
| * Change type of TorClientConfig::override_net_paramsIan Jackson2022-03-161-0/+1
* | Merge branch 'derive-builder' into 'main'Ian Jackson2022-03-161-8/+3
|\ \ | |/ |/|
| * derive_builder: Switch to upstream 0.11Ian Jackson2022-03-161-8/+3
* | Move RetryDelay from dirmgr to basic-utils.Nick Mathewson2022-03-161-0/+1
|/
* actually add DNS supporttrinity-1686a2022-03-141-0/+56
* Merge branch 'slice-from-ref' into 'main'eta2022-03-141-0/+1
|\
| * tor-netdoc: Actually, make TokVal be a VecIan Jackson2022-03-111-0/+1
* | Revert "humantime_serde_option: New module in tor-basic-utils"Ian Jackson2022-03-141-2/+0
* | humantime: Update to humantime-serde 1.1.1Ian Jackson2022-03-141-2/+2
|/
* Merge branch 'config-no-retcon' into 'main'Ian Jackson2022-03-101-2/+3
|\
| * Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-071-2/+1
| * humantime_serde_option: New module in tor-basic-utilsIan Jackson2022-03-071-0/+2
* | arti-testing: Initial support for broken TCP.Nick Mathewson2022-03-071-0/+1
|/
* Merge branch 'educe-traits' into 'main'Ian Jackson2022-03-041-0/+48
|\
| * Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-6/+7
| * Introduce tor-basic-utilsIan Jackson2022-03-041-0/+7
| * Replace manual Debug impl with educe in arti-clientIan Jackson2022-03-021-0/+2
| * Replace manual Clone impl with educe in arti-hyperIan Jackson2022-03-021-0/+1
| * Replace manual Clone impl with educe in tor-rtcompatIan Jackson2022-03-021-0/+1
| * Replace manual Debug impls with educe in tor-protoIan Jackson2022-03-021-0/+1
| * Replace manual Debug impl with educe in tor-dirmgrIan Jackson2022-03-021-0/+2
| * Replace manual Debug impl with educe in tor-chanmgrIan Jackson2022-03-021-0/+2
| * Replace manual Debug impl with educe in tor-cellIan Jackson2022-03-021-0/+1
| * Replace manual Debug impl with educe in tor-guardmgrIan Jackson2022-03-021-0/+2
| * Replace manual Debug impl with educe in tor-circmgrIan Jackson2022-03-021-0/+2
| * Import educe into tor-bytes and provide skip_fmtIan Jackson2022-03-021-0/+26
* | Merge branch 'arti-testing-part1' into 'main'eta2022-03-041-0/+23
|\ \
| * | arti-testing: Initial implementationNick Mathewson2022-03-031-0/+23
| |/