summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* tor-llcrypto: Pin x25519-dalek version, bump our crate versiontor-llcrypto-v0.4.4Ian Jackson2023-04-041-1/+1
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-7/+7
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-15/+15
* Bump patchlevel on crates with semver-irrelevant changes.Nick Mathewson2023-03-311-9/+9
* Run cargo update in preparation for release tomorrow.Nick Mathewson2023-03-301-212/+249
* Upgrade dependency to latest rusqlite.Nick Mathewson2023-03-301-12/+12
* Upgrade dependency to latest async-native-tls.Nick Mathewson2023-03-301-76/+103
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-291-6/+6
* Make a new empty tor-async-utils crate.Nick Mathewson2023-03-291-0/+9
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-0/+2
* Update to shellexpand 3.1.0 so we can use dirs 5 everywhereIan Jackson2023-03-241-27/+7
* Update required openssl versionNick Mathewson2023-03-241-6/+6
* Merge branch 'upgrade_dirs' into 'main'Alexander Færøy2023-03-231-19/+39
|\
| * Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-221-19/+39
* | arti-client: Create an HsClientConnectorIan Jackson2023-03-231-0/+1
|/
* circmgr: Declare builder() unconditionally.Nick Mathewson2023-03-221-0/+1
* Upgrade to bitflags 2.0Nick Mathewson2023-03-131-13/+19
* arti-client: Parse .onion addresses and dispatch to client.rsIan Jackson2023-03-091-0/+1
* tor-proto: Implement functionality to send a message and accept repliesNick Mathewson2023-03-081-0/+1
* Impl Redactable for HsIdIan Jackson2023-03-071-0/+1
* impl Display for HsIdIan Jackson2023-03-071-0/+3
* hsclient state: Split off MultikeyIsolatedMapIan Jackson2023-03-011-0/+1
* hsclient state: Restructure using a scope to drop the mutex guardIan Jackson2023-03-011-0/+1
* hsclient state: Test most important code pathsIan Jackson2023-03-011-0/+2
* hsclient state: Provide one testIan Jackson2023-03-011-0/+3
* hsclient: Use a generic to provide a mock for connect()Ian Jackson2023-03-011-0/+1
* tor-circmgr: Provide testing feature and TestConfigIan Jackson2023-03-011-0/+1
* hsclient: Implement connection attempt tracking state machineIan Jackson2023-03-011-0/+14
* HS secret keys: Move aggregate/config to tor-hsclientIan Jackson2023-03-011-0/+1
* hscrypto: Make several types Readable+WriteableNick Mathewson2023-02-281-0/+1
* Follow-on patchlevel bumps for crates with changed dependenciesNick Mathewson2023-02-281-4/+4
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-20/+20
* Bump tor-units version for breaking change.Nick Mathewson2023-02-281-1/+1
* Bump patch-versions for breaking changes in tor-hs{crypto,client}Nick Mathewson2023-02-281-2/+2
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-3/+3
* Run cargo update in preparation for Wednesday ReleaseNick Mathewson2023-02-271-74/+97
* Run "cargo update" in preparation for the release in 2 weeks.Nick Mathewson2023-02-171-94/+119
* Merge branch 'ticket_525_part3_take2' into 'main'Nick Mathewson2023-02-151-0/+1
|\
| * tor-cell: Refactor relay cells to copy much lessNick Mathewson2023-02-151-0/+1
* | Upgrade to latest toml crate.Nick Mathewson2023-02-141-10/+27
|/
* Merge branch 'ticket_525_part2' into 'main'Nick Mathewson2023-02-091-0/+1
|\
| * tor-cell: Make RelayEarly a separate type.Nick Mathewson2023-02-091-0/+1
* | hsdir representation: Introduce HsDirs generic typeIan Jackson2023-02-091-0/+1
* | hs time handling: Make TimePeriod contain length as IntegerMinutesIan Jackson2023-02-091-0/+1
* | hsdesc: Use an IntegerMinutes<u16> to hold lifetime.Nick Mathewson2023-02-081-0/+1
|/
* tor-cell: Macro to generate restricted RelayMsg and ChanMsg.Nick Mathewson2023-02-071-0/+1
* Bump openssl-src to 1.1.1t.Nick Mathewson2023-02-071-2/+2
* netdoc: Parse the inner layer of an onion service descriptor.Nick Mathewson2023-02-071-0/+1
* netdoc: implement onion service descryptor encryptionNick Mathewson2023-02-071-0/+4