| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-05 | Remove unnecessary result in return type | Sebastian Holmin | 1 | -11/+3 | |
| 2024-11-05 | Create shadowsocks socket with IP version of endpoint | Sebastian Holmin | 1 | -2/+8 | |
| 2024-10-23 | Use sendto and recvfrom instead of connecting Shadowsocks socket | David Lönnhager | 1 | -11/+21 | |
| connect() seems to bind to a particular interface, which breaks the connection when roaming | |||||
| 2024-10-21 | Take obfuscation overhead into account when setting MTU | Joakim Hulthe | 3 | -0/+32 | |
| 2024-09-16 | Run VpnService.protect() on Shadowsocks socket before connecting | David Lönnhager | 1 | -20/+59 | |
| 2024-09-10 | Expose Shadowsocks fd on Android | David Lönnhager | 1 | -16/+25 | |
| 2024-09-02 | Fix panic caused by join handle being awaited twice | David Lönnhager | 1 | -6/+5 | |
| 2024-08-29 | Lower log level of shadowsocks write errors | David Lönnhager | 1 | -1/+2 | |
| 2024-08-16 | Add Shadowsocks to tunnel-obfuscation crate | David Lönnhager | 4 | -14/+284 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 2 | -14/+12 | |
| `err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical. | |||||
| 2023-02-28 | Enable TCP_NODELAY on the WireGuard over TCP socket | Linus Färnstrand | 1 | -0/+2 | |
| 2023-01-30 | Run `cargo clippy --fix` with the new Rust 1.67 preferred format | Linus Färnstrand | 1 | -1/+1 | |
| 2022-11-24 | Exclude obfuscation socket from the tunnel on Android | David Lönnhager | 2 | -1/+12 | |
| 2022-11-24 | Bump udp-over-tcp | David Lönnhager | 1 | -4/+3 | |
| 2022-11-16 | Fix missing udp2tcp timeout | David Lönnhager | 1 | -0/+1 | |
| 2022-06-14 | Manually fix the simpler non-semantic clippy warns | Jonathan | 1 | -2/+2 | |
| This commit tries to manually fix the clippy warnings that are fairly straightforward and do not have rippling effects on the codebase nor have a very high chance of causing bugs. | |||||
| 2022-03-24 | Bump udp-over-tcp to 0.2 | David Lönnhager | 1 | -5/+2 | |
| 2022-03-24 | Add tunnel-obfuscation crate | Odd Stranne | 3 | -0/+159 | |
