summaryrefslogtreecommitdiff
path: root/crates/arti/src/proxy
Commit message (Expand)AuthorAgeFilesLines
* arti: Remove now-needless cognitive_complexity exceptionsNick Mathewson2025-10-281-1/+0
* http_connect: Remove (most) X- prefixes.Nick Mathewson2025-10-281-21/+38
* http_connect: write our own hyper-futures replacementNick Mathewson2025-10-281-4/+77
* http_connect: Forbid non-empty OPTIONS bodies.Nick Mathewson2025-10-281-0/+8
* http_connect: validate casei behavior of HeaderMap.Nick Mathewson2025-10-281-0/+36
* http_connect: Declare that error messages are text/plain.Nick Mathewson2025-10-281-1/+1
* http_connect: Reject OPTIONS requests with bodiesNick Mathewson2025-10-281-2/+11
* http_connect: Implement stream isolationNick Mathewson2025-10-281-4/+74
* http_connect: implement rpc supportNick Mathewson2025-10-281-6/+76
* http-connect: Implement X-Tor-Family-PreferenceNick Mathewson2025-10-281-5/+79
* http_connect: Use consts for headers.Nick Mathewson2025-10-281-4/+16
* http_connect: Generate an X-Tor-Request-Failed header.Nick Mathewson2025-10-281-2/+20
* http_connect: Provide better status codes for ErrorKinds.Nick Mathewson2025-10-282-4/+77
* arti: Implement a "bilingual" HTTP CONNECT proxy.Nick Mathewson2025-10-281-0/+325
* arti: Detect proxy protocol _before_ starting SOCKS.Nick Mathewson2025-10-282-23/+14
* arti: Pass a buffered stream to handle_socks_connNick Mathewson2025-10-281-2/+11
* arti: Renaming around socks/generic proxiesNick Mathewson2025-10-281-10/+10
* arti: Split socks-specific parts out of handle_socks_connNick Mathewson2025-10-281-0/+463