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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
4
-0
/
+4
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
4
-0
/
+4
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
5
-0
/
+5
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
Merge branch 'socks_errorkinds' into 'main'
Nick Mathewson
2023-06-22
1
-0
/
+8
|
\
|
*
socksproto: Add unspecified but documented socks5 extension codes
Nick Mathewson
2023-06-22
1
-0
/
+8
*
|
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
|
/
*
s/ProtocolFailed/ProtocolViolation/g where possible
Neel Chauhan
2023-04-08
1
-1
/
+1
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
2
-4
/
+6
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
4
-0
/
+4
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Prop304: Add extended SOCKS result codes for onion services
Neel Chauhan
2023-01-18
1
-0
/
+12
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
2
-0
/
+16
*
test lint blocks: Standardise one in tor-socksproto
Ian Jackson
2022-12-12
1
-2
/
+2
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
socksproto: Make a method conditional.
Nick Mathewson
2022-10-20
1
-0
/
+1
*
socksproto: impl Clone for Error.
Nick Mathewson
2022-10-20
1
-1
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-57
/
+1
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
2
-0
/
+2
*
Make some things precisely conditional
Ian Jackson
2022-10-11
1
-1
/
+6
*
Move generate_* methods in socks client impl.
Nick Mathewson
2022-10-03
1
-34
/
+38
*
Require no NUL in socks hostname.
Nick Mathewson
2022-10-03
1
-0
/
+6
*
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
4
-24
/
+87
*
Make sure that socks4 auth doesn't have any 0 bytes.
Nick Mathewson
2022-10-03
1
-16
/
+44
*
Tests for socks client handshake.
Nick Mathewson
2022-10-03
3
-0
/
+279
*
Bug fix: report empty SOCKS4 auth as "no auth".
Nick Mathewson
2022-10-03
1
-2
/
+6
*
Fuzzer code for socks client implementation.
Nick Mathewson
2022-10-03
1
-1
/
+50
*
Implement client-side SOCKS handshake
Nick Mathewson
2022-09-28
6
-7
/
+320
*
Make "SocksRequest::new" public.
Nick Mathewson
2022-09-27
1
-1
/
+17
*
socksproto: Rename SocksHandshake to SocksProxyHandshake.
Nick Mathewson
2022-09-27
3
-521
/
+540
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
socksproto: Use fallible writers.
Nick Mathewson
2022-07-11
1
-16
/
+19
*
Convert each write_onto_infallible implementation into write_onto.
Nick Mathewson
2022-07-11
1
-2
/
+3
*
Rename "write" methods on tor-bytes to "write_infallible".
Nick Mathewson
2022-07-11
1
-7
/
+7
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
tor-socksproto: Style and info fixes in errors.
Nick Mathewson
2022-06-22
3
-9
/
+15
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
1
-1
/
+1
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
2
-3
/
+0
*
socksproto: remove some unused accessors.
Nick Mathewson
2022-04-02
1
-15
/
+0
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
tor-socksproto: Use bad_api_usage! rather than ad-hoc Invalid error
Ian Jackson
2022-02-15
2
-8
/
+3
*
Make Bug from InternalError, add bad_api_usage! and into_bad_api_usage!
Ian Jackson
2022-02-15
1
-6
/
+6
*
New name and semantics for BadAPIUsage (was BadArgument)
Ian Jackson
2022-02-15
1
-1
/
+3
*
Merge branch 'error-socksproto-autoconvert' into 'main'
Nick Mathewson
2022-02-14
2
-14
/
+7
|
\
[prev]
[next]