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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "default-features=false" thing on tor-rtcompat for now.
Nick Mathewson
2021-06-24
1
-1
/
+1
*
Bump version dependencies to 0.0.0
Nick Mathewson
2021-06-24
1
-6
/
+6
*
Remove "publish = false"
Nick Mathewson
2021-06-24
1
-1
/
+0
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
1
-1
/
+1
*
Remove some (but not all) needless dependencies.
Nick Mathewson
2021-06-17
1
-2
/
+0
*
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
*
Add automatically generated README.md files to each crate.
Nick Mathewson
2021-05-25
1
-0
/
+20
*
Module docs for remaining crates
Nick Mathewson
2021-05-25
1
-5
/
+13
*
Give every Cargo.toml a repository field
Nick Mathewson
2021-05-19
1
-0
/
+1
*
Fill in "package.categories" on all Cargo.toml
Nick Mathewson
2021-05-19
1
-0
/
+1
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
1
-0
/
+1
*
Prefer "relay" to "server" when appropriate.
Nick Mathewson
2021-05-18
1
-1
/
+1
*
Resolve clippy warnings from Rust 1.52.
Nick Mathewson
2021-05-07
1
-1
/
+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
*
Bump regex and memchr versions
Nick Mathewson
2021-05-03
1
-1
/
+1
*
Split mocking parts of rtcompat into new rtmock crate.
Nick Mathewson
2021-05-03
2
-2
/
+2
*
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
2
-0
/
+4
*
upgrade httparse and zeroize
Nick Mathewson
2021-04-25
1
-1
/
+1
*
Only list the supported encodings in the `Accept-Encoding` header
Nick Mathewson
2021-04-21
1
-10
/
+27
*
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
2
-3
/
+17
*
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
*
tor-dirclient: more requests.rs tests
Nick Mathewson
2021-04-20
1
-10
/
+69
*
Move timer functions into an extension trait.
Nick Mathewson
2021-04-17
2
-5
/
+5
*
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
3
-64
/
+50
*
tor-dirclient: Use AsyncBufRead to simplify code a bit.
Nick Mathewson
2021-04-13
2
-29
/
+63
*
Major revision on DirMgr logic -- almost a complete rewrite.
Nick Mathewson
2021-04-13
1
-2
/
+2
*
Start moving responsibility for building requests into dirmgr
Nick Mathewson
2021-04-09
1
-0
/
+31
*
Upgrade rsa, zstd, httpdate. Remove redundant pin-project.
Nick Mathewson
2021-04-05
1
-1
/
+1
*
Make ConsensusRequest take a flavor.
Nick Mathewson
2021-04-01
1
-9
/
+13
*
Add accessors for members of different directory requests
Nick Mathewson
2021-04-01
2
-35
/
+63
*
Rename ClientRequest to Requestable.
Nick Mathewson
2021-04-01
2
-8
/
+8
*
Rename ServerDescriptorRequest to RouterDescRequest
Nick Mathewson
2021-03-30
1
-7
/
+7
*
ServerDescriptorRequest: handle "all.z" case differently
Nick Mathewson
2021-03-30
1
-7
/
+25
*
fix clippy warnings in request.rs
Nick Mathewson
2021-03-30
1
-5
/
+2
*
Move RdDigest to routerdesc.rs
Nick Mathewson
2021-03-30
1
-1
/
+1
*
dir: Add server descriptor directory request
David Goulet
2021-03-30
1
-0
/
+60
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
2
-4
/
+4
*
Rename Rsa{Identity,Signature} to fix clippy warning.
Nick Mathewson
2021-03-29
1
-4
/
+4
*
Refactor errors in tor-decompress and tor-dirclient.
Nick Mathewson
2021-03-24
4
-67
/
+104
[next]