summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cell-introduce2' into 'main'Ian Jackson2022-09-262-15/+64
|\
| * Implement Introduce2 tor cellYuan Lyu2022-09-212-15/+64
* | Intoduce1: Use a constant-time check for all-zero RsaIdentityNick Mathewson2022-09-201-2/+3
|/
* Implement onion service Introduce1Yuan Lyu2022-09-082-1/+74
* Clean up EstablishIntro cellYuan Lyu2022-08-251-12/+162
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-cell: PaddingNegotiate::start: take IntegerMillisecondsIan Jackson2022-08-171-3/+4
* tor-cell: PaddingNegotiate: give better spec xrefsIan Jackson2022-08-171-0/+6
* channel padding: Rename low_ms and high_msIan Jackson2022-08-171-1/+5
* tor-cell, testing: Provide PaddingNegotiate::from_rawIan Jackson2022-08-161-0/+8
* chancell: PaddingNegotiate: Provide start_default and a Default implIan Jackson2022-08-161-0/+20
* chancell: Introduce PaddingNegotiateCmdIan Jackson2022-08-161-5/+17
* chancell: PaddingNegotiate: Provide two constructors, not oneIan Jackson2022-08-161-7/+14
* chancell: PaddingNegotiate: Make EqIan Jackson2022-08-161-2/+2
* Clarify `REASON_DONE`Emptycup2022-08-161-1/+1
* Implement establish rendezvous cellYuan Lyu2022-08-052-1/+42
* Several typo fixes from `typos`.Nick Mathewson2022-07-271-1/+1
* Fix compilation of EstablishInto encoding.Nick Mathewson2022-07-221-2/+3
* Merge branch 'hs-cells' into 'main'eta2022-07-223-1/+88
|\
| * Implement ESTABLISH_INTRO relay cellYuan Lyu2022-07-183-1/+88
* | Merge branch 'fallible_writers_v2' into 'main'Nick Mathewson2022-07-197-95/+172
|\ \
| * | tor-cell: Stop using write_infallibleNick Mathewson2022-07-113-37/+69
| * | tor-cell: Make encoding method signatures fallible.Nick Mathewson2022-07-116-50/+89
| * | Convert each write_onto_infallible implementation into write_onto.Nick Mathewson2022-07-113-10/+16
| * | Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-113-21/+21
| |/
* / tor-cell: Derive Eq for NtorV3ExtensionIan Jackson2022-07-181-1/+1
|/
* Implement a higher-level API for the ntor v3 handshakeeta2022-07-082-0/+116
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-241-0/+3
|\
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* | Fix a couple of typos in rustdoc comments.Nick Mathewson2022-06-241-1/+1
|/
* tor-cell: convert BytesErr to a struct variantNick Mathewson2022-06-223-7/+21
* tor-cell: error usefulness and style fixesNick Mathewson2022-06-225-17/+25
* Do not include error source() in display() format.Nick Mathewson2022-06-211-3/+3
* tor-bytes: read_nested_*: Take a closureIan Jackson2022-06-101-15/+11
* tor-cell: udp: Remove manual length calculationsIan Jackson2022-06-091-20/+8
* Merge branch 'less-servfail' into 'main'Ian Jackson2022-06-091-1/+2
|\
| * try to differentiate transient from nontransient errortrinity-1686a2022-06-081-1/+2
* | Fix a second docs linkIan Jackson2022-06-081-1/+1
* | Fix a doc linkIan Jackson2022-06-081-1/+1
|/
* udp: New AddressPort used in cellsDavid Goulet2022-06-071-28/+59
* udp: Allow empty hostname and no nul byteIan Jackson2022-06-071-11/+9
* cell: Don't use NUL terminated string in CONNECT_UDPDavid Goulet2022-06-071-16/+16
* cell: Move UDP to its own module and feature gate itDavid Goulet2022-06-073-304/+34
* cell: Implement DATAGRAM cell from prop339David Goulet2022-06-072-4/+67
* cell: Implement CONNECTED_UDP cell from prop339David Goulet2022-06-071-5/+61
* cell: Implement CONNECT_UDP cell from prop339David Goulet2022-06-073-3/+503
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* clippy: Use write! rather than push_str, formatIan Jackson2022-05-111-2/+3
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-252-2/+0