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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: invalid utf-8 bytes in response body
iqdecay
2026-08-04
1
-1
/
+18
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+2
*
dirclient: Split EncodedRequest and RequestBody.
Nick Mathewson
2026-05-12
1
-2
/
+2
*
tor-dirclient: Avoid copying bytes that we want to POST.
Nick Mathewson
2026-05-12
1
-5
/
+7
*
tor-dirclient: Introduce a new RequestBody type.
Nick Mathewson
2026-05-12
1
-0
/
+1
*
tor-dirclient: port to web-time-compat.
Nick Mathewson
2026-03-26
1
-1
/
+2
*
tor-dirclient: Use US spelling
Ian Jackson
2026-03-11
1
-6
/
+6
*
tor-dirclient: Attempt to explain AnonymizedRequest
Ian Jackson
2026-03-11
1
-3
/
+44
*
tor-dirclient: Only fail on empty GET responses
Clara Engler
2026-03-04
1
-1
/
+10
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-1
/
+2
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
Stop using MockSleepProvider in a few crates
Neel Chauhan
2025-11-02
1
-3
/
+2
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
dirclient: Use the new Tunnel interface
David Goulet
2025-08-05
1
-5
/
+5
*
dirclient: New error type for too-long headers.
Nick Mathewson
2025-07-10
1
-4
/
+8
*
dirclient: refactor logic for constructing a SourceInfo from a circuit
Nick Mathewson
2025-07-10
1
-6
/
+5
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
dirclient: Stop sending suffix .z in URLs.
Nick Mathewson
2025-05-27
1
-1
/
+1
*
tor-proto: Update the TunnelMutableState when a circuit is removed.
Gabriela Moldovan
2025-05-15
1
-1
/
+9
*
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
1
-1
/
+5
*
tor-dirclient: modify `check_circuit` to use `first_hop_clock_skew`
Steven Engler
2025-02-10
1
-1
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Preserve HTTP status text in dirclient errors.
Nick Mathewson
2023-11-29
1
-1
/
+6
*
Add cfg_attr allow(unused_imports) to two crates
Ian Jackson
2023-10-31
1
-0
/
+6
*
dirclient: Rename partial_docs_ok to partial_response_body_ok
Nick Mathewson
2023-10-17
1
-1
/
+1
*
Privacy: Do not list supported encodings in hsdesc reqs.
Nick Mathewson
2023-10-16
1
-8
/
+34
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
tor-dirclient: Deprecate download() instead of removing it.
Gabriela Moldovan
2023-08-16
1
-0
/
+16
*
tor-dirclient: Rename download() to send_request().
Gabriela Moldovan
2023-08-16
1
-6
/
+6
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+2
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
tor-dirclient: De-genericise internal fn retire_circ
Ian Jackson
2023-01-30
1
-2
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
tor-dirclient: Promise that download only gives RequestFailed
Ian Jackson
2022-10-25
1
-0
/
+4
*
tor-dirclient: Make RequestFailed its own error type (rustfmt)
Ian Jackson
2022-10-20
1
-12
/
+18
*
tor-dirclient: Make RequestFailed its own error type
Ian Jackson
2022-10-20
1
-13
/
+13
[next]