index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tor-dirclient
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
1
-1
/
+1
*
Enormous tor-circmgr rewrite.
Nick Mathewson
2021-06-14
1
-3
/
+3
*
Add noop_method_call warning.
Nick Mathewson
2021-05-27
1
-0
/
+1
*
Enable cargo_common_metadata warning.
Nick Mathewson
2021-05-25
1
-0
/
+1
*
Module docs for remaining crates
Nick Mathewson
2021-05-25
1
-5
/
+13
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
1
-0
/
+1
*
Add trait_duplication_in_bounds warning.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add a few more clippy warnings
Nick Mathewson
2021-05-03
1
-0
/
+5
*
Split mocking parts of rtcompat into new rtmock crate.
Nick Mathewson
2021-05-03
1
-2
/
+1
*
Add some more clippy warnings to our list.
Nick Mathewson
2021-04-27
1
-1
/
+6
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
1
-0
/
+3
*
Use stream_pair() to write a test for tor_dirclient::download
Nick Mathewson
2021-04-21
1
-0
/
+50
*
Make zstd and xz compression optional, but on-by-default.
Nick Mathewson
2021-04-21
1
-1
/
+11
*
Test for tor_dirclient::read_headers
Nick Mathewson
2021-04-20
1
-0
/
+39
*
Tests for tor_dirclient::read_and_decompress
Nick Mathewson
2021-04-20
1
-3
/
+86
*
Test for tor_dirclient::read_until_limited()
Nick Mathewson
2021-04-20
1
-0
/
+35
*
Move timer functions into an extension trait.
Nick Mathewson
2021-04-17
1
-4
/
+4
*
Move around the public modules in tor_rtcompat.
Nick Mathewson
2021-04-17
1
-1
/
+1
*
Remove all non-runtime methods in tor_rtcompat.
Nick Mathewson
2021-04-16
1
-9
/
+19
*
Add a "Runtime" parameter to all the manager types.
Nick Mathewson
2021-04-16
1
-3
/
+6
*
Replace tor-decompress with async-compression crate.
Nick Mathewson
2021-04-13
1
-60
/
+45
*
tor-dirclient: Use AsyncBufRead to simplify code a bit.
Nick Mathewson
2021-04-13
1
-29
/
+62
*
Major revision on DirMgr logic -- almost a complete rewrite.
Nick Mathewson
2021-04-13
1
-2
/
+2
*
Add accessors for members of different directory requests
Nick Mathewson
2021-04-01
1
-3
/
+3
*
Rename ClientRequest to Requestable.
Nick Mathewson
2021-04-01
1
-2
/
+2
*
Refactor errors in tor-decompress and tor-dirclient.
Nick Mathewson
2021-03-24
1
-50
/
+46
*
dirclient: add a function to download over a stream.
Nick Mathewson
2021-03-24
1
-66
/
+84
*
Use AsyncRead and AsyncWrite in tor-dirclient
Nick Mathewson
2021-03-10
1
-4
/
+8
*
Remove an unwrap in dirclient.
Nick Mathewson
2021-03-04
1
-40
/
+41
*
Move content-encoding handling to decompress
Nick Mathewson
2021-03-04
1
-62
/
+2
*
Moves decompress related code into tor-decompress crate
Kushal Das
2021-03-04
1
-6
/
+3
*
Port to work with tokio or async-std.
Nick Mathewson
2021-03-02
1
-1
/
+2
*
Add an error type check in test_get_decompressor_err in tor-dirclient
hiro
2021-01-25
1
-2
/
+9
*
Merge remote-tracking branch 'origin/mr/10' into main
Nick Mathewson
2021-01-21
1
-1
/
+2
|
\
|
*
Adds zstd decompression implementation for dirclient
Kushal Das
2021-01-21
1
-1
/
+2
*
|
Add a little testing in tor-dirclient
Nick Mathewson
2021-01-21
1
-0
/
+36
|
/
*
Merge branch 'mr_1_squashed' into main
Nick Mathewson
2020-12-17
1
-1
/
+4
|
\
|
*
Fixup! issue #34: adding support for xz2
owen66
2020-12-10
1
-3
/
+3
|
*
issue #34: adding support for xz2
owen66
2020-12-02
1
-0
/
+3
*
|
Use anyhow crate to add extra context for various dirclient errors.
George Kadianakis
2020-12-10
1
-4
/
+15
*
|
De-parameterize ChanMgr and everything that wraps it.
Nick Mathewson
2020-12-08
1
-5
/
+3
*
|
Mark some XXXX issues as XXXX-A1.
Nick Mathewson
2020-12-07
1
-1
/
+1
*
|
tor-dirclient: tweak so that its future is Send.
Nick Mathewson
2020-12-04
1
-2
/
+2
*
|
Fix a couple of clippy warnings in tor-dirclient.
Nick Mathewson
2020-12-02
1
-2
/
+2
*
|
Abandon directory circuits on most kinds of directory failure.
Nick Mathewson
2020-12-02
1
-21
/
+94
|
/
*
tor-dirclient: add timeouts
Nick Mathewson
2020-12-01
1
-5
/
+27
*
Implement a maximum length for directory responses
Nick Mathewson
2020-11-25
1
-4
/
+11
*
Extract another function in tor-dirclient
Nick Mathewson
2020-11-25
1
-16
/
+28
*
Better error types for tor-dirclient
Nick Mathewson
2020-11-25
1
-7
/
+8
[next]