aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsclient
Commit message (Expand)AuthorAgeFilesLines
* refactor: use TaskHandle for expiring circuitiqdecay13 days1-19/+12
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-31/+31
* Merge branch 'testdata-export' into 'main'Ian Jackson2026-07-271-1/+1
|\
| * Require derive-deftly 1.11.4Ian Jackson2026-07-231-1/+1
* | tor-hsclient: connect.rs: Remove a redundant map_errIan Jackson2026-07-231-2/+1
* | HsDesc::parse_decrypt_validate: Don't check validity timeIan Jackson2026-07-232-3/+11
* | clippy config: Forbid TimeRangeBound::if_valid_nowIan Jackson2026-07-231-0/+1
* | tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`Ian Jackson2026-07-232-3/+3
* | tor-checkable: TimeRangeBound: Rename bounds to bounds_start_endIan Jackson2026-07-231-2/+2
|/
* Use new TimeRangeBound name throughout the treeIan Jackson2026-07-162-6/+6
* Use new TimeBound name throughout the treeIan Jackson2026-07-162-2/+2
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-2/+0
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-152-2/+2
* Change HS descriptor sendme_inc into a NonZeroU8Nick Mathewson2026-07-022-2/+2
* hs: Add a TODO about #2598 refactoringNick Mathewson2026-07-021-0/+3
* Do not incluede negotiate_subproto in subproto_requestNick Mathewson2026-07-021-2/+1
* hsclient: Support protocol negotiation for CGO and flowctrl-ccNick Mathewson2026-07-025-13/+196
* Upgrade to itertools 0.15.0Nick Mathewson2026-07-011-1/+1
* Version bumps for 2.5.0Nick Mathewson2026-06-301-36/+36
* Bump MSRV to 1.91Clara Engler2026-06-151-1/+1
* Merge branch 'clippy-string-slice' into 'main'Nick Mathewson2026-06-104-0/+5
|\
| * maint: Run maint/add_warning to deny string slicesClara Engler2026-06-094-0/+5
* | Bump derive-deftly to 1.11.3Ian Jackson2026-06-091-1/+1
|/
* Upgrade tokio to LTS 1.47.1Neel Chauhan2026-06-031-1/+1
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-31/+31
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-122-2/+2
* hsclient: s/cur_revision/stored_revision for clarityGabriela Moldovan2026-05-071-4/+4
* hsclient: Compare the time periods instead of the blinded HsIdsGabriela Moldovan2026-05-071-6/+7
* hsclient: Store the current time period in a variable (fmt)Gabriela Moldovan2026-05-071-2/+1
* hsclient: Store the current time period in a variableGabriela Moldovan2026-05-071-3/+4
* hsclient: Fix an off-by-one checkGabriela Moldovan2026-05-071-1/+1
* hsclient: Add test for introduction retries after intro NACKGabriela Moldovan2026-05-071-5/+113
* hsclient: Add scope around mutex guard (fmt)Gabriela Moldovan2026-05-071-8/+8
* hsclient: Add scope around mutex guardGabriela Moldovan2026-05-071-0/+2
* hsclient: Move test descriptor parsing and decryption to a new functionGabriela Moldovan2026-05-071-18/+21
* hsclient: Move HsClientDescEncKeypair building to a new functionGabriela Moldovan2026-05-071-6/+8
* hsclient: Move test netdir setup to a new functionGabriela Moldovan2026-05-071-6/+9
* hsclient: Make the mock introduce ACKs configurableGabriela Moldovan2026-05-071-6/+17
* hsclient: Replace fully-qualified paths with import aliasGabriela Moldovan2026-05-071-13/+11
* hsclient: Remove no longer applicable commentGabriela Moldovan2026-05-071-2/+0
* hsclient: Unwrap the connect result in testGabriela Moldovan2026-05-071-1/+1
* hsclient: Remove no longer needed clippy allows in testsGabriela Moldovan2026-05-071-4/+0
* hsclient: Remove no longer needed panic handling logic (fmt)Gabriela Moldovan2026-05-071-2/+1
* hsclient: Remove no longer needed panic handling logicGabriela Moldovan2026-05-071-4/+2
* hsclient: Implement some more of the mock test implsGabriela Moldovan2026-05-071-8/+47
* hsclient: Mock the rendezvous handshakeGabriela Moldovan2026-05-071-13/+59
* hsclient: Remove unused test functionGabriela Moldovan2026-05-071-9/+0
* hsclient: Only compare revision counters for the same TPGabriela Moldovan2026-05-071-20/+8
* hsclient: Store the HsBlindId alongside the HsDescGabriela Moldovan2026-05-071-4/+23