summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Sketch an API for onion services.Nick Mathewson2023-01-241-0/+15
* Add a new stub hsclient module to connect to onion services.Nick Mathewson2023-01-241-0/+15
* CircMgr: Draft APIs used to implement onion service clients.Nick Mathewson2023-01-241-0/+1
* Upgrade to latest rsa crate.Nick Mathewson2023-01-201-16/+21
* Upgrade to latest async-broadcastNick Mathewson2023-01-201-2/+2
* upgrade to latest serial_testNick Mathewson2023-01-201-31/+6
* Complete our migration to base64ct.Nick Mathewson2023-01-201-5/+5
* Upgrade to latest rlimit crate.Nick Mathewson2023-01-191-4/+4
* Merge branch 'onion-api-client-toplevel' into 'main'eta2023-01-171-0/+1
|\
| * Make a top-level API for connecting to onion services.Nick Mathewson2023-01-121-0/+1
* | Bump Cargo.lock to ed25519 1.5.3 to fix CI.Nick Mathewson2023-01-161-2/+2
|/
* Sketch APIs for the onion service directory ring.Nick Mathewson2023-01-111-0/+1
* Upgrade to latest tokio, for security fix.Nick Mathewson2023-01-091-3/+3
* Merge branch 'arti-hyper-fixing-715' into 'main'eta2023-01-091-0/+16
|\
| * Updated Cargo.lockMichael van Straten2023-01-061-0/+16
* | Merge branch 'onion-api-v0.2' into 'main'Nick Mathewson2023-01-061-0/+12
|\ \
| * | Sketch out new required APIs in tor-cellNick Mathewson2023-01-061-0/+1
| * | netdoc: Outline some basic types for encoding HsDescs.Nick Mathewson2023-01-061-0/+2
| * | Create a new tor-hscrypto crate.Nick Mathewson2023-01-061-0/+9
* | | tor-proto: When relay IDs mismatch, the IDs are sensitive in errorsIan Jackson2023-01-061-0/+1
|/ /
* / Use parse_rfc3339() in the tor-rtmock crateNeel Chauhan2022-12-161-0/+1
|/
* Tackling issue #663 (Use humantime in tests)coral2022-12-121-0/+3
* tor-config: Update to shellexpand 3.xIan Jackson2022-12-061-2/+2
* Bump the minor version of every crate.Nick Mathewson2022-11-301-37/+37
* ptmgr: Use anonymize_home when displaying paths in errorsNick Mathewson2022-11-291-0/+1
* Merge branch 'more-linkspec-tests' into 'main'Nick Mathewson2022-11-291-0/+1
|\
| * linkspec: Add some tests for ChannelMethodNick Mathewson2022-11-281-0/+1
* | Merge branch 'ptmgr-cleanup' into 'main'Nick Mathewson2022-11-291-1/+1
|\ \
| * | PtMgr: Use a persistent state directory for PT state.Nick Mathewson2022-11-281-1/+0
| * | ptmgr: Mark PtMessage and next_message as experimental-api.Nick Mathewson2022-11-281-0/+1
* | | Switch from sha-1 back to sha1.Nick Mathewson2022-11-291-4/+4
* | | Run cargo update in preparation for next releaseNick Mathewson2022-11-291-147/+157
* | | Merge branch 'repro-less-shm' into 'main'Nick Mathewson2022-11-291-4/+4
|\ \ \
| * | | use newer version of zstd and lzmatrinity-1686a2022-11-291-4/+4
| | |/ | |/|
* | | Merge branch 'redacted' into 'main'Ian Jackson2022-11-291-0/+3
|\ \ \ | |_|/ |/| |
| * | safelog: Make MaybeRedacted<T> opaque.Nick Mathewson2022-11-281-0/+2