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
...
*
channel params: Rename initial_update (from total_update)
Ian Jackson
2022-08-16
1
-3
/
+3
*
tor-proto: padding::Parameters: Provide all_zeroes
Ian Jackson
2022-08-16
1
-0
/
+10
*
tor-proto: padding::Parameters::padding_negotiate_cell
Ian Jackson
2022-08-16
1
-1
/
+17
*
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
2
-7
/
+4
*
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
10
-80
/
+92
|
\
|
*
Merge branch 'zeroize' into 'main'
Nick Mathewson
2022-08-04
9
-79
/
+91
|
|
\
|
|
*
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
|
|
*
Use the `zeroize` feature in several crates
Nick Mathewson
2022-08-01
1
-1
/
+1
|
*
|
Merge branch 'inc-rename' into 'main'
Ian Jackson
2022-08-02
2
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Rename `.inc` and other included files to end in `.rs`
eta
2022-07-26
2
-1
/
+1
*
|
|
tor-proto: Unify the check_match code in channel and handshake
Nick Mathewson
2022-08-10
3
-46
/
+48
*
|
|
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
6
-60
/
+67
*
|
|
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
|
/
/
*
|
Now that versions have bumped, remove semver.md files.
Nick Mathewson
2022-08-01
1
-1
/
+0
*
|
Bump patch versions on crates that have new APIs.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
|
Bump minor version on crates with deps with breaking changes.
Nick Mathewson
2022-08-01
1
-1
/
+1
*
|
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-4
/
+4
|
/
*
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
5
-138
/
+196
*
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
*
Remove semver.md files now that 0.5.0 is out
Nick Mathewson
2022-06-24
1
-3
/
+0
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-10
/
+10
*
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
5
-18
/
+38
*
|
channel padding: Use IntegerMilliseconds in padding::Parameters
Ian Jackson
2022-06-21
2
-10
/
+12
*
|
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
[prev]
[next]