Age | Commit message (Expand) | Author |
2018-10-09 | Windows: fixes for MinGW targeting Windows Vista | Marcel Raad |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-08-21 | curl-compilers: enable -Wbad-function-cast on GCC | Marcel Raad |
2018-08-13 | http: fix for tiny "HTTP/0.9" response | Daniel Stenberg |
2018-08-08 | CMake: Respect BUILD_SHARED_LIBS | Ruslan Baratov |
2018-07-29 | sws: handle EINTR when calling select() | Michael Kaufmann |
2018-07-17 | CMake: Update scripts to use consistent style | Ruslan Baratov |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-05-24 | cmake: set -d postfix for debug builds if not specified | Sergei Nikulov |
2018-05-14 | tests: Fix format specifiers | Rikard Falkeborn |
2018-04-15 | all: Refactor malloc+memset to use calloc | Daniel Gustafsson |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-01-29 | curl_ctype: private is*() type macros and functions | Daniel Stenberg |
2018-01-07 | scripts: allow all perl scripts to be run directly | Jay Satiro |
2017-12-06 | tests: added netinet/in6.h includes in test servers | Randall S. Becker |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-09-15 | server/getpart: provide dummy function to build conversion enabled | Daniel Stenberg |
2017-09-15 | tests: add initial gssapi test using stub implementation | Isaac Boukris |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-03 | CMake: set MSVC warning level to 4 | Marcel Raad |
2017-08-02 | tests/server/util: fix curltime mistake from 4dee50b9c80f9 | Daniel Stenberg |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-07-18 | tests/server/resolve.c: fix deprecation warning | Marcel Raad |
2017-07-16 | rtspd: fix GCC warning after MSVC warning fix | Marcel Raad |
2017-07-16 | sockfilt: suppress conversion warning with explicit cast | Marcel Raad |
2017-07-16 | rtspd: fix MSVC level 4 warning | Marcel Raad |
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg |
2017-06-16 | http-proxy: deal with EAGAIN | Daniel Stenberg |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-05-09 | tests: make test file names more unique | Dan Fandrich |
2017-05-08 | tftpd: fix signed/unsigned mismatch warnings | Marcel Raad |
2017-05-05 | tests/server: run checksrc by default in debug-builds | Daniel Stenberg |
2017-05-04 | sockfilt.c: shortened too long line | Dan Fandrich |
2017-05-04 | tests/server: make string literals const | Marcel Raad |
2017-05-02 | testpart: remove _MPRINTF_REPLACE | Marcel Raad |
2017-05-01 | getpart: use correct variable type | Marcel Raad |
2017-04-17 | code: fix typos and style in comments | Daniel Gustafsson |
2017-04-12 | tests/server/util: prefer <poll.h> over <sys/poll.h> | Marcel Raad |
2017-04-03 | tests/server/util: remove in6addr_any for recent MinGW | Marcel Raad |
2017-01-19 | sws: use SOCKERRNO, not errno | Daniel Stenberg |
2017-01-09 | sws: retry send() on EWOULDBLOCK | Daniel Stenberg |
2016-12-19 | tests: checksrc compliance | Jay Satiro |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-12 | tests: fixed variable might be clobbered warning | Dan Fandrich |
2016-11-07 | s/cURL/curl | Daniel Stenberg |