index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-hsclient
/
src
/
connect.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-hsclient: connect.rs: Remove a redundant map_err
Ian Jackson
2026-07-23
1
-2
/
+1
*
HsDesc::parse_decrypt_validate: Don't check validity time
Ian Jackson
2026-07-23
1
-3
/
+5
*
tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`
Ian Jackson
2026-07-23
1
-2
/
+2
*
tor-checkable: TimeRangeBound: Rename bounds to bounds_start_end
Ian Jackson
2026-07-23
1
-2
/
+2
*
Use new TimeRangeBound name throughout the tree
Ian Jackson
2026-07-16
1
-4
/
+4
*
Use new TimeBound name throughout the tree
Ian Jackson
2026-07-16
1
-1
/
+1
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
1
-2
/
+0
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
Change HS descriptor sendme_inc into a NonZeroU8
Nick Mathewson
2026-07-02
1
-1
/
+1
*
hsclient: Support protocol negotiation for CGO and flowctrl-cc
Nick Mathewson
2026-07-02
1
-12
/
+53
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-1
/
+1
*
hsclient: s/cur_revision/stored_revision for clarity
Gabriela Moldovan
2026-05-07
1
-4
/
+4
*
hsclient: Compare the time periods instead of the blinded HsIds
Gabriela Moldovan
2026-05-07
1
-6
/
+7
*
hsclient: Store the current time period in a variable (fmt)
Gabriela Moldovan
2026-05-07
1
-2
/
+1
*
hsclient: Store the current time period in a variable
Gabriela Moldovan
2026-05-07
1
-3
/
+4
*
hsclient: Fix an off-by-one check
Gabriela Moldovan
2026-05-07
1
-1
/
+1
*
hsclient: Add test for introduction retries after intro NACK
Gabriela Moldovan
2026-05-07
1
-5
/
+113
*
hsclient: Add scope around mutex guard (fmt)
Gabriela Moldovan
2026-05-07
1
-8
/
+8
*
hsclient: Add scope around mutex guard
Gabriela Moldovan
2026-05-07
1
-0
/
+2
*
hsclient: Move test descriptor parsing and decryption to a new function
Gabriela Moldovan
2026-05-07
1
-18
/
+21
*
hsclient: Move HsClientDescEncKeypair building to a new function
Gabriela Moldovan
2026-05-07
1
-6
/
+8
*
hsclient: Move test netdir setup to a new function
Gabriela Moldovan
2026-05-07
1
-6
/
+9
*
hsclient: Make the mock introduce ACKs configurable
Gabriela Moldovan
2026-05-07
1
-6
/
+17
*
hsclient: Replace fully-qualified paths with import alias
Gabriela Moldovan
2026-05-07
1
-13
/
+11
*
hsclient: Remove no longer applicable comment
Gabriela Moldovan
2026-05-07
1
-2
/
+0
*
hsclient: Unwrap the connect result in test
Gabriela Moldovan
2026-05-07
1
-1
/
+1
*
hsclient: Remove no longer needed clippy allows in tests
Gabriela Moldovan
2026-05-07
1
-4
/
+0
*
hsclient: Remove no longer needed panic handling logic (fmt)
Gabriela Moldovan
2026-05-07
1
-2
/
+1
*
hsclient: Remove no longer needed panic handling logic
Gabriela Moldovan
2026-05-07
1
-4
/
+2
*
hsclient: Implement some more of the mock test impls
Gabriela Moldovan
2026-05-07
1
-8
/
+47
*
hsclient: Mock the rendezvous handshake
Gabriela Moldovan
2026-05-07
1
-13
/
+59
*
hsclient: Remove unused test function
Gabriela Moldovan
2026-05-07
1
-9
/
+0
*
hsclient: Only compare revision counters for the same TP
Gabriela Moldovan
2026-05-07
1
-20
/
+8
*
hsclient: Store the HsBlindId alongside the HsDesc
Gabriela Moldovan
2026-05-07
1
-4
/
+23
*
circmgr,hsclient: s/requery_period/requery_interval
Gabriela Moldovan
2026-05-07
1
-4
/
+4
*
hsclient: Retain the rust bug link for the borrowck issues
Gabriela Moldovan
2026-05-07
1
-0
/
+5
*
hsclient: Address a clippy suggestion (fmt)
Gabriela Moldovan
2026-05-07
1
-10
/
+8
*
hsclient: Address a clippy suggestion
Gabriela Moldovan
2026-05-07
1
-3
/
+2
*
hsclient: Remove TODO suggesting a wrong change
Gabriela Moldovan
2026-05-07
1
-5
/
+0
*
hsclient: Reach out to all HsDirs if we have no descriptor
Gabriela Moldovan
2026-05-07
1
-3
/
+10
*
hsclient: Rate-limit HsDir re-querying (fmt)
Gabriela Moldovan
2026-05-07
1
-9
/
+11
*
hsclient: Rate-limit HsDir re-querying
Gabriela Moldovan
2026-05-07
1
-9
/
+66
*
hsclient: Rename intro_target to ids (fmt)
Gabriela Moldovan
2026-05-07
1
-3
/
+1
*
hsclient: Rename intro_target to ids
Gabriela Moldovan
2026-05-07
1
-4
/
+4
*
hsclient: Make RelayIdFor impl generic over T: HasRelayIds
Gabriela Moldovan
2026-05-07
1
-2
/
+2
*
hsclient: Add a generic RelayIdFor for storing relay information
Gabriela Moldovan
2026-05-07
1
-5
/
+29
*
hsclient: Update comment about hsdesc caching, add TODO
Gabriela Moldovan
2026-05-07
1
-3
/
+21
*
hsclient: Use Option<> combinators to get rid of branching (fmt)
Gabriela Moldovan
2026-05-07
1
-8
/
+11
*
hsclient: Use Option<> combinators to get rid of branching
Gabriela Moldovan
2026-05-07
1
-4
/
+2
[next]