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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-0
/
+52
*
|
tor-proto: Rename "hs" experimental feature to "onion-common"
Nick Mathewson
2023-01-17
1
-1
/
+1
|
/
*
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
2
-3
/
+7
*
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
*
|
|
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
1
-1
/
+1
|
/
*
Fix a bunch of "needless borrow" warnings on nightly
Nick Mathewson
2022-11-18
1
-2
/
+2
*
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
1
-1
/
+1
*
proto: Implement HasRelayIds for Channel.
Nick Mathewson
2022-10-18
1
-0
/
+9
*
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
2
-32
/
+62
*
fix clippy::needless_borrow
trinity-1686a
2022-09-10
1
-1
/
+1
*
add feature annotation not added by doc_auto_cfg
trinity-1686a
2022-08-24
2
-0
/
+2
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
channel padding: Only do anything with link protocol 5
Ian Jackson
2022-08-17
1
-0
/
+7
*
channel padding: Properly advertise link protocol 5
Ian Jackson
2022-08-17
1
-3
/
+2
*
channel padding: Move initial config of ChannelPaddingInstructions
Ian Jackson
2022-08-17
1
-6
/
+5
*
channel padding: Parameters: default_padding replaces Default impl
Ian Jackson
2022-08-17
2
-1
/
+7
*
channel reactor: Add some commented-out debug for padding
Ian Jackson
2022-08-17
1
-1
/
+5
*
channel padding: Correctly always send the timer parameters
Ian Jackson
2022-08-17
1
-1
/
+8
*
channel padding: Abolish ARTI_EXPERIMENTAL_CHANNEL_PADDING env var
Ian Jackson
2022-08-17
1
-8
/
+0
*
channel engage_padding_activities: swap docs to tor0proto
Ian Jackson
2022-08-17
1
-1
/
+11
*
channel fake_channel_details: Use precise cfg
Ian Jackson
2022-08-17
1
-1
/
+1
*
ChannelPaddingInstructions: Update and expand docs
Ian Jackson
2022-08-17
2
-11
/
+41
[next]