| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connect | Neel Chauhan | 2022-01-08 | 1 | -3/+5 |
| | | |||||
| * | proxy: introduce new functions to write_all & flush/close | Muhammad Falak R Wani | 2021-12-15 | 1 | -42/+42 |
| | | | | | Signed-off-by: Muhammad Falak R Wani <[email protected]> | ||||
| * | proxy: send SOCKS5 reply on failure cases | Muhammad Falak R Wani | 2021-12-11 | 1 | -1/+14 |
| | | | | | Signed-off-by: Muhammad Falak R Wani <[email protected]> | ||||
| * | proxy: report an error if all listeners fail. | Nick Mathewson | 2021-12-08 | 1 | -1/+1 |
| | | |||||
| * | Resolve XXXXs in proxy.rs | Nick Mathewson | 2021-12-08 | 1 | -3/+3 |
| | | | | | These issues all have tickets, so can become TODOs. | ||||
| * | More typo fixes that I forgot to save :( | Nick Mathewson | 2021-11-24 | 1 | -1/+1 |
| | | |||||
| * | Typo fix in an expect() message. | Nick Mathewson | 2021-10-28 | 1 | -1/+1 |
| | | |||||
| * | Tests and refactoring for IsolationMap. | Nick Mathewson | 2021-10-26 | 1 | -13/+50 |
| | | |||||
| * | TorClient::resolve_ptr should take an IpAddr. | Nick Mathewson | 2021-10-26 | 1 | -1/+13 |
| | | |||||
| * | Rename tor_client/arti_tor_client to arti_client. | Nick Mathewson | 2021-10-21 | 1 | -2/+2 |
| | | | | | | | Solves a name conflict with the existing tor_client create. Closes #130. | ||||
| * | Change how we connect to target addresses. | Nick Mathewson | 2021-10-18 | 1 | -1/+1 |
| | | | | | | | | Now we all both address:port, (address, port), and more. We also allow SocketAddr and IpAddr, but only via a trait labeled as "Dangerous". | ||||
| * | Do not use downcast_ref, use tor-client error. | Jani Monoses | 2021-10-18 | 1 | -8/+6 |
| | | |||||
| * | Add a cast to correct a type error about WSAEMFILE | Nick Mathewson | 2021-10-15 | 1 | -1/+7 |
| | | |||||
| * | proxy: Mark ENFILES and EMFILES as survivable. | Nick Mathewson | 2021-10-14 | 1 | -2/+27 |
| | | | | | | | | | I don't love this approach, but those errors aren't distinguished by ErrorKind, so we have to use libc or winapi, apparently. At least nothing here is unsafe. Addresses part of #188. | ||||
| * | Fix typos | Jani Monoses | 2021-09-07 | 1 | -1/+1 |
| | | |||||
| * | Light refactoring and documentation improvements in proxy.rs | Nick Mathewson | 2021-08-27 | 1 | -40/+103 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+346 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
