Age | Commit message (Expand) | Author |
2004-02-13 | the now and start variables were never really used | Daniel Stenberg |
2004-02-13 | Ben Greear's SO_BINDTODEVICE patch that binds to a network interface "even | Daniel Stenberg |
2004-02-13 | Tor Arntsen made the ares build warnings etc get included as well | Daniel Stenberg |
2004-02-13 | Greg Hewgill found out 'contentlength' wasn't big enough to hold a large file! | Daniel Stenberg |
2004-02-13 | make the path const | Daniel Stenberg |
2004-02-13 | I made the same fix here, that Tor already did in the ftp.c code. To make | Daniel Stenberg |
2004-02-13 | Tor Arntsen's fix for the bad (64bit wise) typecast when using gmtime() | Daniel Stenberg |
2004-02-12 | Make hostcache_fixoffset() take a long for offset, to fully work with 64bit | Daniel Stenberg |
2004-02-12 | up to date with recent fixes | Daniel Stenberg |
2004-02-12 | If no nroff tool is found, or if no command line switch to nroff that converts | Daniel Stenberg |
2004-02-12 | support configure --disable-manual | Daniel Stenberg |
2004-02-12 | added --enable/disable-manual | Daniel Stenberg |
2004-02-12 | no need to run make test in the data dir anymore | Daniel Stenberg |
2004-02-12 | provide a source path to the servers to make them find the tests when run | Daniel Stenberg |
2004-02-12 | stop doing the weirdo symlinks | Daniel Stenberg |
2004-02-12 | removed the subchar variable, it was only set and never used | Daniel Stenberg |
2004-02-12 | removed the ldaptext variable, it was only set and never used | Daniel Stenberg |
2004-02-12 | removed the nth variable, it was only set and never used anyway | Daniel Stenberg |
2004-02-12 | No longer receive the return code in ConnectionKillOne() that wasn't dealt | Daniel Stenberg |
2004-02-11 | Andrés García's additional fix to make the OpenSSL stuff work for msys/mingw | Daniel Stenberg |
2004-02-11 | #if-check for SIGALRM before assuming it is present | Daniel Stenberg |
2004-02-11 | use libtoolize --force to overwrite existing (older) files | Daniel Stenberg |
2004-02-11 | install ares_version.h as well | Daniel Stenberg |
2004-02-11 | Dirk Manske's fix to install ares_version.h as well | Daniel Stenberg |
2004-02-09 | mondays are busy days catching up with the patches from the weekend! ;-) | Daniel Stenberg |
2004-02-09 | Dominick Meglio's update | Daniel Stenberg |
2004-02-09 | recent updates | Daniel Stenberg |
2004-02-09 | Modified the default HTTP Accept: header to only be Accept: */* | Daniel Stenberg |
2004-02-09 | Removed, this was only used to work out what went wrong with test 91, and | Daniel Stenberg |
2004-02-09 | Oops. I broke the flow with the previous commit. | Daniel Stenberg |
2004-02-09 | P R Schaffner updated this to work for 7.11.0 | Daniel Stenberg |
2004-02-09 | Dominick Meglio's added share interface documentation | Daniel Stenberg |
2004-02-09 | removed the state file renaming I accidentally left there | Daniel Stenberg |
2004-02-09 | some annoying compilers warn about "(void)foo;" lines so we avoid them | Daniel Stenberg |
2004-02-09 | Make param2text() take an int argument, as that is what's being passed in. | Daniel Stenberg |
2004-02-09 | use VAR_NONE instead of 0 in the table to prevent compiler warning | Daniel Stenberg |
2004-02-09 | return 'res' to better discover test failures and to stop compiler warnings | Daniel Stenberg |
2004-02-09 | Uninitialized variable set. | Daniel Stenberg |
2004-02-09 | Tor Arntsen's patch for working around a notorious bug in the AIX5 | Daniel Stenberg |
2004-02-09 | Ken Rastatter's fixes to improve portability of this example: | Daniel Stenberg |
2004-02-06 | mingw configure fix, host: fix, compiler warnings in ldap.c | Daniel Stenberg |
2004-02-06 | updated with recent fixes | Daniel Stenberg |
2004-02-06 | The Curl_strtoll() issue | Daniel Stenberg |
2004-02-06 | updated | Daniel Stenberg |
2004-02-06 | Rewrote the gethostbyname() check after Andrés García's provided patch | Daniel Stenberg |
2004-02-06 | Added documentation of a few command line options that were still undocumented | Daniel Stenberg |
2004-02-06 | A custom Host: header is only considered if the request is not made by | Daniel Stenberg |
2004-02-06 | The MIPSPro compiler complains on constructs such as "(void)foo;" so | Daniel Stenberg |
2004-02-06 | Make sure DynaGetFunction() returns a function pointer, not a data pointer. | Daniel Stenberg |
2004-02-06 | Remove the attempt to detect if we already tested the same source setup. | Daniel Stenberg |