summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
* Add dependency on paste crateIan Jackson2022-05-041-0/+1
* Merge branch 'path' into 'main'Ian Jackson2022-05-031-0/+32
|\
| * CfgPath: Test serialisation round-trip with a binary formatIan Jackson2022-05-031-0/+29
| * CfgPath: Overhaul APIIan Jackson2022-05-031-0/+3
* | Merge branch 'fs-mistrust-v2' into 'main'Nick Mathewson2022-05-031-0/+23
|\ \ | |/ |/|
| * fs-mistrust: Add code to make a self-named group "trusted".Nick Mathewson2022-05-031-0/+12
| * fs-mistrust: more examples, documentation.Nick Mathewson2022-05-031-0/+1
| * Add functionality to inspect directory content permissionsNick Mathewson2022-05-031-0/+1
| * Second cut at a fs-mistrust crate.Nick Mathewson2022-05-031-0/+9
* | update tls-api to 0.8.0trinity-1686a2022-04-281-63/+10
* | Merge branch 'derive-builder-git-fixup' into 'main'eta2022-04-271-2/+2
|\ \
| * | derive_builder: Use git dep everywhere, rather than cargo patchIan Jackson2022-04-271-2/+2
* | | Bump async_executors to 0.6Nick Mathewson2022-04-261-2/+2
* | | Upgrade to AES 0.8Nick Mathewson2022-04-261-9/+18
* | | Bump to config 0.13Nick Mathewson2022-04-261-2/+2
* | | Upgrade tracing-journald to 0.3.0Nick Mathewson2022-04-261-2/+2
* | | Upgrade to Postage 0.5.0Nick Mathewson2022-04-261-2/+3
* | | Upgrade to rlimit 0.8.3, again.Nick Mathewson2022-04-261-2/+2
|/ /
* / config list-builder: Allow overriding the per-item build methodIan Jackson2022-04-251-0/+1
|/
* fallback list: Move default list into tor-guardmgrIan Jackson2022-04-221-0/+1
* Use git source for derive_builder for now, for sub_builder featureIan Jackson2022-04-211-21/+18
* Merge branch 'ticket_282' into 'main'Nick Mathewson2022-04-141-0/+1
|\
| * Remove obsolete files from our state directory.Nick Mathewson2022-04-121-0/+1
* | GuardMgr: publish skew estimates.Nick Mathewson2022-04-121-0/+1
|/
* Implement a better clock skew estimator.Nick Mathewson2022-04-111-0/+1
* Initial functions to determine and expose a clock skew estimate.Nick Mathewson2022-04-071-0/+1
* Downgrade `rlimit` to 0.7.Nick Mathewson2022-04-061-2/+2
* RetryTime: use strum::EnumDiscriminants to simplify loose_cmp.Nick Mathewson2022-04-041-0/+29
* tor-error: Add a new RetryTime type and related trait.Nick Mathewson2022-04-041-0/+1
* Update rlimit to 0.8.1Nick Mathewson2022-04-021-2/+2
* 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