summaryrefslogtreecommitdiff
path: root/WANT_FROM_OTHER_CRATES
Commit message (Collapse)AuthorAgeFilesLines
* WANT_FROM_OTHER_CRATES: Remove note about async-rustlsNick Mathewson2023-07-171-4/+0
|
* Note that tls-api is now async and can disable hostname verificationIan Jackson2022-02-241-2/+1
| | | | The other features we want aren't there yet.
* WANT_FROM_OTHER_CRATES: add a few links.Nick Mathewson2022-01-281-2/+9
|
* Remove doubly incorrect entry from WANT_FROM_OTHER_CRATESNick Mathewson2021-11-081-3/+0
|
* Upgrade to latest fslock and use its per-fd exclusion feature.Nick Mathewson2021-08-111-4/+0
| | | | | | | | | | The latest version of the fslock crate has an optional feature that allows file-locks to exclude one another even if they are opened within the same process. On Windows this behavior comes for free; on Unix it depends on an internal map of (dev,inode) pairs. Here we upgrade to the latest version of the fslock crate, and use this feature.
* adjust WANT_FROM_OTHER_CRATESNick Mathewson2021-07-211-3/+7
|
* Update WANT_FROM_OTHER_CRATES again.Nick Mathewson2021-07-131-1/+16
|
* Changes to WANT_FROM_OTHER_CRATES based on discussion on #146Nick Mathewson2021-07-121-10/+16
|
* Add another entry to WANT_FROM_OTHER_CRATESNick Mathewson2021-06-191-0/+1
|
* Cut down WANT_FROM_OTHER_CRATESNick Mathewson2021-06-181-16/+8
|
* Update documentationNick Mathewson2020-09-211-1/+0
|
* update wishlist: the rsa crate now supports oaepNick Mathewson2020-09-131-3/+1
|
* WANT_FROM_OTHER_CRATES: observations on tlsNick Mathewson2020-09-011-2/+13
|
* curate WANT_FROM_OTHER_CRATESNick Mathewson2020-06-121-14/+14
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+51
Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't.