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
...
*
tor-proto: padding::Parameters: Provide default_reduced constructor
Ian Jackson
2022-08-16
1
-0
/
+12
*
channel padding: Add doc commentary with the channel padding plan
Ian Jackson
2022-08-16
2
-0
/
+27
*
channel: Centralise Channel::send_control
Ian Jackson
2022-08-16
1
-14
/
+16
*
tor-proto: padding::Parameters: use impl_standard_builder
Ian Jackson
2022-08-16
1
-7
/
+3
*
tor-proto: Add a comment about the tor-proto layer.
Nick Mathewson
2022-08-10
1
-0
/
+18
*
Clarify that tor-proto _does_ create timers.
Nick Mathewson
2022-08-10
1
-4
/
+2
*
Merge branch 'main' into 'linkspec_refactor_v3'
Nick Mathewson
2022-08-10
8
-79
/
+91
|
\
|
*
Merge branch 'zeroize' into 'main'
Nick Mathewson
2022-08-04
8
-78
/
+90
|
|
\
|
|
*
tor-proto: Use correct SecretBuf in handshakes.
Nick Mathewson
2022-08-01
4
-17
/
+27
|
|
*
tor-proto: Replace SecretBytes with SecretBuf.
Nick Mathewson
2022-08-01
8
-63
/
+65
|
*
|
Rename `.inc` and other included files to end in `.rs`
eta
2022-07-26
1
-1
/
+1
|
|
/
*
|
tor-proto: Unify the check_match code in channel and handshake
Nick Mathewson
2022-08-10
2
-46
/
+47
*
|
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
5
-60
/
+66
*
|
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
2
-2
/
+2
*
|
Remove some testing-only reimplementations of OwnedChanTarget.
Nick Mathewson
2022-08-02
3
-82
/
+12
|
/
*
change usage of PublicKey to Ed25519 in tor-cert
trinity-1686a
2022-07-23
1
-5
/
+3
*
change check_key to take a Option<&_> instead of &Option<_>
trinity-1686a
2022-07-23
1
-2
/
+2
*
tor-proto: Stop using write_infallible in handshake code.
Nick Mathewson
2022-07-11
4
-138
/
+195
*
tor-cell: Make encoding method signatures fallible.
Nick Mathewson
2022-07-11
1
-1
/
+5
*
Remove "write_and_consume_infallible".
Nick Mathewson
2022-07-11
1
-7
/
+12
*
Rename "write" methods on tor-bytes to "write_infallible".
Nick Mathewson
2022-07-11
3
-112
/
+112
*
Implement a higher-level API for the ntor v3 handshake
eta
2022-07-08
1
-23
/
+162
*
Update `rsa` dependency (and use `x25519-dalek` prerelease)
eta
2022-07-06
1
-6
/
+5
*
Merge branch 'clippy' into 'main'
Ian Jackson
2022-06-24
2
-3
/
+12
|
\
|
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
1
-3
/
+9
|
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
|
tor-proto: split and elaborate tor_bytes::Error instances
Nick Mathewson
2022-06-23
6
-21
/
+70
*
|
tor-proto: Split CellErr based on activity.
Nick Mathewson
2022-06-23
6
-18
/
+54
*
|
tor-proto: clean up error names and messages
Nick Mathewson
2022-06-23
12
-85
/
+90
|
/
*
Merge branch 'display_source_cleanup' into 'main'
eta
2022-06-21
2
-9
/
+10
|
\
|
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
2
-9
/
+10
*
|
channel padding: Rename ChannelsParams from ChannelsConfig (rustfmt)
Ian Jackson
2022-06-21
2
-2
/
+2
*
|
channel padding: Rename ChannelsParams from ChannelsConfig
Ian Jackson
2022-06-21
4
-59
/
+59
*
|
tor-proto: Have Channel::reconfigure throw ChannelClosed
Ian Jackson
2022-06-21
1
-2
/
+2
*
|
tor-proto: err: Provide ChannelClosed as a separate unit error
Ian Jackson
2022-06-21
4
-18
/
+37
*
|
channel padding: Use IntegerMilliseconds in padding::Parameters
Ian Jackson
2022-06-21
1
-10
/
+11
*
|
Fix docs for `CtrlMsg::ConfigUpdate`
Ian Jackson
2022-06-21
1
-5
/
+2
*
|
Fix typos
eta
2022-06-21
1
-1
/
+1
*
|
channel padding: Plumb settings from chanmgr
Ian Jackson
2022-06-21
2
-12
/
+4
*
|
channel padding: Introduce ChannelsConfig and reconfigure facility
Ian Jackson
2022-06-21
4
-3
/
+242
*
|
channel padding timer: Support reconfiguration
Ian Jackson
2022-06-21
1
-4
/
+15
*
|
channel padding timer: Allow creation without providing parameters yet
Ian Jackson
2022-06-21
2
-16
/
+32
*
|
channel padding: Test creation in disabled state
Ian Jackson
2022-06-21
1
-0
/
+12
*
|
channel padding: Make Parameters a pub struct with builder
Ian Jackson
2022-06-21
2
-3
/
+14
|
/
*
Merge branch 'config-fix2' into 'main'
Nick Mathewson
2022-06-16
1
-0
/
+1
|
\
|
*
tor-proto: channel: Tell clippy it's ok to print in tests
Ian Jackson
2022-06-16
1
-0
/
+1
*
|
Permit eprintln in channel-padding test.
Nick Mathewson
2022-06-15
1
-0
/
+1
|
/
*
Merge branch 'channel' into 'main'
Nick Mathewson
2022-06-10
3
-10
/
+600
|
\
|
*
channel padding timer: Explain why next() in select_biased!
Ian Jackson
2022-06-09
1
-0
/
+7
|
*
channel padding timer: document state invariants
Ian Jackson
2022-06-09
1
-2
/
+24
[prev]
[next]