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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Several typo fixes from `typos`.
Nick Mathewson
2022-07-27
1
-1
/
+1
*
Fix compilation of EstablishInto encoding.
Nick Mathewson
2022-07-22
1
-2
/
+3
*
Merge branch 'hs-cells' into 'main'
eta
2022-07-22
3
-1
/
+88
|
\
|
*
Implement ESTABLISH_INTRO relay cell
Yuan Lyu
2022-07-18
3
-1
/
+88
*
|
Merge branch 'fallible_writers_v2' into 'main'
Nick Mathewson
2022-07-19
7
-95
/
+172
|
\
\
|
*
|
tor-cell: Stop using write_infallible
Nick Mathewson
2022-07-11
3
-37
/
+69
|
*
|
tor-cell: Make encoding method signatures fallible.
Nick Mathewson
2022-07-11
6
-50
/
+89
|
*
|
Convert each write_onto_infallible implementation into write_onto.
Nick Mathewson
2022-07-11
3
-10
/
+16
|
*
|
Rename "write" methods on tor-bytes to "write_infallible".
Nick Mathewson
2022-07-11
3
-21
/
+21
|
|
/
*
/
tor-cell: Derive Eq for NtorV3Extension
Ian Jackson
2022-07-18
1
-1
/
+1
|
/
*
Implement a higher-level API for the ntor v3 handshake
eta
2022-07-08
2
-0
/
+116
*
Merge branch 'clippy' into 'main'
Ian Jackson
2022-06-24
1
-0
/
+3
|
\
|
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
|
Fix a couple of typos in rustdoc comments.
Nick Mathewson
2022-06-24
1
-1
/
+1
|
/
*
tor-cell: convert BytesErr to a struct variant
Nick Mathewson
2022-06-22
3
-7
/
+21
*
tor-cell: error usefulness and style fixes
Nick Mathewson
2022-06-22
5
-17
/
+25
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-3
/
+3
*
tor-bytes: read_nested_*: Take a closure
Ian Jackson
2022-06-10
1
-15
/
+11
*
tor-cell: udp: Remove manual length calculations
Ian Jackson
2022-06-09
1
-20
/
+8
*
Merge branch 'less-servfail' into 'main'
Ian Jackson
2022-06-09
1
-1
/
+2
|
\
|
*
try to differentiate transient from nontransient error
trinity-1686a
2022-06-08
1
-1
/
+2
*
|
Fix a second docs link
Ian Jackson
2022-06-08
1
-1
/
+1
*
|
Fix a doc link
Ian Jackson
2022-06-08
1
-1
/
+1
|
/
*
udp: New AddressPort used in cells
David Goulet
2022-06-07
1
-28
/
+59
*
udp: Allow empty hostname and no nul byte
Ian Jackson
2022-06-07
1
-11
/
+9
*
cell: Don't use NUL terminated string in CONNECT_UDP
David Goulet
2022-06-07
1
-16
/
+16
*
cell: Move UDP to its own module and feature gate it
David Goulet
2022-06-07
3
-304
/
+34
*
cell: Implement DATAGRAM cell from prop339
David Goulet
2022-06-07
2
-4
/
+67
*
cell: Implement CONNECTED_UDP cell from prop339
David Goulet
2022-06-07
1
-5
/
+61
*
cell: Implement CONNECT_UDP cell from prop339
David Goulet
2022-06-07
3
-3
/
+503
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
clippy: Use write! rather than push_str, format
Ian Jackson
2022-05-11
1
-2
/
+3
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
2
-2
/
+0
*
tor-proto: add a backend to detect reported clock skew.
Nick Mathewson
2022-03-23
1
-2
/
+14
*
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
2
-12
/
+9
|
\
|
*
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-1
/
+2
|
*
Replace manual Default impl with educe in tor-cell
Ian Jackson
2022-03-02
1
-6
/
+4
|
*
Replace manual Debug impl with educe in tor-cell
Ian Jackson
2022-03-02
1
-7
/
+5
*
|
Replace manual Default impl with std derive in tor-cell
Ian Jackson
2022-03-02
1
-6
/
+1
|
/
*
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
|
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
Give specific error kinds to different END reasons
Nick Mathewson
2022-02-23
1
-0
/
+21
|
/
*
Remove clippy::needless_borrow exception in CI.
Nick Mathewson
2022-02-20
1
-1
/
+0
*
Merge branch 'clippy-followup' into 'main'
Nick Mathewson
2022-02-17
1
-3
/
+3
|
\
|
*
Remove some needless refs and slicing
Ian Jackson
2022-02-17
1
-3
/
+3
*
|
Merge branch 'ptr_arg_fix' into 'main'
Ian Jackson
2022-02-17
1
-1
/
+0
|
\
|
|
*
Re-enable clippy::ptr_arg where it had been disabled.
Nick Mathewson
2022-02-16
1
-1
/
+0
*
|
Update tor-cell errors to latest API
Nick Mathewson
2022-02-15
1
-4
/
+4
*
|
tor-cell: provide HasKind.
Nick Mathewson
2022-02-15
3
-13
/
+22
|
/
[next]