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
*
Now that versions have bumped, remove semver.md files.
Nick Mathewson
2022-08-01
1
-0
/
+0
*
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
socksproto: Use fallible writers.
Nick Mathewson
2022-07-11
2
-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
*
Remove semver.md files now that 0.5.0 is out
Nick Mathewson
2022-06-24
1
-1
/
+0
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-3
/
+3
*
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
4
-9
/
+16
*
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
*
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-4
/
+3
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-1
/
+1
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-1
/
+1
*
Bump versions of trivially-changed crates.
Nick Mathewson
2022-05-27
1
-1
/
+1
*
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
1
-1
/
+1
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-4
/
+4
*
Update README.md files (automated).
Nick Mathewson
2022-05-06
1
-4
/
+4
*
Fix spacing
Samanta Navarro
2022-04-27
1
-1
/
+1
*
Fix grammar and typos
Samanta Navarro
2022-04-27
1
-3
/
+3
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
2
-3
/
+0
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
1
-7
/
+6
*
socksproto: remove some unused accessors.
Nick Mathewson
2022-04-02
1
-15
/
+0
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-3
/
+3
*
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
|
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-4
/
+4
|
/
*
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
|
\
|
*
Run rustfmt.
Nick Mathewson
2022-02-14
1
-12
/
+5
|
*
Provide, and use From impl for InternalError
Ian Jackson
2022-02-14
2
-8
/
+8
*
|
Merge branch 'warn_not_deny' into 'main'
eta
2022-02-14
1
-1
/
+1
|
\
\
|
*
|
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
|
|
/
*
|
Merge remote-tracking branch 'origin/mr/313'
Nick Mathewson
2022-02-14
1
-2
/
+2
|
\
\
|
*
|
tor_socksproto::Error HasKind fix two delegations
Ian Jackson
2022-02-14
1
-2
/
+2
|
|
/
*
|
Merge branch 'error-kind-protocol' into 'main'
Ian Jackson
2022-02-14
1
-1
/
+1
|
\
\
|
*
|
Split up ErrorKind::ProtocolViolation
Ian Jackson
2022-02-14
1
-1
/
+1
|
|
/
*
|
ErrorKind::NotImplemented: fix two tests
Ian Jackson
2022-02-14
2
-2
/
+2
*
|
Split up ErrorKind::NoSupport
Ian Jackson
2022-02-14
3
-6
/
+6
|
/
*
socksproto: fix one more error type.
Nick Mathewson
2022-02-11
1
-1
/
+1
*
socksproto: Simplify Truncated handling
Nick Mathewson
2022-02-11
2
-20
/
+14
*
Move the Truncated error into tor-errors.
Nick Mathewson
2022-02-11
3
-19
/
+5
*
Try to resolve the "Truncated" error in tor-socksproto
Nick Mathewson
2022-02-11
3
-47
/
+63
*
tor-socksproto: Implement HasKind
Nick Mathewson
2022-02-11
3
-10
/
+67
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-3
/
+3
*
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-2
/
+2
[next]