| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | tor-hsservice: Remove unused ReactorError type. | Gabriela Moldovan | 2023-12-13 | 1 | -84/+2 | |
| | * | | | | | | tor-hsservice: Replace ReactorError with FatalError (fmt). | Gabriela Moldovan | 2023-12-13 | 2 | -9/+6 | |
| | * | | | | | | tor-hsservice: Replace ReactorError with FatalError. | Gabriela Moldovan | 2023-12-13 | 2 | -30/+29 | |
| | * | | | | | | tor-hsservice: Add a NetdirProviderShutdown FatalError variant. | Gabriela Moldovan | 2023-12-13 | 1 | -1/+7 | |
| | * | | | | | | tor-hsservice: Add a FatalError::from_spawn. | Gabriela Moldovan | 2023-12-13 | 1 | -0/+12 | |
| | * | | | | | | tor-hsservice: Replace ReactorError::ShuttingDown with ShutdownStatus. | Gabriela Moldovan | 2023-12-13 | 1 | -13/+33 | |
| | * | | | | | | tor-hsservice: Make descriptor publisher wait for shutdown signal. | Gabriela Moldovan | 2023-12-13 | 3 | -3/+29 | |
| | * | | | | | | tor-hsservice: Move ShutdownStatus to svc. | Gabriela Moldovan | 2023-12-13 | 2 | -16/+18 | |
| | * | | | | | | tor-hsservice: Remove unused ReactorError variant. | Gabriela Moldovan | 2023-12-13 | 1 | -5/+0 | |
| | * | | | | | | tor-hsservice: Refactor upload_descriptor_with_retries to not return an error. | Gabriela Moldovan | 2023-12-13 | 1 | -67/+60 | |
| | * | | | | | | tor-hsservice: Abolish ReactorError::HsDescBuild. | Gabriela Moldovan | 2023-12-13 | 2 | -7/+3 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'todo-hscrypto' into 'main' | Alexander Færøy | 2023-12-13 | 1 | -4/+0 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | hscrypto: Remove a "TODO HSS" about a no-longer-unused type. | Nick Mathewson | 2023-12-12 | 1 | -4/+0 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge branch 'warn_on_dubious_hsproxy_config' into 'main' | Nick Mathewson | 2023-12-12 | 2 | -9/+52 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add NOTEs about similar code for address types. | Nick Mathewson | 2023-12-12 | 2 | -1/+10 | |
| | * | | | | | hsproxy: warn on some dubious configurations | Nick Mathewson | 2023-12-12 | 1 | -8/+42 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge branch 'hss-docs' into 'main' | Nick Mathewson | 2023-12-12 | 1 | -1/+68 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | doc/OnionService: strengthen the warnings | Ian Jackson | 2023-12-12 | 1 | -0/+13 | |
| | * | | | | | doc/OnionService: warn about persistent state | Ian Jackson | 2023-12-12 | 1 | -0/+20 | |
| | * | | | | | doc/OnionService: warn about future incompat | Ian Jackson | 2023-12-12 | 1 | -0/+12 | |
| | * | | | | | doc/OnionService: warn about stack backtraces | Ian Jackson | 2023-12-12 | 1 | -0/+1 | |
| | * | | | | | doc/OnionService: mention two security risks | Ian Jackson | 2023-12-12 | 1 | -1/+12 | |
| | * | | | | | doc/OnionService: mention Rust API instability | Ian Jackson | 2023-12-12 | 1 | -0/+10 | |
| * | | | | | | Merge branch 'warn_report_onion_proxy' into 'main' | Ian Jackson | 2023-12-12 | 1 | -4/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | arti: Use warn_report on anyhow::Error in onion_proxy | Nick Mathewson | 2023-12-12 | 1 | -4/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'onion-service-doc' into 'main' | Nick Mathewson | 2023-12-12 | 1 | -0/+139 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Tweaks from review | Nick Mathewson | 2023-12-12 | 1 | -0/+6 | |
| | * | | | | Initial onion service howto | Nick Mathewson | 2023-12-12 | 1 | -0/+133 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'tor_cell_todo' into 'main' | Ian Jackson | 2023-12-12 | 1 | -1/+0 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | tor-cell: Remove a now-unneeded allow(unused). | Nick Mathewson | 2023-12-12 | 1 | -1/+0 | |
| | |/ / | ||||||
| * | | | Merge branch 'llcrypto-always-traits' into 'main' | gabi-250 | 2023-12-12 | 1 | -1/+0 | |
| |\ \ \ | ||||||
| | * | | | llcrypto: make "traits" module present unconditionally. | Nick Mathewson | 2023-12-12 | 1 | -1/+0 | |
| | |/ / | ||||||
| * | | | Merge branch 'report-anyhow' into 'main' | Nick Mathewson | 2023-12-12 | 6 | -4/+66 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | tor-error: Correct docs for ErrorReport to reflect improved situation | Ian Jackson | 2023-12-12 | 1 | -2/+4 | |
| | * | | tor-error: tests: Demonstrate warn_report on bare error and anyhow | Ian Jackson | 2023-12-12 | 3 | -0/+40 | |
| | * | | tor-error: ErrorReport: impl for StdError + 'static | Ian Jackson | 2023-12-12 | 2 | -0/+8 | |
| | * | | tor-error: ErrorReport: remove Sized bound from trait | Ian Jackson | 2023-12-12 | 1 | -1/+1 | |
| | * | | tor-error: ErrorReport: move blanket impl code into impl | Ian Jackson | 2023-12-12 | 1 | -2/+4 | |
| | * | | tor-error: ErrorReport: seal | Ian Jackson | 2023-12-12 | 3 | -1/+11 | |
| * | | | Merge branch 'clippy' into 'main' | Nick Mathewson | 2023-12-12 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Fix a clippy lint | Ian Jackson | 2023-12-12 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | Merge branch 'remove-spec-todo' into 'main' | gabi-250 | 2023-12-12 | 1 | -2/+0 | |
| |\ \ \ | ||||||
| | * | | | hsclient: Remove comment about tearing down circuit. | Nick Mathewson | 2023-12-11 | 1 | -2/+0 | |
| |/ / / | ||||||
| * | | | Merge branch 'todo_hsrproxy' into 'main' | Nick Mathewson | 2023-12-11 | 6 | -35/+59 | |
| |\ \ \ | ||||||
| | * | | | Apply 1 suggestion(s) to 1 file(s) | Ian Jackson | 2023-12-11 | 1 | -0/+2 | |
| | * | | | hsrproxy: replace "TODO HSS" instances with references to #1154 | Nick Mathewson | 2023-12-07 | 1 | -3/+8 | |
| | * | | | hsproxy: Downgrade a TODO. | Nick Mathewson | 2023-12-07 | 1 | -1/+1 | |
| | * | | | hsrproxy: Log rate-limited failures of other types as well | Nick Mathewson | 2023-12-07 | 1 | -22/+18 | |
| | * | | | hsproxy: remove TODO about retroactive limits | Nick Mathewson | 2023-12-07 | 1 | -1/+1 | |
| | * | | | hsrproxy: Remove TODO about empty Connected messages | Nick Mathewson | 2023-12-07 | 1 | -1/+0 | |
