| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge branch 'close-channel-2' into 'main' | Nick Mathewson | 2024-10-02 | 5 | -13/+96 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-async-utils: Fix typo. | Ian Jackson | 2024-10-02 | 1 | -1/+1 | |
| | * | | | | | | tor-async-utils: SinkCloseChannel: Tidy up doc comment | Ian Jackson | 2024-10-02 | 1 | -4/+5 | |
| | * | | | | | | tor-proto: Use trait methods for try_send and channel_close (fmt) | Ian Jackson | 2024-10-01 | 1 | -10/+7 | |
| | * | | | | | | tor-proto: Use trait methods for try_send and channel_close | Ian Jackson | 2024-10-01 | 2 | -5/+8 | |
| | * | | | | | | tor-memquota: Implement SinkChannelClose for mq_queue | Ian Jackson | 2024-10-01 | 1 | -1/+12 | |
| | * | | | | | | Provide SinkCloseChannel | Ian Jackson | 2024-10-01 | 2 | -0/+71 | |
| * | | | | | | | Merge branch 'sink-try-send-2' into 'main' | Nick Mathewson | 2024-10-02 | 2 | -11/+94 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | tor-memquota: Test error handling paths in try_send impl | Ian Jackson | 2024-10-02 | 1 | -0/+54 | |
| | * | | | | | | tor-memquota: Prepare for SinkTrySend tests | Ian Jackson | 2024-10-02 | 1 | -3/+24 | |
| | * | | | | | | tor-memquota: Make BustedSink contain the BustedError to yield (fmt) | Ian Jackson | 2024-10-02 | 1 | -1/+3 | |
| | * | | | | | | tor-memquota: Make BustedSink contain the BustedError to yield | Ian Jackson | 2024-10-02 | 1 | -8/+14 | |
| | * | | | | | | tor-async-utils: SinkTrySend: Fix a doc comment | Ian Jackson | 2024-10-02 | 1 | -1/+1 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge branch 'rpc_unexpected_reply' into 'main' | Nick Mathewson | 2024-10-02 | 6 | -46/+121 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | rpclib: Add a #[source] annotation. | Nick Mathewson | 2024-10-02 | 1 | -1/+1 | |
| | * | | | | | Apply 1 suggestion(s) to 1 file(s) | Nick Mathewson | 2024-10-02 | 1 | -1/+1 | |
| | * | | | | | update cbindgen warnings. | Nick Mathewson | 2024-09-25 | 1 | -0/+1 | |
| | * | | | | | rpclib: Unify code internally generated requests | Nick Mathewson | 2024-09-25 | 4 | -45/+112 | |
| | * | | | | | rpclib: Implement Display for Utf8CString. | Nick Mathewson | 2024-09-25 | 1 | -0/+7 | |
| | * | | | | | rpc: Finish an incomplete sentence in a doc. | Nick Mathewson | 2024-09-25 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'rpc-doc-socks-objectid' into 'main' | Nick Mathewson | 2024-10-02 | 1 | -0/+16 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Copy section on objectid/isolation restrictions from prop351. | Nick Mathewson | 2024-09-30 | 1 | -0/+16 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge branch 'coarse' into 'main' | Nick Mathewson | 2024-10-02 | 2 | -11/+21 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders (fmt) | Ian Jackson | 2024-10-01 | 1 | -4/+14 | |
| | * | | | | | tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders | Ian Jackson | 2024-10-01 | 2 | -11/+11 | |
| * | | | | | | Merge branch 'socksproto-3' into 'main' | Ian Jackson | 2024-10-01 | 16 | -387/+1033 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | tor-socksproto: Handle 0-byte reads (EOF) correctly (fmt) | Ian Jackson | 2024-10-01 | 1 | -1/+3 | |
| | * | | | | | tor-socksproto: Handle 0-byte reads (EOF) correctly | Ian Jackson | 2024-10-01 | 6 | -7/+27 | |
| | * | | | | | fixup! tor-socksproto: Fix doc comment for new_precise | Ian Jackson | 2024-10-01 | 1 | -6/+3 | |
| | * | | | | | tor-socksproto: Fix doc comment for ReadPrecision | Ian Jackson | 2024-10-01 | 1 | -1/+1 | |
| | * | | | | | tor-socksproto: Fix doc comment for new_precise | Ian Jackson | 2024-10-01 | 1 | -1/+1 | |
| | * | | | | | tor-socksproto: Code motion to tidy up | Ian Jackson | 2024-10-01 | 2 | -31/+25 | |
| | * | | | | | tor-socksproto: Deprecate old API | Ian Jackson | 2024-10-01 | 4 | -6/+13 | |
| | * | | | | | tor-socksproto: Introduce handshake_for_tests method (fmt) | Ian Jackson | 2024-10-01 | 3 | -5/+20 | |
| | * | | | | | tor-socksproto: Introduce handshake_for_tests method | Ian Jackson | 2024-10-01 | 4 | -36/+44 | |
| | * | | | | | tor-chanmgr: Use new tor-socksproto API (fmt) | Ian Jackson | 2024-10-01 | 1 | -2/+1 | |
| | * | | | | | tor-chanmgr: Use new tor-socksproto API | Ian Jackson | 2024-10-01 | 1 | -56/+16 | |
| | * | | | | | arti-rpc-client-core: Use new tor-socksproto API (fmt) | Ian Jackson | 2024-10-01 | 1 | -2/+1 | |
| | * | | | | | arti-rpc-client-core: Use new tor-socksproto API | Ian Jackson | 2024-10-01 | 2 | -33/+17 | |
| | * | | | | | arti SOCKS proxy: Defer splitting the socks stream | Ian Jackson | 2024-10-01 | 1 | -13/+13 | |
| | * | | | | | arti SOCKS proxy: Reject pipelined client data | Ian Jackson | 2024-10-01 | 1 | -1/+1 | |
| | * | | | | | tor-socksproto: Introduce into_output_forbid_pipelining | Ian Jackson | 2024-10-01 | 2 | -0/+26 | |
| | * | | | | | arti SOCKS proxy: Use new tor-socksproto API | Ian Jackson | 2024-10-01 | 1 | -40/+17 | |
| | * | | | | | tor-socksproto tests: Run test cases via new API in various modes | Ian Jackson | 2024-10-01 | 1 | -4/+117 | |
| | * | | | | | tor-socksproto tests: Use crate::* rather than ad-hoc imports | Ian Jackson | 2024-10-01 | 1 | -7/+1 | |
| | * | | | | | tor-socksproto: Introduce new API (fmt) | Ian Jackson | 2024-10-01 | 2 | -3/+4 | |
| | * | | | | | tor-socksproto: Introduce new API | Ian Jackson | 2024-10-01 | 5 | -4/+444 | |
| | * | | | | | tor-socksproto: Add HasHandshakeOutput | Ian Jackson | 2024-10-01 | 3 | -1/+37 | |
| | * | | | | | Apply deferred rustfmt churn | Ian Jackson | 2024-10-01 | 6 | -30/+21 | |
| | * | | | | | tor-socksproto: Introduce HandshakeImpl::call_handshake_impl | Ian Jackson | 2024-10-01 | 1 | -6/+27 | |
