| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge branch 'socks_read_zero' into 'main' | Nick Mathewson | 2024-09-25 | 4 | -5/+30 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | socks users: copy the correct amount in our drain logic. | Nick Mathewson | 2024-09-24 | 2 | -2/+2 | |
| | * | | | | | | socks users: detect closed sockets. | Nick Mathewson | 2024-09-24 | 4 | -3/+28 | |
| * | | | | | | | Merge branch 'rename_singleton_id' into 'main' | Jim Newsome | 2024-09-25 | 5 | -14/+14 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | | rpc: Rename SingletonId to SingleIdResponse | Nick Mathewson | 2024-09-24 | 5 | -14/+14 | |
| * | | | | | | Merge branch 'fixup-features-09-25-2024' into 'main' | Nick Mathewson | 2024-09-25 | 7 | -6/+7 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Run fixup-features in preparation for upcoming release. | Nick Mathewson | 2024-09-25 | 7 | -6/+7 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'update-axum' into 'main' | Nick Mathewson | 2024-09-24 | 3 | -125/+35 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | obfs4-checker: update axum to 0.7.6 | Steven Engler | 2024-09-24 | 3 | -125/+35 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'main' into 'main' | opara | 2024-09-24 | 6 | -5/+230 | |
| |\ \ \ \ | ||||||
| | * | | | | add example: axum router as onion service | tidely | 2024-09-24 | 6 | -5/+230 | |
| * | | | | | Merge branch 'impl-prop-351' into 'main' | Nick Mathewson | 2024-09-24 | 1 | -124/+106 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | socks: Add a comment about interpreting legacy usernames. | Nick Mathewson | 2024-09-24 | 1 | -0/+5 | |
| | * | | | | socks: cleanups in interpret_socks_auth | Nick Mathewson | 2024-09-18 | 1 | -12/+22 | |
| | * | | | | prop351: comment Suggestions from @diziet. | Nick Mathewson | 2024-09-18 | 1 | -1/+4 | |
| | * | | | | Socks: isolate streams from different extended-socks formats | Nick Mathewson | 2024-09-18 | 1 | -3/+16 | |
| | * | | | | socks: Optimistically revise format to match torspec!280 | Nick Mathewson | 2024-09-10 | 1 | -43/+53 | |
| | * | | | | socks: update protocol documentation | Nick Mathewson | 2024-09-09 | 1 | -78/+9 | |
| | * | | | | socks: Implement proposal 351. | Nick Mathewson | 2024-09-09 | 1 | -40/+50 | |
| * | | | | | Merge branch 'impl-prop-351-client' into 'main' | Nick Mathewson | 2024-09-24 | 3 | -11/+16 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rpclib: Use prop351 protocol to open streams. | Nick Mathewson | 2024-09-18 | 3 | -11/+16 | |
| * | | | | | | Merge branch 'pessimistic' into 'main' | Nick Mathewson | 2024-09-24 | 1 | -0/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | arti SOCKS proxy: Tear down connections when client sends optimistic data | Ian Jackson | 2024-09-24 | 1 | -0/+5 | |
| * | | | | | | | Merge branch 'rpc-expose-delegation' into 'main' | Nick Mathewson | 2024-09-24 | 5 | -5/+85 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rpc: Expose a delegation table in arti:x_list_all_rpc_methods | Nick Mathewson | 2024-09-24 | 4 | -1/+69 | |
| | * | | | | | | | rpc: add mandatory delegate-type attribute to Object template | Nick Mathewson | 2024-09-24 | 3 | -4/+16 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'hscircpool-builder-generic' into 'main' | gabi-250 | 2024-09-24 | 9 | -464/+875 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | CircMgr: Make CircMgr and HsCircPool generic over builder type. | Wesley Aptekar-Cassels | 2024-09-24 | 9 | -464/+875 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'abstract-socket-v2' into 'main' | Nick Mathewson | 2024-09-24 | 33 | -406/+979 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | rtcompat: Finalize names for general::SocketAddr. | Nick Mathewson | 2024-09-24 | 2 | -44/+52 | |
| | * | | | | | | rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmock | Nick Mathewson | 2024-09-24 | 4 | -17/+12 | |
| | * | | | | | | rtcompat: Fix some rustdoc links. | Nick Mathewson | 2024-09-24 | 4 | -6/+6 | |
| | * | | | | | | rtcompat: remove async_trait from NetStreamListener. | Nick Mathewson | 2024-09-24 | 8 | -8/+1 | |
| | * | | | | | | Make Runtime require NetStreamProvider<unix::SocketAddr> | Nick Mathewson | 2024-09-24 | 7 | -10/+46 | |
| | * | | | | | | rtcompat: initial implementation for "Abstract" addresses. | Nick Mathewson | 2024-09-24 | 2 | -0/+147 | |
| | * | | | | | | rtcompat: Require Sync and 'static for NetStreamListener::Incoming | Nick Mathewson | 2024-09-24 | 3 | -2/+7 | |
| | * | | | | | | rtcompat: Add NetStreamProvider<Unix> to CompoundRuntime | Nick Mathewson | 2024-09-24 | 3 | -39/+106 | |
| | * | | | | | | rtcompat: NetStreamProvider<unix::SocketAddr> for non-unix platforms | Nick Mathewson | 2024-09-24 | 4 | -0/+108 | |
| | * | | | | | | Implement NetStramProvider<Unix> for async_std. | Nick Mathewson | 2024-09-24 | 1 | -0/+23 | |
| | * | | | | | | async_std: Perpare macro for use with Unix streams. | Nick Mathewson | 2024-09-24 | 2 | -33/+35 | |
| | * | | | | | | async_std: start a macro to implement wrappers for stream type | Nick Mathewson | 2024-09-24 | 1 | -71/+79 | |
| | * | | | | | | rtcompat: Implement NetStreamProvider<Unix> for tokio. | Nick Mathewson | 2024-09-24 | 1 | -4/+60 | |
| | * | | | | | | tokio: Perpare macro for use with Unix streams. | Nick Mathewson | 2024-09-24 | 1 | -24/+31 | |
| | * | | | | | | tokio: start a macro to implement wrappers for stream type | Nick Mathewson | 2024-09-24 | 1 | -67/+74 | |
| | * | | | | | | rtcompat: Add ADDR parameter to NetStream{Provider,Listener} | Nick Mathewson | 2024-09-24 | 1 | -11/+11 | |
| | * | | | | | | Documentation updates for "NetStreamProvider" rename | Nick Mathewson | 2024-09-24 | 10 | -32/+35 | |
| | * | | | | | | rtcompat: Rename TcpProvider to NetStreamProvider. | Nick Mathewson | 2024-09-24 | 17 | -98/+98 | |
| | * | | | | | | rtcompat: Remove accept() from TcpListener | Nick Mathewson | 2024-09-24 | 12 | -82/+25 | |
| | * | | | | | | rtcompat: Add definitions for unix::SocketAddr. | Nick Mathewson | 2024-09-24 | 5 | -0/+104 | |
| | * | | | | | | rtcompat: reformat Cargo.toml | Nick Mathewson | 2024-09-24 | 1 | -1/+5 | |
