Age | Commit message (Expand) | Author |
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 |
2016-10-31 | tests/util: get a private strncasecompare clone | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-19 | make/checksrc: use $srcdir, not $top_srcdir | Daniel Stenberg |
2016-04-18 | checksrc/makefile.am: use $top_srcdir to find source files | Daniel Stenberg |
2016-04-03 | tests: fix make checksrc in servers/ | Daniel Stenberg |
2016-04-03 | tests/server: comply with our code style | Daniel Stenberg |
2016-02-04 | URLs: change more http to https | Viktor Szakats |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-23 | sockfilt.c: fix calculation of sleep timeout on Windows | Marc Hoersken |
2015-12-23 | tftpd server: add Windows support by writing files in binary mode | Marc Hoersken |
2015-12-16 | sockfilt.c: added some debug output to select_ws | Marc Hoersken |
2015-12-16 | sockfilt.c: keep lines shorter than 80 chars | Marc Hoersken |
2015-12-16 | sockfilt.c: do not wait on unreliable file or pipe handle | Marc Hoersken |
2015-11-06 | tftp tests: verify sent options too | Daniel Stenberg |
2015-08-18 | gitignore: Sort for readability | Jay Satiro |
2015-06-25 | tests: Distribute CMakeLists.txt files in subdirectories | Roger Leigh |
2015-04-27 | sws: init http2 state properly | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-02-25 | sws: timeout idle CONNECT connections | Daniel Stenberg |
2015-02-24 | sws: stop logging about TPC_NODELAY nonsense | Daniel Stenberg |