summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
* Bump version of tor-basic-utilsIan Jackson2025-08-051-2/+2
* Version bumps for 1.4.6Ian Jackson2025-08-051-11/+11
* Merge branch 'prop360-combined' into 'main'Nick Mathewson2025-07-105-9/+177
|\
| * Suggestions from @gabi-250 on prop360 implementation.Nick Mathewson2025-07-101-2/+2
| * netdoc, hsservice: Respect maximum descriptor sizesNick Mathewson2025-07-101-2/+17
| * netdoc: Add note about prop360Nick Mathewson2025-07-101-0/+6
| * netdoc: Tread a few more kinds of errors as suspicious.Nick Mathewson2025-07-101-1/+6
| * hs*: Define some HsDesc errors as _suspicious_.Nick Mathewson2025-07-101-0/+22
| * netdoc: disallow extraneous space within final signature itemNick Mathewson2025-07-103-1/+51
| * netdoc: Fix Item::end_pos() behavior, and add tests.Nick Mathewson2025-07-101-6/+30
| * Add test to enforce parser behavior wrt start-of-line space.Nick Mathewson2025-07-101-0/+46
* | Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
|/
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-13/+13
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-netdoc: Upgrade to phf 1.12.1.Gabriela Moldovan2025-07-071-1/+1
* tor-netdoc: Removed dependency on `once_cell`hashcatHitman2025-06-1410-41/+41
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-13/+13
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-1/+4
* hs: Prevent a client from using a `MiddleOnly` relay for onion servicesNeel Chauhan2025-05-201-4/+0
* Resolve clippy warnings from 1.83Nick Mathewson2025-05-134-10/+6
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-13/+13
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* Merge branch 'proto_enforce' into 'main'Nick Mathewson2025-04-224-26/+233
|\
| * netdoc: Require serde feature from tor-protover.Nick Mathewson2025-04-161-1/+1
| * netdoc: improve documentation for check_protocolsNick Mathewson2025-04-161-1/+7
| * protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+2
| * Fix a pair of documentation links.Nick Mathewson2025-04-161-2/+2
| * Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+2
| * Implement PartialEq for ProtoStatuses unconditionally.Nick Mathewson2025-04-161-4/+2
| * protover,netdoc: Implement serde for Protocols etc.Nick Mathewson2025-04-162-3/+37
| * netdoc: Put all ProtoStatuses into a single Arc<>d objectNick Mathewson2025-04-162-19/+55
| * netdoc: functionality for detecting missing subprotos.Nick Mathewson2025-04-161-2/+91
| * New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+41
* | tor-netdoc: Joined OnceLock import with other std::sync importshashcatHitman2025-04-171-2/+1
* | tor-netdoc: Replace OnceCell with OnceLockhashcatHitman2025-04-171-3/+3
|/
* tor-netdoc: use more idiomatic rustSteven Engler2025-04-031-2/+1
* tor-netdoc: fix `clippy::len_zero`Steven Engler2025-04-031-1/+1
* Remove semver.md files post-release.Gabriela Moldovan2025-04-011-1/+0
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-13/+13
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-184-9/+9
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-2/+2
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Always use full path to rand::thread_rng().Nick Mathewson2025-03-181-2/+1
* Merge branch 'interface-abstraction-of-the-daleks' into 'main'Nick Mathewson2025-03-181-1/+0
|\
| * Wrap ed25519-dalek types.Nick Mathewson2025-03-181-1/+0
* | netdoc: Reject BOMs and NULs.Nick Mathewson2025-03-173-2/+56
* | netdoc: Make some parsing init functions fallible.Nick Mathewson2025-03-1710-38/+41
|/
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1