summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/rend_handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* hsservice: Accept and negotiate protocol extensions.Nick Mathewson2026-07-021-4/+17
* proto: Add crate-level exports for two extra stream types (fmt)Gabriela Moldovan2026-06-171-5/+5
* tor-hssrvice: port to web-time-compat.Nick Mathewson2026-03-261-4/+4
* proto: Rename CircSyncView to CircHopSyncViewGabriela Moldovan2026-02-161-1/+1
* fix: use wallclock timestamps in all push_timed callsNihal2025-12-171-1/+8
* refactor: convert Extend to inherent method, forbid push/extend, fix rend_han...Nihal2025-12-171-1/+11
* refactor: clean codeNihal2025-12-171-1/+1
* feat(retry-error): add timestamps to retry errorsNihal2025-12-171-1/+1
* Refactor common code that builds circtargets for HS.Nick Mathewson2025-12-041-60/+34
* proto: Replace ClientCircSyncView in IncomingStreamRequestFilterGabriela Moldovan2025-10-301-1/+1
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-2/+2
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-5/+5
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* hsservice: Do not send the REND1 to the virtual hop.Gabriela Moldovan2025-08-051-2/+5
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-051-26/+21
* hsservice: Stop using HopNum and use TargetHopDavid Goulet2025-06-261-1/+1
* proto: Make send_raw_msg() use a TargetHopDavid Goulet2025-06-261-1/+1
* proto: Move NegotiatedHopSettings to a higher levelNick Mathewson2025-06-101-1/+5
* Add methods for getting proof-of-work extension from intro request.Wesley Aptekar-Cassels2025-05-271-0/+5
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* circmgr: Remove the CircParameters build .expect()David Goulet2025-01-161-1/+2
* circ: Specialize the circparams from netparams functionDavid Goulet2025-01-161-2/+2
* circmgr: Modify CircParameters for congestion controlDavid Goulet2025-01-161-1/+2
* hss: Make the limit for streams configurable.Nick Mathewson2024-03-261-8/+10
* Add an IncomingStreamRequestFilter to check early propertiesNick Mathewson2024-03-261-5/+31
* Refactor the logic for constructing crypt layers.Nick Mathewson2024-03-261-5/+0
* Propagate RelayCellFormat selection up to where format decisions will be madeJim Newsome2024-03-201-0/+5
* Run rustfmtIan Jackson2024-03-051-3/+1
* tor-hsservice: prelude: Move most imports from rend_handshake.rsIan Jackson2024-03-051-16/+3
* tor-hsservice: Move rend_handshake.rs out of svcIan Jackson2024-03-051-0/+374