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-socksproto
/
src
/
handshake
Commit message (
Expand
)
Author
Age
Files
Lines
*
socksproto: Grammar fix in comment.
Nick Mathewson
2025-07-09
1
-1
/
+1
*
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
1
-2
/
+2
*
fix `clippy::unneeded_struct_pattern`
Steven Engler
2025-04-03
1
-1
/
+1
*
fix `clippy::doc_overindented_list_items`
Steven Engler
2025-04-03
1
-1
/
+1
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-2
/
+2
*
tor-socksproto: Handle 0-byte reads (EOF) correctly (fmt)
Ian Jackson
2024-10-01
1
-1
/
+3
*
tor-socksproto: Handle 0-byte reads (EOF) correctly
Ian Jackson
2024-10-01
1
-3
/
+13
*
fixup! tor-socksproto: Fix doc comment for new_precise
Ian Jackson
2024-10-01
1
-6
/
+3
*
tor-socksproto: Fix doc comment for ReadPrecision
Ian Jackson
2024-10-01
1
-1
/
+1
*
tor-socksproto: Fix doc comment for new_precise
Ian Jackson
2024-10-01
1
-1
/
+1
*
tor-socksproto: Code motion to tidy up
Ian Jackson
2024-10-01
2
-31
/
+25
*
tor-socksproto: Deprecate old API
Ian Jackson
2024-10-01
3
-5
/
+11
*
tor-socksproto: Introduce handshake_for_tests method (fmt)
Ian Jackson
2024-10-01
2
-4
/
+16
*
tor-socksproto: Introduce handshake_for_tests method
Ian Jackson
2024-10-01
3
-32
/
+40
*
tor-socksproto: Introduce into_output_forbid_pipelining
Ian Jackson
2024-10-01
1
-0
/
+14
*
tor-socksproto: Introduce new API (fmt)
Ian Jackson
2024-10-01
1
-1
/
+1
*
tor-socksproto: Introduce new API
Ian Jackson
2024-10-01
1
-3
/
+426
*
tor-socksproto: Add HasHandshakeOutput
Ian Jackson
2024-10-01
3
-1
/
+37
*
Apply deferred rustfmt churn
Ian Jackson
2024-10-01
3
-22
/
+15
*
tor-socksproto: Introduce HandshakeImpl::call_handshake_impl
Ian Jackson
2024-10-01
1
-6
/
+27
*
tor-socksproto: Make NextStepImpl an enum (tidy)
Ian Jackson
2024-10-01
2
-8
/
+4
*
tor-socksproto: Make NextStepImpl an enum
Ian Jackson
2024-10-01
3
-32
/
+35
*
tor-socksproto: Introduce NextStepImpl and do drain centrally
Ian Jackson
2024-10-01
3
-39
/
+45
*
tor-socksproto: Move `handshake` to be a trait method
Ian Jackson
2024-10-01
3
-41
/
+29
*
tor-socksproto: Adjust description of `handshake`
Ian Jackson
2024-10-01
2
-4
/
+4
*
tor-socksproto: Factor out reader construction
Ian Jackson
2024-10-01
3
-30
/
+21
*
tor-socksproto: Factor out return value handling
Ian Jackson
2024-10-01
3
-28
/
+123
*
tor-socksproto: Use .is_empty() in some tests
Ian Jackson
2024-10-01
1
-4
/
+4
*
tor-bytes: Rename Truncated to Incomplete, and restore old Truncated as depre...
Ian Jackson
2024-09-11
2
-2
/
+8
*
tor-bytes: Add a Reader constructor for tor-socksproto's use case
Ian Jackson
2024-09-11
2
-8
/
+8
*
tor-bytes: Add a deficit field to Error::Truncated
Ian Jackson
2024-09-10
2
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
2
-0
/
+2
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
2
-0
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
2
-0
/
+2
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
1
-1
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
2
-0
/
+2
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
test lint blocks: Standardise one in tor-socksproto
Ian Jackson
2022-12-12
1
-2
/
+2
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
1
-0
/
+1
*
Move generate_* methods in socks client impl.
Nick Mathewson
2022-10-03
1
-34
/
+38
*
Tweak "handshake" docs.
Nick Mathewson
2022-10-03
2
-4
/
+12
*
Add a SocksReply type to capture address/port information.
Nick Mathewson
2022-10-03
1
-18
/
+35
*
Tests for socks client handshake.
Nick Mathewson
2022-10-03
1
-0
/
+152
*
Bug fix: report empty SOCKS4 auth as "no auth".
Nick Mathewson
2022-10-03
1
-2
/
+6
*
Implement client-side SOCKS handshake
Nick Mathewson
2022-09-28
2
-6
/
+293
*
socksproto: Rename SocksHandshake to SocksProxyHandshake.
Nick Mathewson
2022-09-27
1
-0
/
+523