index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-dirclient
/
src
/
request.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
multiple crates: Fix clippy warnings
hjrgrn
2026-07-10
1
-2
/
+2
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
dirclient: improve macro documentation
Nick Mathewson
2026-05-12
1
-6
/
+16
*
dirclient: Split EncodedRequest and RequestBody.
Nick Mathewson
2026-05-12
1
-8
/
+8
*
dirclient: Add a request to upload routerdescs
Nick Mathewson
2026-05-12
1
-34
/
+67
*
dirclient: Implement Requestable for Arc<dyn Requestable>.
Nick Mathewson
2026-05-12
1
-1
/
+17
*
dirclient, hsservice: Use Arc<str> for hsdesc publishing.
Nick Mathewson
2026-05-12
1
-2
/
+4
*
tor-dirclient: Avoid copying bytes that we want to POST.
Nick Mathewson
2026-05-12
1
-12
/
+12
*
tor-dirclient: Introduce a new RequestBody type.
Nick Mathewson
2026-05-12
1
-24
/
+20
*
tor-dirclient: port to web-time-compat.
Nick Mathewson
2026-03-26
1
-1
/
+2
*
tor-dirclient: Add TODO wrt Default for requests
Clara Engler
2026-03-18
1
-0
/
+2
*
tor-dirclient: Add TODO for renaming
Clara Engler
2026-03-12
1
-0
/
+1
*
tor-dirclient: No ref semantic in ExtraInfo
Clara Engler
2026-03-12
1
-6
/
+6
*
tor-dirclient: Small semantic fixups
Clara Engler
2026-03-12
1
-5
/
+15
*
tor-dirclient: Support for extra-info requests
Clara Engler
2026-03-11
1
-1
/
+118
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
tor-netdoc: Rename ConsensusFlavor::Ns to ConsensusFlavor::Plain
Ian Jackson
2025-08-18
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-12
/
+41
*
dirclient: Use the new Tunnel interface
David Goulet
2025-08-05
1
-6
/
+8
*
Remove comment saying we do not implement consensus diffs
Nick Mathewson
2025-06-10
1
-2
/
+0
*
dirclient: Stop sending suffix .z in URLs.
Nick Mathewson
2025-05-27
1
-14
/
+11
*
tor-dirclient: modify `check_circuit` to use `first_hop_clock_skew`
Steven Engler
2025-02-10
1
-14
/
+29
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Fix typos
Dimitris Apostolou
2024-01-08
1
-1
/
+1
*
Only send Content-Length when needed.
Nick Mathewson
2023-11-27
1
-7
/
+7
*
tor-dirclient: Always set the Content-Length header.
Gabriela Moldovan
2023-10-24
1
-7
/
+7
*
dirclient: Seal the Requestable trait and hide most of its members.
Nick Mathewson
2023-10-17
1
-39
/
+67
*
dirclient: Rename partial_docs_ok to partial_response_body_ok
Nick Mathewson
2023-10-17
1
-23
/
+22
*
dirclient: Make Requestable::anonymized mandatory.
Nick Mathewson
2023-10-17
1
-3
/
+21
*
dirclient: Explain why 1024 is a sufficient maximum response length.
Nick Mathewson
2023-10-16
1
-0
/
+4
*
dirclient: Wrap a somewhat wide comment.
Nick Mathewson
2023-10-16
1
-5
/
+3
*
Downgrade another TODO HSS and move it to TODO BREAKING
Nick Mathewson
2023-10-16
1
-2
/
+3
*
Privacy: Do not list supported encodings in hsdesc reqs.
Nick Mathewson
2023-10-16
1
-19
/
+46
*
dirclient: Change a todo to an API todo and make it less blocking.
Nick Mathewson
2023-10-16
1
-1
/
+9
*
tor-dirclient: Set a non-zero expected response len for uploads.
Gabriela Moldovan
2023-10-03
1
-5
/
+5
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
tor-dirclient: Remove unused `StringBody` trait.
Gabriela Moldovan
2023-08-16
1
-26
/
+0
*
tor-dirclient: Make Requestable return requests with String bodies.
Gabriela Moldovan
2023-08-16
1
-31
/
+14
*
tor-dirclient: Rename StringBody::str() to StringBody::as_str().
Gabriela Moldovan
2023-08-16
1
-4
/
+4
*
tor-dirclient: Add `HsDescUploadRequest`.
Gabriela Moldovan
2023-08-16
1
-0
/
+46
*
tor-dirclient: Make the body type of a `Requestable` type configurable.
Gabriela Moldovan
2023-08-16
1
-1
/
+42
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
dirclient: use correct default max_len
Nick Mathewson
2023-06-27
1
-2
/
+2
*
dirclient: Correct an erroneous comment.
Nick Mathewson
2023-06-27
1
-1
/
+2
*
dirclient: Make maximum hsdesc length adjustable.
Nick Mathewson
2023-06-27
1
-8
/
+12
*
dirclient: Explain why hardcoding "3" is ok.
Nick Mathewson
2023-06-27
1
-1
/
+7
*
Use an Enum for the description request
tranna
2023-04-10
1
-37
/
+54
*
dirclient: fix an "unused import" warning.
Nick Mathewson
2023-04-06
1
-1
/
+1
*
tor-dirclient: Add a comment about 50 x 1024
gabi-250
2023-04-03
1
-0
/
+1
*
tor-dirclient: Add test case for HsDescDownloadRequest
Ian Jackson
2023-04-03
1
-1
/
+21
[next]