summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tor-hsservice: Initial work towards mocking RendRequest.Wesley Aptekar-Cassels2025-07-231-24/+39
| * | | | | tor-hsservice: Allow mocking PowManager.Wesley Aptekar-Cassels2025-07-231-4/+16
| * | | | | tor-hsservice: Enforce maximum RendRequest queue size.Wesley Aptekar-Cassels2025-07-231-0/+12
| * | | | | tor-hsservice: Update suggested effort in PowManager main loop.Wesley Aptekar-Cassels2025-07-231-1/+51
| * | | | | tor-hsservice: Add suggested effort update function.Wesley Aptekar-Cassels2025-07-231-0/+63
| * | | | | tor-hsservice: Give PowManager reference to RendRequestReceiver.Wesley Aptekar-Cassels2025-07-231-3/+8
| * | | | | tor-hsservice: Allow constructing RendRequestReceiver without spawning.Wesley Aptekar-Cassels2025-07-231-19/+21
| * | | | | tor-hsservice: Add state for prop362 update loop.Wesley Aptekar-Cassels2025-07-231-1/+45
| * | | | | tor-hsservice: Change storage of PoW suggested_effort.Wesley Aptekar-Cassels2025-07-231-4/+21
| * | | | | tor-hsservice: Implement PoW queue with BTreeSet.Wesley Aptekar-Cassels2025-07-231-6/+6
| * | | | | tor-hsservice: RendRequestOrdByEffort use time as tiebreaker.Wesley Aptekar-Cassels2025-07-231-5/+15
|/ / / / /
* | | | | Merge branch 'cgo-integration' into 'main'Nick Mathewson2025-07-2310-82/+222
|\ \ \ \ \
| * | | | | tor-proto: Temporary measure to disable CGO.Nick Mathewson2025-07-231-1/+11
| * | | | | Downgrade an XXXX to a TODO.Nick Mathewson2025-07-231-1/+3
| * | | | | Remove now-needless allow(unused).Nick Mathewson2025-07-231-1/+0
| * | | | | Refactor/simplify HopSettings constructionNick Mathewson2025-07-232-60/+108
| * | | | | Rename and invert the sense of requires_stream_level_sendmes.Nick Mathewson2025-07-232-5/+9
| * | | | | proto: Send extensions as appropriate to negotiate CGO.Nick Mathewson2025-07-233-1/+54
| * | | | | proto: Construct CGO instances if that is what is selected.Nick Mathewson2025-07-232-2/+15
| * | | | | proto: Take format+crypto settings from HopSettingsNick Mathewson2025-07-237-54/+58
| * | | | | protover: Allocate a capability number for RELAY_CRYPT_CGO.Nick Mathewson2025-07-231-0/+7
* | | | | | Merge branch 'ticket_2050' into 'main'Nick Mathewson2025-07-233-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tor-llcrypto: fix typotcyrus2025-07-231-1/+1
| * | | | | tor-hscrypto: fix typostcyrus2025-07-232-3/+3
|/ / / / /
* | | | | Merge branch 'add-err-variant' into 'main'gabi-2502025-07-232-2/+9
|\ \ \ \ \
| * | | | | tor-keymgr: Add err::Error::KeystoreNotFoundhjrgrn2025-07-232-2/+9
|/ / / / /
| | * | | hyper-examples: Put private key for tests backnield2025-08-041-0/+8
| | * | | hyper-examples: Use native-tls instead of rustlsnield2025-07-213-198/+15
| | * | | hyper-examples: Delete folder remaining after rebasenield2025-07-203-50/+166
| | * | | Merge branch 'hyper-examples' of gitlab.torproject.org:nield/arti into hyper-...nield2025-07-200-0/+0
| | |\ \ \
| | | * | | hyper-examples: Typonield2025-06-241-1/+1
| | | * | | hyper-examples: rustfmtnield2025-06-241-4/+7
| | | * | | hyper-examples: Clarify comment regarding `is_fully_reachable`nield2025-06-241-3/+2
| | | * | | hyper-examples: Simplify code for timeoutnield2025-06-241-51/+15
| | | * | | hyper-examples: Print messages to stderrnield2025-06-241-6/+6
| | | * | | hyper-examples: Add comment why we use rustls and manual set root_certnield2025-06-241-0/+4
| | | * | | hyper-examples: Print messages to stderrnield2025-06-241-2/+2
| | | * | | hyper-examples: Allow cli argument for test-urlnield2025-06-241-1/+4
| | | * | | hyper-examples: Remove hyper-custom-connector-examplenield2025-06-044-268/+3
| | | * | | hyper-examples: Typonield2025-04-161-1/+1
| | | * | | hyper-examples: Fix example hyper-http-hs-examplenield2025-04-161-13/+67
| | | * | | hyper-examples: Rename example directorynield2025-04-167-29/+29
| | | * | | hyper-examples: Fix example hyper-http-client examplenield2025-04-161-14/+22
| | | * | | hyper-examples: Cargo fmtnield2025-04-161-1/+1
| | | * | | hyper-examples: Add README.mdnield2025-04-151-0/+40
| | | * | | hyper-examples: Remove subdirectories from examplenield2025-04-1511-132/+62
| | | * | | hyper-examples: Remove unsafe test url form hyper-http-client-examplenield2025-04-151-1/+3
| | | * | | hyper-examples: Example creating custom ArtiHttpConnector for hypernield2025-04-154-0/+300
| | * | | | hyper-examples: Typonield2025-07-201-1/+1
| | * | | | hyper-examples: rustfmtnield2025-07-201-4/+7