summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-hsservice: Move onion_name() to OnionService.Gabriela Moldovan2024-01-181-0/+12
* | tor-hsservice: Create a separate RunningOnionService type.Gabriela Moldovan2024-01-185-32/+85
* | tor-hsservice: Rename stop() to pause().Gabriela Moldovan2024-01-181-1/+1
|/
* Merge branch 'is_ipt_failure' into 'main'Nick Mathewson2024-01-171-3/+39
|\
| * Add a note about torspec#249.Nick Mathewson2024-01-171-1/+4
| * Implement is_ipt_failure better.Nick Mathewson2024-01-171-2/+35
* | Merge branch 'enc_key_cert_signbit' into 'main'Nick Mathewson2024-01-172-6/+14
|\ \
| * | hsdesc: Document why enc_key_cert signbit is always zero.Nick Mathewson2024-01-162-6/+14
| |/
* | Merge branch 'send_incoming_request_failures' into 'main'gabi-2502024-01-173-30/+58
|\ \
| * | proto: Use log_ratelim to report problems delivering BEGIN messges.Nick Mathewson2024-01-172-3/+8
| * | Give an error on duplicate call to allow_stream_requests.Nick Mathewson2024-01-172-8/+2
| * | proto: Close circuit _intentionally_ when Request Sink is dropped.Nick Mathewson2024-01-172-8/+36
| * | proto: Send END when buffer of IncomingRequests is fullNick Mathewson2024-01-172-13/+14
* | | Merge branch 'close_1224' into 'main'gabi-2502024-01-172-5/+9
|\ \ \
| * | | hsservice: Document circ lifetime in OpenSession.Nick Mathewson2024-01-172-5/+9
| |/ /
* / / Remove TODO for #1191Nick Mathewson2024-01-171-3/+0
|/ /
* | Merge branch 'is_hs_intro_point' into 'main'Nick Mathewson2024-01-165-16/+22
|\ \
| * | semver note.Nick Mathewson2024-01-161-0/+1
| * | ipt_mgr: Remove todo-#1211Nick Mathewson2024-01-161-12/+7
| * | netdir: Only choose Stable relays as introduction points.Nick Mathewson2024-01-161-3/+1
| * | netdir: flag every testnet relay as Fast and StableNick Mathewson2024-01-161-1/+5
| * | RouterStatus: Add test functions for Fast and Stable flags.Nick Mathewson2024-01-161-0/+8
* | | Merge branch 'err_on_no_onion_service_support' into 'main'Nick Mathewson2024-01-165-6/+53
|\ \ \ | |_|/ |/| |
| * | On error, suggest recompiling with onion-service-servicegabi-2502024-01-161-1/+1
| * | Give an error when user configured onion services with no support.Nick Mathewson2024-01-164-5/+52
| * | config: Fix output of NoCompileTimeSupport::withinNick Mathewson2024-01-161-1/+1
| |/
* / hsrproxy: Temporarily remove ability to config unix addressesNick Mathewson2024-01-164-13/+26
|/
* Merge branch 'hsservice_todos_misc_part2' into 'main'Nick Mathewson2024-01-152-43/+57
|\
| * Typo fixesgabi-2502024-01-151-2/+2
| * Downgrade a TODO about dropping unlisted ipts to #1239Nick Mathewson2024-01-131-1/+1
| * hsservice: Replace TODO comment about intro_established checking with #1238.Nick Mathewson2024-01-131-1/+1
| * Rename IptEstablisher::{new => launch}Nick Mathewson2024-01-132-3/+2
| * hsservice: Turn TODOs about ipt_establisher error handling to #1237Nick Mathewson2024-01-131-6/+6
| * hsservice: Remove TODO HSS about a type that is already Arc.Nick Mathewson2024-01-131-2/+0
| * hsservice: Replace shutdown-TODO HSS with references to #1236Nick Mathewson2024-01-131-2/+2
| * Downgrade a TODO about wanting a better API.Nick Mathewson2024-01-131-1/+1
| * hsservice: Remove an erroneous TODONick Mathewson2024-01-131-1/+1
| * hsservice: Convert TODOs about ipt reconfiguration to refer to #1209.Nick Mathewson2024-01-131-2/+2
| * hsservice: Convert TODOs about documentation to refer to #1235.Nick Mathewson2024-01-131-3/+3
| * hsservice: Remove an outdated TODO: Ipt ids are indeed unique.Nick Mathewson2024-01-131-3/+0
| * hsservice: Remove now-needless "allows".Nick Mathewson2024-01-131-1/+0
| * hsservice: Remove the unused n_faults fieldNick Mathewson2024-01-132-11/+0
| * hsservice: Turn a TODO into #1234.Nick Mathewson2024-01-131-1/+1
| * hsservice: Resolve some TODO HSS items in IptParameters declarationNick Mathewson2024-01-131-5/+37
* | tor-keymgr: Use keystore_error_kind() to get the error kind.Gabriela Moldovan2024-01-153-2/+4
* | Merge branch 'netdir-etc-todos' into 'main'gabi-2502024-01-153-12/+24
|\ \
| * | netdir: Downgrade a TODO in a deprecated, unused function.Nick Mathewson2024-01-141-1/+5
| * | netdir: Make TODOs on is_hs_intro_point refer to #1240Nick Mathewson2024-01-141-3/+3
| * | netdir: Downgrade or remove several "TODO HSS" comments.Nick Mathewson2024-01-141-7/+5
| * | netdir: Explain why there is no HsRend WeightRule.Nick Mathewson2024-01-142-1/+11
| |/