summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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
| | * | | hyper-examples: Clarify comment regarding `is_fully_reachable`nield2025-07-201-3/+2
| | * | | hyper-examples: Simplify code for timeoutnield2025-07-201-51/+15
| | * | | hyper-examples: Print messages to stderrnield2025-07-201-6/+6
| | * | | hyper-examples: Add comment why we use rustls and manual set root_certnield2025-07-201-0/+4
| | * | | hyper-examples: Print messages to stderrnield2025-07-201-2/+2
| | * | | hyper-examples: Allow cli argument for test-urlnield2025-07-201-1/+4
| | * | | hyper-examples: Remove hyper-custom-connector-examplenield2025-07-204-268/+3
| | * | | hyper-examples: Typonield2025-07-201-1/+1
| | * | | hyper-examples: Fix example hyper-http-hs-examplenield2025-07-201-13/+67
| | * | | hyper-examples: Rename example directorynield2025-07-207-29/+29
| | * | | hyper-examples: Fix example hyper-http-client examplenield2025-07-201-14/+22
| | * | | hyper-examples: Cargo fmtnield2025-07-201-1/+1
| | * | | hyper-examples: Add README.mdnield2025-07-201-0/+40
| | * | | hyper-examples: Remove subdirectories from examplenield2025-07-2010-107/+62
| | * | | hyper-examples: Remove unsafe test url form hyper-http-client-examplenield2025-07-201-1/+3
| | * | | hyper-examples: Example creating custom ArtiHttpConnector for hypernield2025-07-204-0/+300
| |/ / / |/| | |
* | | | Merge branch 'flow-ctrl' into 'main'opara2025-07-1715-39/+596
|\ \ \ \
| * | | | tor-basic-utils: add `assert_val_impl_trait!` macroSteven Engler2025-07-172-2/+24
| * | | | tor-proto: replace `DataReader`Steven Engler2025-07-172-44/+48
| * | | | tor-proto: add `DataReaderNew`Steven Engler2025-07-173-5/+75
| * | | | tor-proto: add `StreamReceiver::is_empty()`Steven Engler2025-07-171-1/+39
| * | | | tor-proto: add the `XonXoffReader` and connect it to the reactorSteven Engler2025-07-1711-15/+267
| * | | | tor-proto: add plumbing for sending XONSteven Engler2025-07-176-5/+171
| * | | | tor-proto: move some code into a `approx_stream_bytes_buffered()` fnSteven Engler2025-07-171-6/+11
|/ / / /
* | | | Merge branch 'fix-shellcheck' into 'main'opara2025-07-174-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | maint: Avoid x-prefix in comparisons.Gabriela Moldovan2025-07-174-4/+4
|/ / /
* | | Merge branch 'flow-ctrl' into 'main'opara2025-07-1624-188/+663
|\ \ \
| * | | tor-cell: add `FlowCtrlVersion::V0`Steven Engler2025-07-162-12/+5
| * | | tor-proto: send XOFF messages when the queue grows too largeSteven Engler2025-07-166-6/+121
| * | | tor-proto: add `CongestionControl::uses_xon_xoff()`Steven Engler2025-07-163-0/+19
| * | | tor-proto: add dedicated types for the incoming stream queueSteven Engler2025-07-1610-24/+275
| * | | tor-cell: change `UnparsedRelayMsg::data_len`Steven Engler2025-07-153-9/+52
| * | | tor-proto: combine some objects into a `StreamComponents`Steven Engler2025-07-152-28/+64
| * | | tor-proto: rename `StreamSendFlowControl` and related changesSteven Engler2025-07-155-46/+47
| * | | tor-proto: adjust `CtrlMsg::SendSendme` and renameSteven Engler2025-07-153-60/+80