summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-22/+22
* Update patch-versions on crates without API changes.Nick Mathewson2022-09-011-13/+13
* Run cargo update again, in preparation for releaseNick Mathewson2022-08-311-15/+16
* Merge branch 'compact_home_2' into 'main'Nick Mathewson2022-08-311-0/+1
|\
| * fs-mistrust: Add a `anonymize_home` extension fn for Path.Nick Mathewson2022-08-311-0/+1
* | Merge branch 'refactor-anyhow-arti-crate' into 'main'Nick Mathewson2022-08-311-1/+0
|\ \
| * | Remove `anyhow` from `tor-config` crateArturo Marquez2022-08-281-1/+0
* | | Run cargo update in preparation for release.Nick Mathewson2022-08-301-119/+122
* | | Upgrade serial_test in preparation for release.Nick Mathewson2022-08-301-5/+17
* | | Upgrade statrs in preparation for release.Nick Mathewson2022-08-301-6/+32
* | | Add functionality to listen for SIGHUPs.Nick Mathewson2022-08-261-0/+13
|/ /
* | Merge branch 'safelog_more' into 'main'Ian Jackson2022-08-261-0/+1
|\ \ | |/ |/|
| * tor-chanmgr: don't log addresses so much.Nick Mathewson2022-08-251-0/+1
* | arti: cfg: Rename `*_port` to `*_listen` and change the typeIan Jackson2022-08-251-0/+1
* | tor-config: Provide misc::ListenIan Jackson2022-08-251-0/+1
* | tor-basic-utils: Provide IoErrorExt is_not_a_directory()Ian Jackson2022-08-251-0/+1
|/
* arti_client: Refuse to build a client if we are setuid.Nick Mathewson2022-08-241-0/+1
* tor-cell: PaddingNegotiate::start: take IntegerMillisecondsIan Jackson2022-08-171-0/+1
* channel padding: Test through most of the layersIan Jackson2022-08-171-0/+1
* channel padding: Send negotiation cellsIan Jackson2022-08-161-0/+1
* Introduce ChannelConfigIan Jackson2022-08-161-0/+3
* tor-config: Introduce PaddingLevelIan Jackson2022-08-161-0/+1
* tor-proto: padding::Parameters: use impl_standard_builderIan Jackson2022-08-161-0/+1
* arti: Add support for process hardeningNick Mathewson2022-08-151-0/+13
* Merge branch 'less_arti_surface' into 'main'Nick Mathewson2022-08-111-0/+1
|\
| * arti: Move most public APIs behind `experimental-api`.Nick Mathewson2022-08-111-0/+1
* | tor-congestion: implement the RTT estimation algorithm from prop#324eta2022-08-111-0/+10
* | Merge branch 'main' into 'linkspec_refactor_v3'Nick Mathewson2022-08-101-26/+7
|\ \
| * | Update shellexpand, and switch to non-forkIan Jackson2022-08-051-26/+5
| |/
| * New SecretBuf type in tor-bytesNick Mathewson2022-08-011-0/+1
| * Use the `zeroize` feature in several cratesNick Mathewson2022-08-011-0/+1
* | tor-proto: Unify the check_match code in channel and handshakeNick Mathewson2022-08-101-0/+1
* | tor-netdir: Add a static assertion about RelayIdType::COUNTNick Mathewson2022-08-101-0/+1
* | Parsing, encoding, and serde for RelayId.Nick Mathewson2022-08-101-0/+3
* | Add a set of Identity-related types and accessors.Nick Mathewson2022-08-101-0/+2
* | Implement serde traits on RelayIds.Nick Mathewson2022-08-021-0/+1
|/
* Update Cargo.lock based on version bumps.Nick Mathewson2022-08-011-24/+24
* Run "cargo update" in preparation for next week's release.Nick Mathewson2022-07-271-90/+58
* Update arti-client to new NetDirProvider API.Nick Mathewson2022-07-261-0/+2
* Also downgrade serde_with: Version 2.0 requires Rust 1.60Nick Mathewson2022-07-201-40/+44
* Downgrade phf back to 0.10Nick Mathewson2022-07-201-8/+16
* Run "cargo update" in preparation for next week's releases.Nick Mathewson2022-07-201-44/+48
* Upgrade to latest phf, serde_with, serial_test.Nick Mathewson2022-07-191-64/+53
* Bump to rusqlite 0.28.Nick Mathewson2022-07-191-9/+8
* Provide maybe_send on postage::watch::Sender, via extension traitIan Jackson2022-07-181-0/+2
* Bump tor-dirmgr to version 0.5.1.tor-dirmgr-v0.5.1Nick Mathewson2022-07-141-1/+1
* Merge branch 'generate_cert' into 'main'Nick Mathewson2022-07-081-0/+2
|\
| * Implement functionality to construct signed Ed25519 certs.Nick Mathewson2022-07-061-0/+2
* | Merge branch 'persist-error-cleanup' into 'main'eta2022-07-061-0/+1
|\ \
| * | tor-persist: Big refactoring on Error type.Nick Mathewson2022-07-061-0/+1
| |/