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
*
Patchlevel bumps to crates whose dependencies just changed.
Nick Mathewson
2023-10-02
1
-2
/
+2
*
Minor-version bumps, for crates with breaking changes.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-8
/
+8
*
Merge branch 'misc-upgrades' into 'main'
Nick Mathewson
2023-09-28
4
-7
/
+4
|
\
|
*
Remove direct dependency on generic-array
Nick Mathewson
2023-09-28
4
-7
/
+4
*
|
tor-proto: Replace repeating pattern with fill
Emil Engler
2023-09-28
1
-6
/
+2
|
/
*
tor-proto: Make allow_stream_requests() not return a Result
Nick Mathewson
2023-09-27
1
-4
/
+4
*
Merge branch 'pad_intro2' into 'main'
Nick Mathewson
2023-09-25
1
-7
/
+41
|
\
|
*
Generate padding in Introduce1 messages.
Nick Mathewson
2023-09-18
1
-7
/
+41
*
|
hs_ntor: replace "32" with a const.
Nick Mathewson
2023-09-21
1
-1
/
+1
*
|
hs_ntor: rename get_{introduce,rendezvous}1_key_material.
Nick Mathewson
2023-09-21
1
-6
/
+6
*
|
hs_ntor: improve several comments.
Nick Mathewson
2023-09-21
1
-3
/
+10
*
|
hs_ntor: rename enc_key to dec_key in service code.
Nick Mathewson
2023-09-21
1
-5
/
+5
*
|
hs_ntor: allow attempting handshake with a set of subcredentials.
Nick Mathewson
2023-09-20
1
-27
/
+45
*
|
hs_ntor: Take our k_hss_ntor keypair explicitly.
Nick Mathewson
2023-09-20
1
-18
/
+18
|
/
*
tor-proto: Add a missing cfg
Ian Jackson
2023-09-13
1
-0
/
+1
*
Remove semver.md now that 1.1.8 is out.
Nick Mathewson
2023-09-05
1
-20
/
+0
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-11
/
+11
*
Merge branch 'upgrades' into 'main'
Nick Mathewson
2023-09-05
1
-1
/
+1
|
\
|
*
Upgrade to visibility 0.1.0
Nick Mathewson
2023-09-05
1
-1
/
+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
3
-5
/
+41
*
|
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
3
-1
/
+50
|
\
|
*
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
3
-1
/
+44
*
|
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
3
-7
/
+34
*
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
4
-5
/
+40
*
|
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
2
-6
/
+6
*
tor-proto: Implement IncomingStream::discard().
Gabriela Moldovan
2023-08-08
2
-2
/
+4
*
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
|
\
[next]