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
*
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
*
|
Upgrade to digest v0.10.0
Nick Mathewson
2021-12-07
3
-21
/
+22
|
/
*
Remove some XXXs about zeroizing from tor-proto.
Nick Mathewson
2021-12-07
1
-2
/
+0
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
7
-17
/
+21
*
add constructors
dagon
2021-11-30
1
-17
/
+53
*
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-9
/
+9
*
Mark a test as #[ignore]
Nick Mathewson
2021-11-29
1
-0
/
+1
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
8
-29
/
+30
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
1
-1
/
+1
*
Remove a couple more eprintln! calls.
Nick Mathewson
2021-11-23
1
-1
/
+1
*
Try to make the tor_proto::circuit::begindir test more reliable.
Nick Mathewson
2021-11-23
1
-2
/
+2
*
Make unreliable tor-proto tests more reliable (arti#238).
eta
2021-11-18
2
-22
/
+28
*
Always use optimistic data for begindir connections.
Nick Mathewson
2021-11-16
1
-1
/
+5
*
tor-proto: Use tor-rtcompat macros for testing, not tokio.
Nick Mathewson
2021-11-15
6
-712
/
+789
*
tor-proto: Stop using async_test in halfstream.rs and sendme.rs
Nick Mathewson
2021-11-15
2
-18
/
+14
*
A few more eprintln!() removals that I missed.
Nick Mathewson
2021-11-13
1
-4
/
+0
*
Replace or remove testing eprintln!()s.
Nick Mathewson
2021-11-13
1
-3
/
+4
*
Resolve a dead-code warning on nightly.
Nick Mathewson
2021-11-13
1
-0
/
+2
*
Get rid of unbounded stream sender, and RawCellStream
eta
2021-11-12
9
-149
/
+183
*
Completely overhaul the tor-proto circuit reactor
eta
2021-11-12
10
-1293
/
+1430
[next]