summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
* tor-linkspec: ByRelayIds<> type to hold a set of HasRelayIdsNick Mathewson2022-10-041-0/+1
* Merge branch 'hostname-validation' into 'main'Nick Mathewson2022-10-031-0/+7
|\
| * Use hostname-validator crate for hostname validationReylaba2022-10-031-0/+7
* | Merge branch 'multi_keyed_set' into 'main'Nick Mathewson2022-10-031-0/+2
|\ \
| * | Include a HashSet variant that can be keyed on multiple keys.Nick Mathewson2022-10-031-0/+2
* | | Merge branch 'socks_client' into 'main'Nick Mathewson2022-10-031-0/+22
|\ \ \
| * | | Make sure that socks4 auth doesn't have any 0 bytes.Nick Mathewson2022-10-031-0/+1
| * | | Fuzzer code for socks client implementation.Nick Mathewson2022-10-031-0/+21
| |/ /
* | | Oops: propagate bumps to Cargo.lock.Nick Mathewson2022-10-031-3/+3
* | | Bump patchlevels of binary crates.Nick Mathewson2022-10-031-11/+11
* | | Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-4/+4
* | | Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-6/+6
* | | Run cargo update in preparation for upcoming release.Nick Mathewson2022-09-301-122/+128
* | | Upgrade dependencies in preparation for upcoming releaseNick Mathewson2022-09-301-13/+56
|/ /
* | Add the skeleton of a tor-ptmgr crateNick Mathewson2022-09-231-0/+12
* | Create an API for TransportIdNick Mathewson2022-09-231-0/+2
|/
* enumerate platform with getresuid supporttrinity-1686a2022-09-101-0/+1
* Merge branch 'fix-async-std' into 'main'eta2022-09-071-0/+1
|\
| * fix compilation error with async-stdtrinity-1686a2022-09-061-0/+1
* | `TaskSchedule`: give error on `sleep*()` if last handle is droppedNick Mathewson2022-09-071-0/+1
|/
* Merge branch 'update-notify' into 'main'Ian Jackson2022-09-011-193/+68
|\
| * update to v5.0.0trinity-1686a2022-08-311-193/+68
* | 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
|\ \