| Commit message (Expand) | Author | Age | Files | Lines |
* | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | 2018-11-23 | 1 | -16/+16 |
* | whitespace fixes | Viktor Szakats | 2018-09-23 | 1 | -1/+0 |
* | cppcheck: fix warnings | Marian Klymov | 2018-06-11 | 1 | -11/+7 |
* | spelling fixes | Viktor Szakats | 2018-06-03 | 1 | -4/+4 |
* | tests: added netinet/in6.h includes in test servers | Randall S. Becker | 2017-12-06 | 1 | -0/+3 |
* | code style: use spaces around pluses | Daniel Stenberg | 2017-09-11 | 1 | -3/+3 |
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 1 | -18/+18 |
* | rtspd: fix GCC warning after MSVC warning fix | Marcel Raad | 2017-07-16 | 1 | -1/+3 |
* | rtspd: fix MSVC level 4 warning | Marcel Raad | 2017-07-16 | 1 | -1/+1 |
* | tests/server: make string literals const | Marcel Raad | 2017-05-04 | 1 | -1/+1 |
* | checksrc: warn for assignments within if() expressions | Daniel Stenberg | 2016-12-14 | 1 | -6/+12 |
* | s/cURL/curl | Daniel Stenberg | 2016-11-07 | 1 | -1/+1 |
* | tests/util: get a private strncasecompare clone | Daniel Stenberg | 2016-10-31 | 1 | -3/+3 |
* | strcasecompare: is the new name for strequal() | Daniel Stenberg | 2016-10-31 | 1 | -3/+3 |
* | tests/server: comply with our code style | Daniel Stenberg | 2016-04-03 | 1 | -48/+59 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring | 2015-03-16 | 1 | -30/+14 |
* | test servers: handle W32/W64 SIGBREAK with exit_signal_handler | Yang Tse | 2013-01-09 | 1 | -0/+15 |
* | test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64 | Yang Tse | 2013-01-09 | 1 | -19/+26 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -2/+2 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -2/+2 |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -6/+0 |
* | test servers: build adjustment | Yang Tse | 2012-04-10 | 1 | -5/+2 |
* | fix compiler warning: rounding, sign extension, or loss of accuracy may result | Yang Tse | 2010-12-02 | 1 | -1/+1 |
* | atoi: remove atoi usage | Yang Tse | 2010-11-28 | 1 | -2/+2 |
* | test servers: fix strict aliasing compiler warnings | Yang Tse | 2010-11-19 | 1 | -14/+12 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and | Yang Tse | 2010-02-22 | 1 | -2/+1 |
* | fix compiler warning | Yang Tse | 2010-02-19 | 1 | -1/+2 |
* | fix compiler warning | Yang Tse | 2010-02-18 | 1 | -4/+3 |
* | fix Content-Length validation | Yang Tse | 2010-02-16 | 1 | -2/+4 |
* | fix compiler warning: conversion from "long" to "size_t" may lose sign | Yang Tse | 2010-02-15 | 1 | -3/+14 |
* | fix compiler warning | Yang Tse | 2010-02-14 | 1 | -2/+2 |
* | Overhauled test suite getpart() function. Fixing potential out of bounds | Yang Tse | 2010-02-14 | 1 | -9/+44 |
* | - remove extra "\r\n" from doc404_RTSP | Yang Tse | 2010-02-10 | 1 | -4/+8 |
* | Validate server port argument | Yang Tse | 2010-02-04 | 1 | -1/+10 |
* | avoid possibility of using obsoleted stuff | Yang Tse | 2010-02-02 | 1 | -0/+2 |
* | Test suite support for RTSP | Yang Tse | 2010-02-01 | 1 | -0/+1410 |