Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-20 | tests: run the SOCKS test server on a dynamic port number | Daniel Stenberg | |
Closes #5266 | |||
2020-04-15 | copyright: bump the copyright year range | Daniel Stenberg | |
2020-04-12 | tests/server: move all signal handling routines to util.[ch] | Marc Hoersken | |
Avoid code duplication to prepare for portability enhancements. | |||
2019-06-05 | build: fix Codacy warnings | Marcel Raad | |
Reduce variable scopes and remove redundant variable stores. Closes https://github.com/curl/curl/pull/3975 | |||
2019-04-14 | socksd: Fix typos | Daniel Gustafsson | |
Reviewed-by: Daniel Stenberg <daniel@haxx.se> | |||
2019-04-14 | socksd: Properly decorate static variables | Daniel Gustafsson | |
Mark global variables static to avoid compiler warning in Clang when using -Wmissing-variable-declarations. Closes #3778 Reviewed-by: Daniel Stenberg <daniel@haxx.se> | |||
2019-04-13 | socksd: new SOCKS 4+5 server for tests | Daniel Stenberg | |
Closes #3752 |