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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: Add a missing cfg
Ian Jackson
2023-09-13
1
-0
/
+1
*
tor-proto: Use HopNum::display() instead of Debug representation.
Gabriela Moldovan
2023-08-25
1
-3
/
+3
*
tor-proto: Remove the Display impl of HopNum (fmt).
Gabriela Moldovan
2023-08-25
1
-6
/
+6
*
tor-proto: Remove the Display impl of HopNum.
Gabriela Moldovan
2023-08-25
2
-15
/
+9
*
tor-proto: Add a HopNum::display function.
Gabriela Moldovan
2023-08-25
2
-4
/
+40
*
tor-proto: Make HopNum indices appear 1-based in the Display impl.
Gabriela Moldovan
2023-08-25
1
-1
/
+4
*
tor-proto: Make some imports more precise
Ian Jackson
2023-08-23
1
-1
/
+3
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
16
-0
/
+16
*
Use "typos-cli" to fix a bunch of typos.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
proto: fix a comment to refer to circuits, not channels.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
Merge branch 'send_raw_msg' into 'main'
Nick Mathewson
2023-08-22
2
-0
/
+49
|
\
|
*
proto: Add crossrefs between start_conversation and send_raw_msg
Nick Mathewson
2023-08-22
1
-0
/
+6
|
*
proto: new ClientCirc::send_raw_msg function.
Nick Mathewson
2023-08-21
2
-0
/
+43
*
|
Resolve warnings about ambiguous/redundant doc links
Nick Mathewson
2023-08-22
1
-1
/
+1
|
/
*
tor-proto: Add test where an incoming stream comes from an unexpect hop.
Gabriela Moldovan
2023-08-18
1
-0
/
+44
*
tor-proto: Make ClientCirc::allow_stream_requests take a HopNum.
Gabriela Moldovan
2023-08-18
2
-7
/
+33
*
Merge branch 'handshake-tests' into 'main'
gabi-250
2023-08-17
1
-0
/
+15
|
\
|
*
test: add a test for missing NETINFO cells
Emil Engler
2023-08-12
1
-0
/
+15
*
|
Merge branch 'all_crates_warnings' into 'main'
Nick Mathewson
2023-08-16
2
-0
/
+2
|
\
\
|
*
|
tor-proto: Fix dead_code when building without experimental-api
Nick Mathewson
2023-08-16
2
-0
/
+2
*
|
|
Apply some churn from rustfmt (beta)
Ian Jackson
2023-08-16
1
-1
/
+1
|
/
/
*
|
Merge branch 'remove-unused-import' into 'main'
Ian Jackson
2023-08-16
1
-1
/
+3
|
\
\
|
*
|
tor-proto: remove unused import
Emil Engler
2023-08-10
1
-1
/
+3
|
|
/
*
|
proto: Fix a type-complexity warning.
Nick Mathewson
2023-08-14
2
-9
/
+21
*
|
proto: API to expose the `CircuitBinding` type.
Nick Mathewson
2023-08-14
3
-5
/
+37
*
|
proto: Take CircuitBinding one step forward into Reactor::add_hop.
Nick Mathewson
2023-08-14
4
-10
/
+26
*
|
proto: Add (not-yet-exposed) code to remember and use KH values
Nick Mathewson
2023-08-14
5
-16
/
+82
|
/
*
tor-proto: Make update_state() and discard() return Result<(), Bug>.
Gabriela Moldovan
2023-08-09
1
-5
/
+5
*
tor-proto: Implement IncomingStream::discard().
Gabriela Moldovan
2023-08-08
1
-2
/
+2
*
tor-proto: Replace boolean flags with an IncomingStreamState enum.
Gabriela Moldovan
2023-08-08
1
-18
/
+56
*
Merge branch 'tor-proto-incoming-todo' into 'main'
gabi-250
2023-08-08
1
-18
/
+15
|
\
|
*
tor-proto: Replace IncomingStreamMsg with IncomingStreamRequest.
Gabriela Moldovan
2023-08-07
1
-18
/
+15
*
|
tor-proto: Fix broken docs.
Gabriela Moldovan
2023-08-08
1
-1
/
+1
*
|
tor-proto: Make it obvious that we're discarding a Result.
Gabriela Moldovan
2023-08-08
1
-1
/
+1
*
|
tor-proto: Make StreamTarget::close return the oneshot::Receiver instead of b...
Gabriela Moldovan
2023-08-08
2
-33
/
+15
*
|
tor-proto: Make take_inner() use mut_inner() to check the inner value.
Gabriela Moldovan
2023-08-08
1
-3
/
+6
|
/
*
tor-proto: Implement `Drop` for `IncomingStream`.
Gabriela Moldovan
2023-08-07
1
-11
/
+64
*
tor-proto: Keep track of whether the `IncomingStream` was accepted.
Gabriela Moldovan
2023-08-07
1
-0
/
+5
*
tor-proto: Add a function for closing a stream without waiting for the reacto...
Gabriela Moldovan
2023-08-07
1
-0
/
+19
*
tor-proto: Rename misleading field in `DataCmdChecker`.
Gabriela Moldovan
2023-08-07
1
-13
/
+16
*
Merge branch 'proto-flaky-test' into 'main'
gabi-250
2023-08-04
2
-14
/
+28
|
\
|
*
tor-proto: Shut down the reactor if an error occurs in incoming stream init/c...
Gabriela Moldovan
2023-08-04
1
-4
/
+4
|
*
tor-proto: reject() now waits until the control message is received.
Gabriela Moldovan
2023-08-04
2
-1
/
+11
|
*
tor-proto: allow_stream_requests now waits until the control message is recei...
Gabriela Moldovan
2023-08-04
2
-13
/
+17
*
|
proto: methods to wait until a channel/circuit is shut down.
Nick Mathewson
2023-08-04
4
-4
/
+58
|
/
*
Merge branch 'future_proof_lints' into 'main'
gabi-250
2023-08-04
1
-2
/
+2
|
\
|
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
|
tor-proto: Add ClientCirc::start_conversation().
Gabriela Moldovan
2023-08-04
3
-18
/
+29
*
|
tor-proto: Add method for getting the HopNum of the last hop.
Gabriela Moldovan
2023-08-04
1
-0
/
+14
*
|
tor-proto: Make HopNum public.
Gabriela Moldovan
2023-08-04
2
-1
/
+2
|
/
[next]