summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | linkspec: Give a Redacted form for chantarget.Nick Mathewson2022-11-281-0/+1
| |/
* / Draft: Pluggable transport managereta2022-11-281-0/+1
|/
* upgrade rustls to 0.20, ignoring all deprecation warningstrinity-1686a2022-11-261-22/+11
* tor-linkspec: Provide LoggedChanTarget type alias and utility methodIan Jackson2022-11-231-0/+1
* tor-basic-utils: Provide helper for serde flexible parsingIan Jackson2022-11-211-0/+1
* BridgeConfigBuilder: Introduce build() functionIan Jackson2022-11-211-0/+1
* BridgeConfigBuilder: Introduce the struct with the dictionary reprIan Jackson2022-11-211-0/+1
* GuardMgr: Log when a guard status changes (significantly).Nick Mathewson2022-11-171-0/+1
* tor-ptmgr: make configuration use builders, plumb into arti-clienteta2022-11-161-0/+2
* Actually, require rsa 0.7.1.Nick Mathewson2022-11-101-2/+2
* Upgrade rsa to 0.7. Closes #613.Nick Mathewson2022-11-101-26/+22
* Upgrade to serde_with 2, phf 0.11. Closes #526.Nick Mathewson2022-11-101-50/+135
* Upgrade to tinystr 0.7. Closes #591.Nick Mathewson2022-11-101-2/+2
* Merge branch 'clap-v3' into 'main'Ian Jackson2022-11-081-40/+35
|\
| * Upgrade to clap 3 with minimal changesGabriel de Perthuis2022-11-041-40/+35
* | bridge descs: Apply sensitive() to bridge identity in error log msgIan Jackson2022-11-081-0/+1
* | bridge desc: Implement cache reuse logic and if-modified-sinceIan Jackson2022-11-041-0/+1
* | bridge desc tests: Apply tracing_test::traced_testIan Jackson2022-11-041-0/+1
|/
* bridge descriptors: TestsIan Jackson2022-11-031-0/+3
* bridge descriptors: Provide an implementation of BridgeDescProviderIan Jackson2022-11-031-0/+1
* remove unused dependanciestrinity-1686a2022-10-291-5/+0
* Upgrade dependencies in preparation for upcoming release(s)Nick Mathewson2022-10-281-123/+209
* BridgeDescProvider: Make BridgeDescEvent repr(u16) and derive traitsIan Jackson2022-10-271-0/+1
* tor-ptmgr/ipc: First cut of pluggable transport spawningeta2022-10-261-0/+8
* FlagEvent trait: Implement using macrosIan Jackson2022-10-251-0/+36
* Merge branch 'guards_as_bridges_part1' into 'main'Nick Mathewson2022-10-241-0/+1
|\
| * guardmgr: Add bridges sample, encode sample ID in FirstHopId.Nick Mathewson2022-10-211-0/+1
* | tor-guardmgr: descs: Make BridgeDescError DynCloneIan Jackson2022-10-211-0/+1
|/
* Merge branch 'pt-serde' into 'main'Nick Mathewson2022-10-201-0/+1
|\
| * Implement serde for PtTarget and its members.Nick Mathewson2022-10-201-0/+1