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
/
tor-proto
/
src
/
circuit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to fix a nightly rustdoc warning
Nick Mathewson
2021-06-17
1
-1
/
+1
*
Use FuturesUnordered, not SelectAll<Once<...>>
Nick Mathewson
2021-06-14
1
-7
/
+6
*
tor-proto: change internal meta-handler API for error-proofing
Nick Mathewson
2021-05-28
1
-1
/
+1
*
Use the "typos" tool to fix some spelling
Nick Mathewson
2021-05-26
3
-3
/
+3
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
3
-23
/
+27
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
1
-1
/
+1
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
1
-1
/
+1
*
Add tests for correct incoming sendme handling.
Nick Mathewson
2021-03-22
1
-0
/
+9
*
Refactor circuit reactor for testing.
Nick Mathewson
2021-03-16
1
-1
/
+6
*
Merge remote-tracking branch 'origin/mr/16' into main
Nick Mathewson
2021-02-26
1
-22
/
+37
|
\
|
*
Refactor StreamMap methods to use HashMap::Entry
George Kadianakis
2021-02-26
1
-22
/
+37
*
|
Fix an intermittent test failure on int overflow.
Nick Mathewson
2021-02-19
1
-1
/
+4
|
/
*
Run cargo fix --edition-idioms
Nick Mathewson
2020-12-02
2
-2
/
+2
*
Expose UniqId types for channels and circuits
Nick Mathewson
2020-12-01
1
-5
/
+6
*
Rename LogId -> UniqId.
Nick Mathewson
2020-12-01
2
-13
/
+13
*
Derive more types for circuit and channel LogIds
Nick Mathewson
2020-12-01
1
-1
/
+1
*
Move closed-check for circuits into an atomicbool.
Nick Mathewson
2020-11-13
1
-5
/
+4
*
Make Arc<>-ness of ClientCirc explicit.
Nick Mathewson
2020-11-12
1
-8
/
+7
*
tor-proto API: Use new_ref, not clone.
Nick Mathewson
2020-10-29
1
-1
/
+0
*
Downgrade an XXXXM3 message.
Nick Mathewson
2020-10-27
1
-1
/
+1
*
Make circuit reactors also have a run_once() method for testing.
Nick Mathewson
2020-10-27
1
-27
/
+34
*
Add a fake, reactorless channel, for use in testing circuits
Nick Mathewson
2020-10-27
1
-3
/
+1
*
Remove a bunch of dbg! calls.
Nick Mathewson
2020-10-26
2
-2
/
+3
*
Use event_listener to find out about sendme replenishment.
Nick Mathewson
2020-10-26
1
-30
/
+11
*
Resolve a bunch of XXXM3 comments in tor-proto.
Nick Mathewson
2020-10-26
3
-59
/
+70
*
Improve documentation in tor-proto
Nick Mathewson
2020-10-26
1
-3
/
+6
*
Add a CircEnt::DestroySent circuit state.
Nick Mathewson
2020-10-26
1
-0
/
+37
*
Rename CircID and StreamID to end with Id instead, for consistency
Nick Mathewson
2020-10-25
2
-16
/
+16
*
Add some tests for channel reactor and related code.
Nick Mathewson
2020-10-25
1
-0
/
+2
*
circuit: Remove the needlessly separated ReactorCore type.
Nick Mathewson
2020-10-23
1
-29
/
+16
*
Use an enum for the return value of StreamMap::terminate
Nick Mathewson
2020-10-22
2
-8
/
+25
*
Initial tests for tor_proto::circuit::streammap
Nick Mathewson
2020-10-22
1
-0
/
+51
*
Tests for tor_proto::circuit::halfstream
Nick Mathewson
2020-10-22
1
-1
/
+79
*
tor-proto: Add tests for circuit::sendme
Nick Mathewson
2020-10-22
1
-4
/
+134
*
Add tests for tor_proto::circuit::celltypes
Nick Mathewson
2020-10-21
1
-0
/
+43
*
Follow API convention about mutable getters.
Nick Mathewson
2020-10-21
1
-6
/
+6
*
Missing file and docs
Nick Mathewson
2020-10-20
1
-0
/
+29
*
Add some helpful logs in circuit code.
Nick Mathewson
2020-10-20
1
-0
/
+29
*
Mark must-resolve XXXX issues with "XXXXM3".
Nick Mathewson
2020-10-18
3
-12
/
+12
*
tor-proto: Add a ClientCircChanMsg type.
Nick Mathewson
2020-10-15
2
-11
/
+33
*
tor-proto: Add a "CreateResponse" type.
Nick Mathewson
2020-10-15
1
-0
/
+37
*
Fix a couple of clippy warnings
Nick Mathewson
2020-10-15
1
-1
/
+1
*
Use weak references from circuit reactor to circimpl.
Nick Mathewson
2020-10-14
1
-14
/
+29
*
Revise DropMark defense to use a better type and match Tor's behavior.
Nick Mathewson
2020-10-13
4
-12
/
+96
*
Document all private members in tor-proto
Nick Mathewson
2020-10-13
3
-1
/
+27
*
Improve handling of circuit closure or failure on reactor shutdown.
Nick Mathewson
2020-10-13
1
-0
/
+19
*
Another tweak to handling closing streams
Nick Mathewson
2020-10-13
3
-14
/
+40
*
Try giving distinct handling to streams where END has been sent
Nick Mathewson
2020-10-12
3
-42
/
+95
*
Tweak terminate hand handle_close() functions.
Nick Mathewson
2020-10-11
2
-13
/
+20
*
Rename StreamMap::Closing to EndReceived
Nick Mathewson
2020-10-11
1
-4
/
+4
[next]