summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-26/+26
* tor-hsservice: Add OnionServiceBuilder, deprecate OnionService::new.Gabriela Moldovan2024-07-152-1/+36
* tor-hsservice: Abolish OnionServiceState (fmt).Gabriela Moldovan2024-07-151-24/+27
* tor-hsservice: Abolish OnionServiceState.Gabriela Moldovan2024-07-151-38/+21
* tor-hsservice: Remove unnecessary let-binding.Gabriela Moldovan2024-07-091-1/+2
* tor-hsservice: Specify the type when discarding value.Gabriela Moldovan2024-07-092-3/+3
* tor-hsservice: Resolve dead code warnings in publisher tests.Gabriela Moldovan2024-07-091-11/+7
* tor-hsservice: Ignore uninteresting netdir events in the publisher.Gabriela Moldovan2024-07-091-1/+12
* tor-hsservice: Resolve warning about unused response variable.Gabriela Moldovan2024-07-091-1/+1
* tor-hsservice: Resolve a handful of unused variable warnings.Gabriela Moldovan2024-07-092-4/+4
* tor-hsservice: Remove unused field from TimePeriodContext.Gabriela Moldovan2024-07-091-3/+0
* tor-hsservice: Remove unused variables.Gabriela Moldovan2024-07-092-14/+0
* tor-hsservice: Remove unnecessary locking.Gabriela Moldovan2024-07-091-2/+0
* tor-hsservice: Remove unused code (fmt).Gabriela Moldovan2024-07-091-1/+1
* tor-hsservice: Remove unused code.Gabriela Moldovan2024-07-094-188/+1
* tor-hsservice: Remove unused publisher functions.Gabriela Moldovan2024-07-092-13/+0
* tor-hsservice: Remove unnecessary allow.Gabriela Moldovan2024-07-091-1/+0
* Merge branch 'deftly' into 'main'Ian Jackson2024-07-081-1/+1
|\
| * Update to derive-deftly 0.14Ian Jackson2024-07-081-1/+1
* | Work around clippy::doc_lazy_continuation false positivesIan Jackson2024-07-081-4/+4
|/
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-26/+26
* Update to itertools 0.13.0Ian Jackson2024-06-251-1/+1
* Require strum 0.26.3Ian Jackson2024-06-251-1/+1
* Update to derive-deftly 0.13.0Ian Jackson2024-06-251-1/+1
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-173-6/+6
* Update to derive-deftly 0.12.1Ian Jackson2024-06-172-5/+5
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-26/+26
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-26/+26
* tor-hsservice: use shared status_tx to report OnionServiceStatus via RunningO...Richard Pospesel2024-04-131-6/+0
* Upgrade derive-deftly requirement to 0.10.3Nick Mathewson2024-04-111-1/+1
* Merge branch 'deftly' into 'main'Ian Jackson2024-04-037-72/+72
|\
| * derive-deftly: Change some docs referencesIan Jackson2024-04-033-4/+4
| * Apply import alphabetisation churnIan Jackson2024-04-031-1/+1
| * Switch to derive-deftlyIan Jackson2024-04-037-68/+68
* | Merge branch 'finish-backoff-refactor' into 'main'Nick Mathewson2024-04-022-31/+126
|\ \
| * | tor-hsservice: Move optional timeout to optionally_timeout().Gabriela Moldovan2024-04-021-7/+32
| * | tor-hsservice: s/timeout/overall_timeout for clarity.Gabriela Moldovan2024-04-021-2/+2
| * | tor-hsservice: Add a test for the backoff runner's single_attempt_timeout().Gabriela Moldovan2024-04-021-0/+51
| * | tor-hsservice: Use single_attempt_timeout in backoff Runner impl (fmt).Gabriela Moldovan2024-04-021-10/+10
| * | tor-hsservice: Use single_attempt_timeout in backoff Runner impl.Gabriela Moldovan2024-04-022-19/+38
* | | remove unused dependenciestrinity-1686a2024-04-021-6/+0
* | | Remove semver.md files from arti-1.2.1 releaseNick Mathewson2024-04-021-1/+0
| |/ |/|
* | Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-28/+28
* | Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-4/+4
|/
* Run "fixup-features" in preparation for next release.Nick Mathewson2024-03-281-1/+1
* hss: Make the limit for streams configurable.Nick Mathewson2024-03-264-13/+29
* Add an IncomingStreamRequestFilter to check early propertiesNick Mathewson2024-03-261-5/+31
* Refactor the logic for constructing crypt layers.Nick Mathewson2024-03-261-5/+0
* Propagate RelayCellFormat selection up to where format decisions will be madeJim Newsome2024-03-201-0/+5