summaryrefslogtreecommitdiff
path: root/crates/tor-hsrproxy/src
Commit message (Expand)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* added Unix Socket supportpryty262026-07-012-28/+79
* proto: Add crate-level exports for two extra stream types (fmt)Gabriela Moldovan2026-06-171-1/+2
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-092-0/+2
* tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`Steven Engler2026-06-081-1/+6
* tor-hsrproxy: migrate to derive_deftly(TorConfig)Nick Mathewson2026-02-171-28/+7
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-062-2/+2
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-2/+1
* Replace copy_interactive with futures-copy.Nick Mathewson2025-10-301-72/+25
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-072-4/+4
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* metrics: Discuss schema stability (currently, "no")Ian Jackson2025-04-081-0/+3
* tor-hsrproxy: config: make ProxyActionDiscriminants privateIan Jackson2025-04-081-0/+1
* metrics: tor-hsrproxy: Use a bespoke type for counter outcomesIan Jackson2025-04-081-5/+19
* tor-hsrproxy: Add allow(unused) if features not all enabledIan Jackson2025-04-081-0/+3
* tor-hsrproxy: Export a connection count metric (fmt)Ian Jackson2025-04-081-1/+3
* tor-hsrproxy: Export a connection count metricIan Jackson2025-04-082-1/+45
* tor-hsrproxy: Move cloning into spawnIan Jackson2025-04-081-12/+12
* Fix AF_UNIX terminology in docs, comments, and error messagesIan Jackson2025-03-241-1/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Apply import alphabetisation churnIan Jackson2024-04-031-1/+1
* Switch to derive-deftlyIan Jackson2024-04-031-4/+4
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* hsproxy: Improve error messages.Nick Mathewson2024-02-081-22/+34
* hsrproxy: Temporarily remove ability to config unix addressesNick Mathewson2024-01-162-10/+24
* hsrproxy: downgrade remaining TODO HSS comments.Nick Mathewson2024-01-091-2/+2
* Add NOTEs about similar code for address types.Nick Mathewson2023-12-121-0/+4
* hsproxy: warn on some dubious configurationsNick Mathewson2023-12-121-8/+42
* Merge branch 'todo_hsrproxy' into 'main'Nick Mathewson2023-12-112-33/+50
|\
| * Apply 1 suggestion(s) to 1 file(s)Ian Jackson2023-12-111-0/+2
| * hsrproxy: replace "TODO HSS" instances with references to #1154Nick Mathewson2023-12-071-3/+8
| * hsproxy: Downgrade a TODO.Nick Mathewson2023-12-071-1/+1
| * hsrproxy: Log rate-limited failures of other types as wellNick Mathewson2023-12-071-22/+18
| * hsproxy: remove TODO about retroactive limitsNick Mathewson2023-12-071-1/+1
| * hsrproxy: Remove TODO about empty Connected messagesNick Mathewson2023-12-071-1/+0
| * hsproxy: Add a rate-limited log for forwarding errors.Nick Mathewson2023-12-071-5/+9
| * hsrproxy: Take nickname as an argument and pass it to forwarding functionNick Mathewson2023-12-071-4/+15
* | hsrproxy: Add a test for the contents of a parsed configuration.Nick Mathewson2023-12-111-1/+34
|/
* hsrproxy: Allow ports to be specified as integersNick Mathewson2023-11-291-5/+23
* Revert "hsrproxy: Temporarily change the format of ProxyRule."Nick Mathewson2023-11-291-76/+6
* hsrproxy: Document what we check about begin messagesNick Mathewson2023-10-231-1/+2