summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/stream
Commit message (Expand)AuthorAgeFilesLines
...
* Replace references to arti-client in the documentation.Nick Mathewson2021-10-211-1/+1
* Also implement tokio Async{Read,Write} on Data{Reader,Writer}.Nick Mathewson2021-10-191-5/+31
* Add a little documentation about when you'll need the tokio trait.Nick Mathewson2021-10-191-0/+7
* tor-proto: implement tokio Async{Read, Write} traits conditionallyeta2021-10-191-0/+33
* Use append in place of extend_from_slice in DataReaderImpl::add_data.Nick Mathewson2021-10-171-2/+2
* Fix typosJani Monoses2021-09-071-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-273-0/+586