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-proto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump minor version of tor-cell.
Nick Mathewson
2023-02-01
1
-1
/
+1
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-5
/
+5
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-5
/
+5
*
Move tor-proto/semver.md to tor-cell
Nick Mathewson
2023-02-01
1
-2
/
+0
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
16
-0
/
+16
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Merge branch 'sensitive' into 'main'
eta
2023-01-26
1
-3
/
+4
|
\
|
*
tor-proto: Mark stream ids in errors as sensitive
Ian Jackson
2023-01-24
1
-3
/
+4
*
|
tor-proto: comment fixes and more TODO hs
Nick Mathewson
2023-01-24
2
-2
/
+18
*
|
tor-proto: Draft API to handle incoming BEGIN requests.
Nick Mathewson
2023-01-17
3
-0
/
+98
*
|
tor-proto: Expose support for doing onion service handshakes
Nick Mathewson
2023-01-17
4
-17
/
+79
*
|
tor-proto: Draft APIs for handling control messages
Nick Mathewson
2023-01-17
2
-1
/
+54
*
|
tor-proto: Rename "hs" experimental feature to "onion-common"
Nick Mathewson
2023-01-17
2
-3
/
+6
|
/
*
Fix typos
Dimitris Apostolou
2023-01-07
1
-1
/
+1
*
tor-proto: rustfmt
Ian Jackson
2023-01-06
1
-1
/
+2
*
tor-proto: CreateFastWrap::decode_chanmsg: Do not report handshake
Ian Jackson
2023-01-06
2
-3
/
+3
*
tor-proto: impl Display for CreateResponse
Ian Jackson
2023-01-06
1
-0
/
+12
*
tor-proto: When relay IDs mismatch, the IDs are sensitive in errors
Ian Jackson
2023-01-06
3
-3
/
+8
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
15
-1
/
+124
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
14
-0
/
+115
|
*
test lint blocks: Do some semi-manually
Ian Jackson
2022-12-12
1
-1
/
+9
*
|
Merge branch 'tor-proto-use-rfc3339' into 'main'
Ian Jackson
2023-01-04
1
-1
/
+2
|
\
\
|
*
|
Use parse_rfc3339() in the tor-proto crate
Neel Chauhan
2022-12-16
1
-1
/
+2
*
|
|
Add semver.md for (into_)handshake()
Neel Chauhan
2022-12-19
1
-0
/
+2
*
|
|
msg::{CreateFast/CreatedFast}: Rename accessor to (into_)body()
Neel Chauhan
2022-12-18
1
-2
/
+2
|
/
/
*
|
Merge branch 'err-dyn-report' into 'main'
Ian Jackson
2022-12-15
1
-1
/
+1
|
\
\
|
*
|
tor-proto: reactor tests: Use debug fmt on an error
Ian Jackson
2022-12-12
1
-1
/
+1
|
|
/
*
/
Tackling issue #663 (Use humantime in tests)
coral
2022-12-12
2
-1
/
+2
|
/
*
Remove semver.md files now that 1.1.0 is released.
Nick Mathewson
2022-11-30
1
-3
/
+0
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-15
/
+15
*
Fix a bunch of "needless borrow" warnings on nightly
Nick Mathewson
2022-11-18
1
-2
/
+2
*
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
*
Merge branch 'rename_for_to_from' into 'main'
Nick Mathewson
2022-10-25
1
-2
/
+2
|
\
|
*
tor-cell: Rename for_client and for_relay
Emil Engler
2022-10-21
1
-2
/
+2
*
|
linkspec: Remove now-useless declared_peer_addr
Nick Mathewson
2022-10-24
1
-3
/
+4
|
/
*
proto: Make Channel::reparameterize take &self.
Nick Mathewson
2022-10-18
2
-2
/
+3
*
proto: Implement HasRelayIds for Channel.
Nick Mathewson
2022-10-18
2
-0
/
+10
*
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
-99
/
+1
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
1
-0
/
+1
*
Change multiplicity of ChannelMethod and addresses
Nick Mathewson
2022-10-11
2
-6
/
+6
*
Clarify limits on socket address from ChannelMethod
Nick Mathewson
2022-10-06
1
-2
/
+2
*
tor-linkspec: Remove the old OwnedFoo::new() functions
Nick Mathewson
2022-10-06
5
-16
/
+58
*
tor-proto: Preserve the ChannelMethod, not the SocketAddr
Nick Mathewson
2022-10-06
3
-32
/
+63
*
Bump minor version of tor-rtcompat and most of its dependents
Nick Mathewson
2022-10-03
1
-4
/
+4
*
Bump crates that have had backward compatible API changes.
Nick Mathewson
2022-10-03
1
-3
/
+3
*
fix clippy::needless_borrow
trinity-1686a
2022-09-10
1
-1
/
+1
*
Remove semver.md from arti-1.0.0
Nick Mathewson
2022-09-07
1
-8
/
+0
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-10
/
+10
[next]