index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Temporarily disable some clippy lints on nightly
Ian Jackson
2022-02-02
1
-0
/
+1
*
|
Remove many needless borrows and slices
Ian Jackson
2022-02-02
3
-6
/
+6
|
/
*
Bump the patch version of every crate that changed since 0.0.3
Nick Mathewson
2022-01-31
1
-2
/
+2
*
Use script to update README.md files.
Nick Mathewson
2022-01-28
1
-3
/
+0
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
1
-3
/
+1
*
Remove a now-incorrect comment in tor-proto.
Nick Mathewson
2022-01-26
1
-3
/
+0
*
clippy: Rename a `decode_chanmsg` from `handle_`
Ian Jackson
2022-01-19
2
-4
/
+4
*
handshake: Use read_exact, not read and checking len
Ian Jackson
2022-01-19
1
-3
/
+7
*
clippy: Rename a `from_foo` method that doesn't do conversion
Ian Jackson
2022-01-19
3
-5
/
+7
*
Fix two bugs related to incomplete read/write
Ian Jackson
2022-01-19
1
-3
/
+3
*
Merge branch 'channel-arc-rework-5' into 'main'
eta
2022-01-13
2
-52
/
+73
|
\
|
*
chanmgr: get rid of Arc around Channel
Ian Jackson
2022-01-13
2
-52
/
+73
*
|
Describe when we will need SendmeAcceptMinVersion
Nick Mathewson
2022-01-12
1
-0
/
+8
*
|
Change RequireSendmeAuth to an enum.
Nick Mathewson
2022-01-12
2
-33
/
+69
*
|
Fix a boolean inversion in auth_sendme_optional.
Nick Mathewson
2022-01-12
1
-1
/
+2
*
|
Document SendmeEmitMinVersion status
Nick Mathewson
2022-01-12
1
-0
/
+4
|
/
*
Merge branch 'eta/182' into 'main'
Nick Mathewson
2022-01-11
2
-6
/
+37
|
\
|
*
Add a blank line between doc and comment.
Ian Jackson
2022-01-11
1
-0
/
+1
|
*
Improve the layout of crate exports; add runtime convenience functions
eta
2022-01-11
2
-6
/
+36
*
|
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-9
/
+9
|
/
*
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-13
/
+13
*
ClientCirc: change some methods to take &self
Nick Mathewson
2022-01-07
1
-11
/
+6
*
tor-circmgr: Remove Arc around ClientCirc
Ian Jackson
2022-01-07
1
-8
/
+25
*
Merge branch 'refactor/unwrap-or-default' into 'main'
eta
2022-01-06
1
-1
/
+1
|
\
|
*
prefer 'unwrap_or_default' to manual constructor
Daniel Eades
2022-01-01
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/mr/214'
Nick Mathewson
2022-01-06
1
-0
/
+1
|
\
\
|
*
|
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
|
|
/
*
|
Merge remote-tracking branch 'origin/mr/212'
Nick Mathewson
2022-01-06
2
-3
/
+4
|
\
\
|
*
|
tor-circmgr: Don't clone parameters in create_chantarget()
Neel Chauhan
2021-12-25
2
-3
/
+4
|
|
/
*
/
tor-proto: In begin_stream_impl(), if number of hops is zero, don't continue
Neel Chauhan
2021-12-25
1
-1
/
+5
|
/
*
tor-proto: Replace XXXs with references to arti#269
Nick Mathewson
2021-12-20
1
-9
/
+7
*
tor-proto: Allow one meta-cell handler at a time.
Nick Mathewson
2021-12-16
1
-10
/
+18
*
Merge branch 'ct_sendme_tags' into 'main'
eta
2021-12-16
2
-13
/
+48
|
\
|
*
tor-proto: use const-time eq on sendme tags.
Nick Mathewson
2021-12-16
2
-13
/
+48
*
|
tor-proto: set HalfStream::connected_ok right.
Nick Mathewson
2021-12-16
2
-2
/
+15
*
|
tor-proto: replace a streammap XXXX with a ticket.
Nick Mathewson
2021-12-16
1
-3
/
+4
|
/
*
tor-proto: document an infelicitous behavior.
Nick Mathewson
2021-12-16
1
-3
/
+4
*
Extend trace messages for destroy/truncated reasons.
Nick Mathewson
2021-12-15
1
-2
/
+17
*
Merge remote-tracking branch 'origin/mr/191'
Nick Mathewson
2021-12-15
1
-23
/
+24
|
\
|
*
In reactor, use enums on whether to destroy circuits
Neel Chauhan
2021-12-14
1
-11
/
+20
|
*
Methodize the destroy circuit reason
Neel Chauhan
2021-12-14
1
-19
/
+2
|
*
Handle TRUNCATED cells
Neel Chauhan
2021-12-13
1
-12
/
+9
|
*
Log on TRUNCATED cell
Neel Chauhan
2021-12-13
1
-9
/
+21
*
|
Merge branch 'check_put_return' into 'main'
eta
2021-12-15
3
-25
/
+27
|
\
\
|
*
|
Always check whether stream-level SENDMEs are expected.
Nick Mathewson
2021-12-14
3
-25
/
+27
|
|
/
*
/
Actually decrement the stream-level SENDME window
eta
2021-12-14
2
-0
/
+31
|
/
*
fix nightly clippy errors
Trinity Pointard
2021-12-09
2
-3
/
+2
*
Beautify some Vec->array code in tor-proto.
Nick Mathewson
2021-12-08
1
-6
/
+7
*
Merge remote-tracking branch 'origin/mr/180'
Nick Mathewson
2021-12-08
1
-11
/
+10
|
\
|
*
In CryptInit, return a Result in initialize()
Neel Chauhan
2021-12-08
1
-11
/
+10
[prev]
[next]