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-cell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump all the unstable tor- and arti- crates to 0.32.0.
Gabriela Moldovan
2025-07-07
1
-11
/
+11
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-07-07
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
Upgrade to derive-deftly 1.1.0.
Gabriela Moldovan
2025-07-07
1
-1
/
+1
*
tor-cell: fix incorrect XON/XOFF cell command integers
Steven Engler
2025-06-23
1
-5
/
+5
*
tor-cell: add `Xon`/`Xoff` cells
Steven Engler
2025-06-09
3
-1
/
+185
*
tor-cell: add experimental `flowctl-cc` feature
Steven Engler
2025-06-09
1
-0
/
+3
*
release: Delete semver.md files after release.
Alexander Hansen Færøy
2025-06-05
1
-5
/
+0
*
release: Bump all tor-/arti- crates to 0.31.0.
Alexander Hansen Færøy
2025-06-05
1
-11
/
+11
*
Sort dependencies to make cargo sort happy.
Alexander Hansen Færøy
2025-06-04
1
-1
/
+2
*
Fix various missing incorrect feature entries as prep for release.
Alexander Hansen Færøy
2025-06-03
1
-1
/
+1
*
arti, cell, dirclient: Use expect instead of unwrap.
Nick Mathewson
2025-05-29
1
-2
/
+3
*
cell: fix warning from nightly about unused function.
Nick Mathewson
2025-05-29
1
-0
/
+1
*
Add methods for getting proof-of-work extension from intro request.
Wesley Aptekar-Cassels
2025-05-27
2
-1
/
+10
*
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
1
-1
/
+1
*
cell: Teach extlist definition macro to make conditional extensions
Nick Mathewson
2025-05-07
2
-1
/
+7
*
cell: Implement SubprotocolRequest extension from prop346.
Nick Mathewson
2025-05-07
2
-1
/
+139
*
cell: Unify HS-ntor and ntor-v3 extensions.
Nick Mathewson
2025-05-07
6
-32
/
+22
*
cell,proto: Split request/response extensions into seprate types
Nick Mathewson
2025-05-07
2
-21
/
+45
*
cell: Use ExtList to implement CircRequestExt.
Nick Mathewson
2025-05-07
2
-105
/
+100
*
Rename NtorV3Extension to CircRequestExt
Nick Mathewson
2025-05-07
2
-19
/
+21
*
cell: Make decl_extension_group macro more self-contained.
Nick Mathewson
2025-05-07
4
-14
/
+21
*
cell: Clarify documentation in extlist.rs.
Nick Mathewson
2025-05-07
1
-11
/
+10
*
cell: move ExtList module out of hs module.
Nick Mathewson
2025-05-07
6
-7
/
+6
*
proto, cell: Remove RelayCellFormatTrait.
Nick Mathewson
2025-05-06
2
-51
/
+1
*
proto: Use SendmeTag in place of CircTag
Nick Mathewson
2025-05-06
2
-4
/
+4
*
tor-cell: define a new SendmeTag type
Nick Mathewson
2025-05-06
1
-9
/
+149
*
release: Bump all unstable tor/arti crates to 0.30.0
Wesley Aptekar-Cassels
2025-05-01
2
-14
/
+10
*
tor-cell: optimize slice indexing
Steven Engler
2025-04-30
1
-2
/
+2
*
tor-cell: rename `STREAM_ID_OFFSET` to `STREAM_ID_OFFSET_V0`
Steven Engler
2025-04-30
1
-3
/
+3
*
tor-cell: add some testing for `UnparsedRelayMsg`
Steven Engler
2025-04-30
1
-4
/
+27
*
tor-cell: add `UnparsedRelayMsg::data_len`
Steven Engler
2025-04-30
1
-1
/
+21
*
Update rand requirement to 0.9.1
Nick Mathewson
2025-04-29
1
-1
/
+1
*
Run cargo update.
Wesley Aptekar-Cassels
2025-04-29
1
-1
/
+1
*
cell: simpler (?) approach to StreamIdReq
Nick Mathewson
2025-04-16
1
-22
/
+43
*
cell: simpler approach to assert-checking offsets
Nick Mathewson
2025-04-16
2
-11
/
+13
*
cell, proto: Use correct Data sizes for v1 relay cells
Nick Mathewson
2025-04-16
4
-8
/
+32
*
cell: Remove the deprecated Data::split_from().
Nick Mathewson
2025-04-16
2
-14
/
+1
*
cell: Implement parsing and encoding for V1 relay cells
Nick Mathewson
2025-04-16
3
-21
/
+221
*
cell: Add a debugging-only method to simplify debug_asserts.
Nick Mathewson
2025-04-16
2
-12
/
+12
*
cell: Refine StreamIdReq for V1 relay cells, with minimal changes
Nick Mathewson
2025-04-16
1
-8
/
+14
*
cell: Create an unimplemented RelayCellFormat::V1
Nick Mathewson
2025-04-16
1
-10
/
+30
*
Add a RelayCellFormat argument to encode().
Nick Mathewson
2025-04-16
3
-8
/
+15
*
Note some places where we need updates for #1944.
Nick Mathewson
2025-04-16
3
-0
/
+24
*
tor-cell: Make conflux::V1Nonce opaque, add constructor.
Gabriela Moldovan
2025-04-08
1
-7
/
+30
*
tor-cell: Copy ConfluxSwitch::seqno in getter.
Gabriela Moldovan
2025-04-08
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.29.0.
Gabriela Moldovan
2025-03-31
1
-10
/
+10
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-5
/
+1
*
Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
Merge branch 'interface-abstraction-of-the-daleks' into 'main'
Nick Mathewson
2025-03-18
1
-1
/
+0
|
\
[next]