| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-04-12 | Fix SOCKS5 server should accept all traffic | Markus Pettersson | 1 | -4/+4 | |
| Specify that the `Authentication` should be 'Accept all traffic' by default for the SOCKS5-server we spawn on the test manager. Otherwise, the default is to 'Deny all traffic' by default. | |||||
| 2024-04-09 | Run `cargo +nightly fmt` | Sebastian Holmin | 1 | -2/+1 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -4/+3 | |
| `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. | |||||
| 2024-02-07 | Add RPCs for running TCP forwarder on test runner | David Lönnhager | 1 | -2/+22 | |
| 2024-02-07 | Move testing SOCKS server to own crate | David Lönnhager | 1 | -0/+38 | |
