summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-hscrypto: Use collect_tuple to avoid unnecessary Vec allocation.Gabriela Moldovan2024-07-081-6/+3
| * | | tor-hscrypto: Remove HsClientDescKeyParseError's HasKind impl.Gabriela Moldovan2024-07-081-12/+0
| * | | tor-hscrypto: Implement FromStr for HsClientDescEncKey.Gabriela Moldovan2024-07-081-3/+149
| * | | tor-hscrypto: Remove unnecessary Display wrapper.Gabriela Moldovan2024-07-082-18/+6
* | | | Fix a footnote reference that Nightly complains aboutIan Jackson2024-07-081-1/+1
|/ / /
* | | Merge branch 'deftly' into 'main'Ian Jackson2024-07-0813-14/+14
|\ \ \
| * | | Update to derive-deftly 0.14Ian Jackson2024-07-0813-14/+14
* | | | Merge branch 'warnings' into 'main'Ian Jackson2024-07-0811-26/+34
|\ \ \ \
| * | | | Work around clippy::doc_lazy_continuation false positivesIan Jackson2024-07-082-5/+5
| * | | | Fix clippy::doc_lazy_continuationIan Jackson2024-07-085-19/+20
| * | | | tor-dirmgr: Add some duplicate dead code allowsIan Jackson2024-07-082-2/+4
| * | | | Add allows for many dead code warnings in tor-protoIan Jackson2024-07-082-0/+5
| | |/ / | |/| |
* | | | Merge branch 'quote' into 'main'Nick Mathewson2024-07-081-1/+1
|\ \ \ \
| * | | | Fix markdown quoting.Ian Jackson2024-07-081-1/+1
| |/ / /
* / / / hashx: Abolish Shape::BUCKET_CAPACITYIan Jackson2024-07-081-7/+0
|/ / /
* | | Merge branch 'todo-number' into 'main'Alexander Færøy2024-07-072-2/+2
|\ \ \ | |/ / |/| |
| * | Fix two TODO ticket numbersIan Jackson2024-06-252-2/+2
* | | Merge branch 'tap-out-phase-1' into 'main'Nick Mathewson2024-06-274-27/+107
|\ \ \
| * | | Make TAP keys optional when parsing documents.Nick Mathewson2024-06-274-27/+107
* | | | arti: Rewrite the hsc prepare-service-discovery-key command (fmt).Gabriela Moldovan2024-06-271-11/+6
* | | | arti: Rewrite the hsc prepare-service-discovery-key command.Gabriela Moldovan2024-06-271-10/+30
* | | | arti: Add an arti hsc subcommand.Gabriela Moldovan2024-06-274-1/+169
* | | | arti-client: Add a function for generating client authorization keys.Gabriela Moldovan2024-06-273-1/+90
* | | | tor-hscrypto: Add helper for encoding client auth keys in C Tor format.Gabriela Moldovan2024-06-271-0/+23
* | | | tor-memquota: Fix cargo categoriesIan Jackson2024-06-271-1/+1
* | | | Update arti to 1.2.5Ian Jackson2024-06-273-3/+3
* | | | Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-2744-355/+355
* | | | tor-circmgr: Make client rendezvous circuits EXTENDED instead of SHORT.Gabriela Moldovan2024-06-251-3/+3
|/ / /
* | | Remove arti-hyperIan Jackson2024-06-254-535/+0
* | | Merge branch 'feat' into 'main'gabi-2502024-06-253-2/+3
|\ \ \
| * | | Fix formatting anomaly introduced by fixup-featuresIan Jackson2024-06-251-1/+2
| * | | Run maint/fixup-featuresIan Jackson2024-06-253-3/+3
* | | | Update to statrs 0.17Ian Jackson2024-06-251-1/+1
* | | | Update to itertools 0.13.0Ian Jackson2024-06-2519-23/+23
* | | | Require strum 0.26.3Ian Jackson2024-06-2510-10/+10
* | | | Update to derive-deftly 0.13.0Ian Jackson2024-06-2513-14/+14
|/ / /
* / / Rename OptTimestamp to AtomicOptTimestampNeel Chauhan2024-06-243-12/+12
|/ /
* | Merge branch 'doc-warning-20240624' into 'main'Nick Mathewson2024-06-241-2/+2
|\ \
| * | Resolve a rustdoc warning.Nick Mathewson2024-06-241-2/+2
* | | Merge branch 'rpc-docs-part1' into 'main'Nick Mathewson2024-06-241-0/+156
|\ \ \ | |/ / |/| |
| * | Write a README for tor-rpcbaseNick Mathewson2024-06-241-0/+156
| |/
* | Add a maximum to local_resource_timeout.Nick Mathewson2024-06-242-8/+33
* | local_resource_timeout: Change wait interval to 50 ms.Nick Mathewson2024-06-241-1/+1
* | Rename fslock_timeout to local_resource_timeoutNick Mathewson2024-06-241-11/+16
* | Clarify documentation about blocking.Nick Mathewson2024-06-241-2/+4
* | arti: wait a short while on startup if lockfiles are unavailable.Nick Mathewson2024-06-241-1/+1
* | TorClientBuilder: Wait for a little while if the lockfiles are held.Nick Mathewson2024-06-242-4/+110
* | TorClientBuilder: take self by reference when buildingNick Mathewson2024-06-242-4/+5
|/
* tor-circmgr: Clarify the update_last_hop_kind documentation.Gabriela Moldovan2024-06-201-2/+10
* tor-circmgr: Rename VanguardPath to PathBuilder.Gabriela Moldovan2024-06-202-13/+12