- 21 Jan, 2021 4 commits
-
-
Kushal Das authored
Based rust nightly cargo fmt.
-
Kushal Das authored
Now we are testing decompression of the input via calling the process method 3 times. We get the final decompressed output only after the third call.
-
Kushal Das authored
Tests the decompression of the whole input in one go.
-
Kushal Das authored
Adds dependency to zstd crate.
-
- 15 Jan, 2021 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
asynchronous_codec is a fork of futures_codec that is up-to-date on its dependencies. This migration allows us to upgrade to the current version of the bytes crate.
-
Nick Mathewson authored
-
- 13 Jan, 2021 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 02 Jan, 2021 1 commit
-
-
Nick Mathewson authored
-
- 30 Dec, 2020 1 commit
-
-
Nick Mathewson authored
-
- 29 Dec, 2020 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 23 Dec, 2020 2 commits
-
-
George Kadianakis authored
Co-authored-by:
David Goulet <dgoulet@torproject.org>
-
George Kadianakis authored
Co-authored-by:
David Goulet <dgoulet@torproject.org>
-
- 22 Dec, 2020 8 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
These necessitated a little complexity for our circuit creation/extension API; we might want to refactor that down the road.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Closes arti#49.
-
Nick Mathewson authored
-
- 21 Dec, 2020 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 17 Dec, 2020 12 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Found by fuzzing: without doing this, there are ways to make the SocksHandshake panic. I don't think any of them are reachable from the network assuming this crate is used correctly, but let's be safer.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Had to refactor a few methods for database access, and fix a bug where we were storing valid_until times with the wrong information.
-
Nick Mathewson authored
-
Nick Mathewson authored
-