summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'coarse' into 'main'Nick Mathewson2024-10-022-11/+21
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders (fmt)Ian Jackson2024-10-011-4/+14
| * | | | | tor-proto: Add a CoarseTimeProvider bound to all the SleepProvidersIan Jackson2024-10-012-11/+11
* | | | | | Merge branch 'socksproto-3' into 'main'Ian Jackson2024-10-0117-387/+1039
|\ \ \ \ \ \
| * | | | | | tor-socksproto: Handle 0-byte reads (EOF) correctly (fmt)Ian Jackson2024-10-011-1/+3
| * | | | | | tor-socksproto: Handle 0-byte reads (EOF) correctlyIan Jackson2024-10-016-7/+27
| * | | | | | fixup! tor-socksproto: Fix doc comment for new_preciseIan Jackson2024-10-011-6/+3
| * | | | | | tor-socksproto: Fix doc comment for ReadPrecisionIan Jackson2024-10-011-1/+1
| * | | | | | tor-socksproto: Fix doc comment for new_preciseIan Jackson2024-10-011-1/+1
| * | | | | | tor-socksproto: Code motion to tidy upIan Jackson2024-10-012-31/+25
| * | | | | | tor-socksproto: Deprecate old APIIan Jackson2024-10-014-6/+13
| * | | | | | tor-socksproto: Introduce handshake_for_tests method (fmt)Ian Jackson2024-10-013-5/+20
| * | | | | | tor-socksproto: Introduce handshake_for_tests methodIan Jackson2024-10-014-36/+44
| * | | | | | tor-chanmgr: Use new tor-socksproto API (fmt)Ian Jackson2024-10-011-2/+1
| * | | | | | tor-chanmgr: Use new tor-socksproto APIIan Jackson2024-10-011-56/+16
| * | | | | | arti-rpc-client-core: Use new tor-socksproto API (fmt)Ian Jackson2024-10-011-2/+1
| * | | | | | arti-rpc-client-core: Use new tor-socksproto APIIan Jackson2024-10-013-33/+18
| * | | | | | arti SOCKS proxy: Defer splitting the socks streamIan Jackson2024-10-011-13/+13
| * | | | | | arti SOCKS proxy: Reject pipelined client dataIan Jackson2024-10-011-1/+1
| * | | | | | tor-socksproto: Introduce into_output_forbid_pipeliningIan Jackson2024-10-012-0/+26
| * | | | | | arti SOCKS proxy: Use new tor-socksproto APIIan Jackson2024-10-011-40/+17
| * | | | | | tor-socksproto tests: Run test cases via new API in various modesIan Jackson2024-10-011-4/+117
| * | | | | | tor-socksproto tests: Use crate::* rather than ad-hoc importsIan Jackson2024-10-011-7/+1
| * | | | | | tor-socksproto: Introduce new API (fmt)Ian Jackson2024-10-012-3/+4
| * | | | | | tor-socksproto: Introduce new APIIan Jackson2024-10-016-4/+448
| * | | | | | tor-socksproto: Add HasHandshakeOutputIan Jackson2024-10-013-1/+37
| * | | | | | Apply deferred rustfmt churnIan Jackson2024-10-016-30/+21
| * | | | | | tor-socksproto: Introduce HandshakeImpl::call_handshake_implIan Jackson2024-10-011-6/+27
| * | | | | | tor-socksproto: Make NextStepImpl an enum (tidy)Ian Jackson2024-10-012-8/+4
| * | | | | | tor-socksproto: Make NextStepImpl an enumIan Jackson2024-10-013-32/+35
| * | | | | | tor-socksproto: Introduce NextStepImpl and do drain centrallyIan Jackson2024-10-013-39/+45
| * | | | | | tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-019-42/+39
| * | | | | | tor-socksproto: Adjust description of `handshake`Ian Jackson2024-10-012-4/+4
| * | | | | | tor-socksproto: Factor out reader constructionIan Jackson2024-10-013-30/+21
| * | | | | | tor-socksproto: Factor out return value handlingIan Jackson2024-10-016-28/+129
| * | | | | | tor-socksproto: Use .is_empty() in some testsIan Jackson2024-10-011-4/+4
| * | | | | | safelog: derive Clone and Copy for Sensitive and RedactedIan Jackson2024-10-012-4/+3
| * | | | | | tor-bytes: Restore the message for Error::TruncatedIan Jackson2024-10-011-1/+1
| * | | | | | Revert "socks users: detect closed sockets."Ian Jackson2024-10-014-28/+3
| * | | | | | Revert "socks users: copy the correct amount in our drain logic."Ian Jackson2024-10-012-2/+2
| * | | | | | Revert "arti SOCKS proxy: Tear down connections when client sends optimistic ...Ian Jackson2024-10-011-5/+0
| * | | | | | Revert "rpclib: read SOCKS _after_ processing."Ian Jackson2024-10-011-12/+12
* | | | | | | Merge branch 'try-send' into 'main'Ian Jackson2024-10-017-2/+345
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | tor-memquota: Implement SinkTrySend for mq_queue::SenderIan Jackson2024-10-012-1/+32
| * | | | | tor-async-utils: Avoid needless nesting of ErasedSinkTrySendErrorIan Jackson2024-10-011-1/+22
| * | | | | tor-async-utils: Provide tests for ErasedSinkTrySendErrorIan Jackson2024-10-013-0/+69
| * | | | | tor-async-utils: Implement SinkTrySend for mpsc::SenderIan Jackson2024-10-014-0/+142
| * | | | | tor-async-utils: Provide new SinkTrySend traitIan Jackson2024-10-012-0/+57
| * | | | | tor-memquota: Provide TypedParticipation::try_claim_or_returnIan Jackson2024-10-011-1/+24
|/ / / / /
* | | | | Merge branch 'dyn-time' into 'main'Ian Jackson2024-10-0114-17/+380
|\ \ \ \ \