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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-3
/
+3
*
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
|
/
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-4
/
+4
*
Revise all XXXXs from fixup-features
Nick Mathewson
2023-05-15
1
-6
/
+2
*
Run fixup-features _with_ annotations.
Nick Mathewson
2023-05-15
1
-0
/
+6
*
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-0
/
+1
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-4
/
+4
*
Upgrade our hex-literal dependency
Nick Mathewson
2023-04-13
1
-1
/
+1
*
Merge branch 'msrv-1.65' into 'main'
Ian Jackson
2023-04-12
1
-1
/
+1
|
\
|
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
|
s/ProtocolFailed/ProtocolViolation/g where possible
Neel Chauhan
2023-04-08
1
-1
/
+1
|
/
*
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
1
-1
/
+1
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-2
/
+2
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
2
-4
/
+6
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-3
/
+3
*
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
*
Merge branch 'bug736' into 'main'
eta
2023-01-24
1
-0
/
+12
|
\
|
*
Prop304: Add extended SOCKS result codes for onion services
Neel Chauhan
2023-01-18
1
-0
/
+12
*
|
Do not .gitignore crates/*/fuzz/corpus
Ian Jackson
2023-01-20
1
-1
/
+0
|
/
*
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
*
Remove semver.md files now that 1.1.0 is released.
Nick Mathewson
2022-11-30
1
-2
/
+0
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-4
/
+4
*
bump rust-version to 1.60 in every crate.
Nick Mathewson
2022-11-10
1
-1
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
set all crate edition to 2021
trinity-1686a
2022-11-01
1
-1
/
+1
*
socksproto: Make a method conditional.
Nick Mathewson
2022-10-20
1
-0
/
+1
*
socksproto: impl Clone for Error.
Nick Mathewson
2022-10-20
2
-2
/
+2
*
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
2
-16
/
+45
*
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
4
-2
/
+72
*
Implement client-side SOCKS handshake
Nick Mathewson
2022-09-28
8
-7
/
+323
*
Make "SocksRequest::new" public.
Nick Mathewson
2022-09-27
1
-1
/
+17
*
socksproto: Rename SocksHandshake to SocksProxyHandshake.
Nick Mathewson
2022-09-27
5
-523
/
+546
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-1
/
+1
*
Update patch-versions on crates without API changes.
Nick Mathewson
2022-09-01
1
-1
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
2
-0
/
+4
[next]