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
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
*
async-utils: rename SinkExt to SinkPrepareExt
Nick Mathewson
2023-04-19
1
-1
/
+1
*
Move functionality from tor_basic_utils to tor_async_utils
Nick Mathewson
2023-03-29
1
-1
/
+1
*
Fix a bunch of needless-conversion warnings.
Nick Mathewson
2023-03-10
1
-1
/
+0
*
Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2C
Nick Mathewson
2023-02-09
1
-20
/
+20
*
tor-proto: Do not parse forbidden commands on inbound cells.
Nick Mathewson
2023-02-09
1
-84
/
+28
*
tor-proto: only parse allowed ChanMsg types during handshake.
Nick Mathewson
2023-02-09
2
-28
/
+97
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
3
-42
/
+42
*
tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.
Nick Mathewson
2023-02-07
3
-2
/
+3
*
tor-cell: Use macro to generate ChanMsg too.
Nick Mathewson
2023-02-07
2
-3
/
+3
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
3
-0
/
+3
*
tor-proto: rustfmt
Ian Jackson
2023-01-06
1
-1
/
+2
*
tor-proto: When relay IDs mismatch, the IDs are sensitive in errors
Ian Jackson
2023-01-06
1
-2
/
+4
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
2
-0
/
+17
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
2
-0
/
+17
*
|
Use parse_rfc3339() in the tor-proto crate
Neel Chauhan
2022-12-16
1
-1
/
+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
|
/
*
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
|
/
*
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
1
-2
/
+2
*
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
2
-5
/
+15
*
tor-proto: Preserve the ChannelMethod, not the SocketAddr
Nick Mathewson
2022-10-06
1
-21
/
+42
*
add feature annotation not added by doc_auto_cfg
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
*
ChannelPaddingInstructions: Update and expand docs
Ian Jackson
2022-08-17
2
-11
/
+41
*
ChannelPaddingInstructions: Rename `params` field to `insns`
Ian Jackson
2022-08-17
1
-6
/
+6
*
Rename ChannelsParams types to ChannelPaddingInstructions (fmt)
Ian Jackson
2022-08-17
1
-1
/
+4
*
Rename ChannelsParams types to ChannelPaddingInstructions
Ian Jackson
2022-08-17
2
-38
/
+38
*
Rename PaddingParameters::all_zeroes constructor to disabled
Ian Jackson
2022-08-17
1
-4
/
+2
*
tor-cell: PaddingNegotiate::default_reduced
Ian Jackson
2022-08-17
1
-10
/
+0
*
tor-cell: PaddingNegotiate::start: take IntegerMilliseconds
Ian Jackson
2022-08-17
1
-2
/
+1
*
channel: Clarify (and in some places replace) "frontend" terminology
Ian Jackson
2022-08-17
2
-3
/
+5
*
tor-proto channel padding: Document PADDING_NEGOTIATE overwriting
Ian Jackson
2022-08-17
1
-0
/
+3
*
channel padding: Rename low_ms and high_ms
Ian Jackson
2022-08-17
1
-13
/
+13
*
tor-proto, testing: Provide accessors for ChannelsParamsUpdates
Ian Jackson
2022-08-16
1
-0
/
+11
*
tor-proto: Make "testing" feature that exports some things
Ian Jackson
2022-08-16
1
-1
/
+3
*
channel padding: Send negotiation cells
Ian Jackson
2022-08-16
2
-0
/
+9
*
tor-proto channel: Make arrangements to send PADDING_NEGOTIATE
Ian Jackson
2022-08-16
1
-2
/
+34
*
chanmgr configuration: Avoid sending needless initial update(s)
Ian Jackson
2022-08-16
1
-5
/
+6
*
channel params: ChannelsParamssUpdates: provide combine()
Ian Jackson
2022-08-16
1
-0
/
+13
[next]