summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* tor-netdir: Use typed-index-collections for router status indexIan Jackson2023-02-011-0/+7
* Bump minor version of tor-cell.Nick Mathewson2023-02-011-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-9/+9
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-14/+14
* Bump the patch version of each crate with _trivial_ changes.Nick Mathewson2023-02-011-13/+13
* Run cargo update in preparation for release tomorrowNick Mathewson2023-01-311-267/+208
* netdir: remove the vestigial smallvec implementation I addedNick Mathewson2023-01-281-1/+0
* netdir: Implement ring-param constructors and time period accessorsNick Mathewson2023-01-281-0/+5
* Merge branch 'toml_0.6' into 'main'Ian Jackson2023-01-261-22/+74
|\
| * Upgrade toml to version 0.6.Nick Mathewson2023-01-251-22/+74
* | hscrypto: Use derive_more, and derive Deref for public keys.Nick Mathewson2023-01-251-0/+1
* | hscrypto: Implement key blinding.Nick Mathewson2023-01-241-0/+2
* | hscrypto: Add an implementation for TimePeriodNick Mathewson2023-01-241-0/+1
* | hscrypto: Implement hs_mac.Nick Mathewson2023-01-241-0/+2
* | hscrypto: Add and use a macro to define all PK types.Nick Mathewson2023-01-241-0/+2
|/