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 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
*
Merge IpVersionPreferences and the optimistic flag into one type.
Nick Mathewson
2021-11-10
3
-7
/
+68
*
Refactor wait_for_connection a bit.
Nick Mathewson
2021-11-10
1
-12
/
+14
*
Implement optimistic stream
Yuan Lyu
2021-11-09
2
-23
/
+50
*
Replace all println/eprintln calls outside of arti CLI with trace.
Nick Mathewson
2021-11-04
2
-4
/
+4
*
tor-proto: Use a dedicated sender for channel cells, make full-duplex
eta
2021-11-03
2
-47
/
+105
*
Get rid of tor-proto's ChannelImpl, and use the reactor more instead
eta
2021-11-03
8
-344
/
+261
*
Merge branch 'timestamp'
Nick Mathewson
2021-11-02
6
-0
/
+146
|
\
|
*
Use coarsetime to build an incoming traffic timestamp.
Nick Mathewson
2021-11-02
6
-0
/
+146
*
|
Refactor tor_proto::circuit::Reactor to use an UnboundedSender
eta
2021-11-02
2
-85
/
+31
*
|
Merge remote-tracking branch 'origin/mr/118'
Nick Mathewson
2021-11-02
2
-78
/
+32
|
\
\
|
*
|
Refactor tor_proto::channel::Reactor to use an UnboundedSender
eta
2021-11-02
2
-78
/
+32
|
|
/
*
/
Remove some dbg!() calls in real code.
Nick Mathewson
2021-11-02
1
-2
/
+0
|
/
*
Bump all crate versions to 0.0.1
Nick Mathewson
2021-10-29
1
-8
/
+8
*
Improve docs of more (potentially re-exported) arti-client types
eta
2021-10-29
1
-16
/
+48
*
Use correct link for AsyncWriteExt::flush
Nick Mathewson
2021-10-28
1
-1
/
+1
*
DataStream: document the importance of flush().
Nick Mathewson
2021-10-28
1
-3
/
+12
*
Update our disclaimers and limitations sections.
Nick Mathewson
2021-10-27
2
-9
/
+1
*
s/arti-arti-client/arti-client/ and regenerate readme files
Nick Mathewson
2021-10-25
1
-2
/
+2
*
Replace references to arti-client in the documentation.
Nick Mathewson
2021-10-21
2
-3
/
+3
*
Remove #![allow(clippy::unnecessary_wraps)] in tor-proto.
Nick Mathewson
2021-10-21
1
-1
/
+0
*
Also implement tokio Async{Read,Write} on Data{Reader,Writer}.
Nick Mathewson
2021-10-19
1
-5
/
+31
*
Add a little documentation about when you'll need the tokio trait.
Nick Mathewson
2021-10-19
1
-0
/
+7
*
tor-proto: implement tokio Async{Read, Write} traits conditionally
eta
2021-10-19
2
-0
/
+37
*
Use append in place of extend_from_slice in DataReaderImpl::add_data.
Nick Mathewson
2021-10-17
1
-2
/
+2
*
enable checked_conversions lint.
Nick Mathewson
2021-10-09
1
-0
/
+1
*
Use subtle and some refactoring to remove branches in ntor
Nick Mathewson
2021-10-01
3
-22
/
+54
*
Typo fixes
Nick Mathewson
2021-09-09
1
-2
/
+2
*
Fix clippy warnings in tests with --all-features
Nick Mathewson
2021-09-08
2
-10
/
+9
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
16
-10
/
+25
*
Fix typos
Jani Monoses
2021-09-07
2
-2
/
+2
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
35
-0
/
+9842