summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
* Implement a higher-level API for the ntor v3 handshakeeta2022-07-082-0/+116
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
* Bump crate and dependency versions.Nick Mathewson2022-06-241-6/+6
* 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-224-7/+22
* 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
* Add "full" and "experimental" features to arti-client and below.Nick Mathewson2022-06-101-1/+2
* tor-bytes: read_nested_*: Take a closureIan Jackson2022-06-101-15/+11
* tor-cell: udp: Remove manual length calculationsIan Jackson2022-06-092-23/+11
* 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
|/
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-071-1/+2
|\
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* | udp: New AddressPort used in cellsDavid Goulet2022-06-072-42/+71
* | udp: Allow empty hostname and no nul byteIan Jackson2022-06-073-34/+70
* | cell: Don't use NUL terminated string in CONNECT_UDPDavid Goulet2022-06-073-43/+41
* | cell: Move UDP to its own module and feature gate itDavid Goulet2022-06-076-314/+61
* | cell: Implement DATAGRAM cell from prop339David Goulet2022-06-072-4/+67
* | cell: Implement CONNECTED_UDP cell from prop339David Goulet2022-06-072-5/+112
* | cell: Implement CONNECT_UDP cell from prop339David Goulet2022-06-075-4/+622
* | 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
|/
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-10/+9
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-2/+2
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-2/+2
* Bump versions of trivially-changed crates.Nick Mathewson2022-05-271-1/+1
* clippy: Use write! rather than push_str, formatIan Jackson2022-05-111-2/+3
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-8/+8
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-252-2/+0
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-10/+10
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-7/+7
* tor-proto: add a backend to detect reported clock skew.Nick Mathewson2022-03-231-2/+14
* Merge branch 'educe-traits' into 'main'Ian Jackson2022-03-043-12/+11
|\
| * Move skip_fmt into tor-basic-utilsIan Jackson2022-03-042-1/+3
| * Replace manual Default impl with educe in tor-cellIan Jackson2022-03-021-6/+4
| * Replace manual Debug impl with educe in tor-cellIan Jackson2022-03-022-7/+6
* | Replace manual Default impl with std derive in tor-cellIan Jackson2022-03-021-6/+1
|/
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-7/+7
* | Give specific error kinds to different END reasonsNick Mathewson2022-02-231-0/+21
|/
* Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-201-1/+0
* Merge branch 'clippy-followup' into 'main'Nick Mathewson2022-02-171-3/+3
|\