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 crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-5
/
+5
*
Clean up EstablishIntro cell
Yuan Lyu
2022-08-25
2
-12
/
+230
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
2
-0
/
+4
*
Add semver notes
Ian Jackson
2022-08-17
1
-0
/
+2
*
tor-cell: PaddingNegotiate::start: take IntegerMilliseconds
Ian Jackson
2022-08-17
3
-4
/
+8
*
tor-cell: PaddingNegotiate: give better spec xrefs
Ian Jackson
2022-08-17
1
-0
/
+6
*
channel padding: Rename low_ms and high_ms
Ian Jackson
2022-08-17
1
-1
/
+5
*
tor-cell, testing: Provide PaddingNegotiate::from_raw
Ian Jackson
2022-08-16
1
-0
/
+8
*
chancell: PaddingNegotiate: Provide start_default and a Default impl
Ian Jackson
2022-08-16
1
-0
/
+20
*
chancell: Introduce PaddingNegotiateCmd
Ian Jackson
2022-08-16
1
-5
/
+17
*
chancell: PaddingNegotiate: Provide two constructors, not one
Ian Jackson
2022-08-16
2
-8
/
+21
*
chancell: PaddingNegotiate: Make Eq
Ian Jackson
2022-08-16
1
-2
/
+2
*
Clarify `REASON_DONE`
Emptycup
2022-08-16
1
-1
/
+1
*
Implement establish rendezvous cell
Yuan Lyu
2022-08-05
3
-1
/
+80
*
Now that versions have bumped, remove semver.md files.
Nick Mathewson
2022-08-01
1
-1
/
+0
*
Bump patch versions on crates that have new APIs.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-4
/
+4
*
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
4
-1
/
+89
|
\
|
*
Implement ESTABLISH_INTRO relay cell
Yuan Lyu
2022-07-18
4
-1
/
+89
*
|
Merge branch 'fallible_writers_v2' into 'main'
Nick Mathewson
2022-07-19
11
-100
/
+184
|
\
\
|
*
|
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
10
-55
/
+101
|
*
|
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
*
Remove semver.md files now that 0.5.0 is out
Nick Mathewson
2022-06-24
1
-1
/
+0
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-6
/
+6
*
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
4
-7
/
+22
*
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
*
Add "full" and "experimental" features to arti-client and below.
Nick Mathewson
2022-06-10
1
-1
/
+2
*
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
2
-23
/
+11
*
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
|
/
*
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
1
-1
/
+2
|
\
|
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-1
/
+2
*
|
udp: New AddressPort used in cells
David Goulet
2022-06-07
2
-42
/
+71
*
|
udp: Allow empty hostname and no nul byte
Ian Jackson
2022-06-07
3
-34
/
+70
*
|
cell: Don't use NUL terminated string in CONNECT_UDP
David Goulet
2022-06-07
3
-43
/
+41
*
|
cell: Move UDP to its own module and feature gate it
David Goulet
2022-06-07
6
-314
/
+61
*
|
cell: Implement DATAGRAM cell from prop339
David Goulet
2022-06-07
2
-4
/
+67
[next]