Age | Commit message (Expand) | Author |
2004-02-20 | %HTTPPORT supported in subVariables | Daniel Stenberg |
2004-02-20 | mention what ports the test suite uses | Daniel Stenberg |
2004-02-20 | When trying to see if there's a friendly http server on "our" port, we | Daniel Stenberg |
2004-02-19 | -Wcast-align is a bit too annoying | Daniel Stenberg |
2004-02-19 | Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hope | Daniel Stenberg |
2004-02-19 | refer to FILEFORMAT | Daniel Stenberg |
2004-02-19 | When --enable-debug is used, for every -I provided to $CPPFLAGS we add | Daniel Stenberg |
2004-02-19 | Tor Arntsen's tiny fix! | Daniel Stenberg |
2004-02-19 | if not yacc or bison is found, check if we *really* need it, and if we do | Daniel Stenberg |
2004-02-19 | fixed the no-ssl version to return int as well | Daniel Stenberg |
2004-02-19 | provide protos to the functions to prevent warnings | Daniel Stenberg |
2004-02-19 | typecast the type to an int on return | Daniel Stenberg |
2004-02-19 | return int from test() | Daniel Stenberg |
2004-02-19 | provide a test() proto | Daniel Stenberg |
2004-02-19 | use a die and a log function to die and log texts | Daniel Stenberg |
2004-02-19 | remove the build.log too at exit, and also use the proper $pwd prefix | Daniel Stenberg |
2004-02-19 | very minor phrase edit | Daniel Stenberg |
2004-02-19 | fixes from the recent days | Daniel Stenberg |
2004-02-19 | check for standard headers when --enable-debug is used | Daniel Stenberg |
2004-02-19 | Doug Porter's patch that changes the order of preferences on how to find the | Daniel Stenberg |
2004-02-19 | If --enable-debug is used and gcc, we figure out which version and then we | Daniel Stenberg |
2004-02-19 | item 19 is considered fixed until we get to hear differently | Daniel Stenberg |
2004-02-19 | Use the strtoofft.h header file from the lib directory, as we are now | Daniel Stenberg |
2004-02-19 | Remade to use curlx_-prefix. This means this function can be compiled and | Daniel Stenberg |
2004-02-18 | AIX and Tru64 have what Tor calls "horribly broken 'which' programs" so we | Daniel Stenberg |
2004-02-18 | removed some "jhrg" from comments | Daniel Stenberg |
2004-02-18 | I removed the socklen_t requirement from memdebug.h, so we don't need to | Daniel Stenberg |
2004-02-18 | Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rd | Daniel Stenberg |
2004-02-18 | Modified curl_accept() to take a 'void *' in the 2nd argument instead of | Daniel Stenberg |
2004-02-18 | No longer uses the 'ret' variable in the plain ipv4-version of | Daniel Stenberg |
2004-02-18 | The --enable-debug option really requires this to be built as part of curl. | Daniel Stenberg |
2004-02-18 | simplified and better commented config.h include logic | Daniel Stenberg |
2004-02-18 | Make sure dns cache timeout -1 really means forever, as it is documented to | Daniel Stenberg |
2004-02-17 | fix the help text for --manual if built without manual | Daniel Stenberg |
2004-02-17 | ignore more | Daniel Stenberg |
2004-02-17 | memdebug build, 'make' no longer builds the demo tools | Daniel Stenberg |
2004-02-17 | 'make all' also builds the demos | Daniel Stenberg |
2004-02-17 | include ares_private.h to make sure we get the memdebug stuff included | Daniel Stenberg |
2004-02-17 | If CURLDEBUG is set we use the libcurl internal memdebug system to track | Daniel Stenberg |
2004-02-16 | only build adig and ahost if 'make demos' is used | Daniel Stenberg |
2004-02-16 | support closesocket() for closing sockets as well, as then we can use this | Daniel Stenberg |
2004-02-16 | Make realloc() support NULL as pointer. Made to allow us to use these routines | Daniel Stenberg |
2004-02-16 | item 24 fixed, edited a few issues | Daniel Stenberg |
2004-02-16 | Make the 'areschannel' get created in the curl_easy_init() and re-use that | Daniel Stenberg |
2004-02-16 | updates | Daniel Stenberg |
2004-02-16 | verbose-fix, socks5-fix, dnscache-fix, configure-winmmlib-fix | Daniel Stenberg |
2004-02-16 | Fix verbosconnect() when ipv6-enabled to not assume that conn->serv_addr | Daniel Stenberg |
2004-02-16 | removed usage of a silly macro instead of the actual functions memcpy | Daniel Stenberg |
2004-02-16 | Jeff Lawson pointed out that we need to check for a '5' in the version field | Daniel Stenberg |
2004-02-15 | Andrés García added a check for lwinmm for Mingw/sys | Daniel Stenberg |