aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-12stop doing the weirdo symlinksDaniel Stenberg
2004-02-12removed the subchar variable, it was only set and never usedDaniel Stenberg
2004-02-12removed the ldaptext variable, it was only set and never usedDaniel Stenberg
2004-02-12removed the nth variable, it was only set and never used anywayDaniel Stenberg
2004-02-12No longer receive the return code in ConnectionKillOne() that wasn't dealtDaniel Stenberg
2004-02-11Andrés García's additional fix to make the OpenSSL stuff work for msys/mingwDaniel Stenberg
2004-02-11#if-check for SIGALRM before assuming it is presentDaniel Stenberg
2004-02-11use libtoolize --force to overwrite existing (older) filesDaniel Stenberg
2004-02-11install ares_version.h as wellDaniel Stenberg
2004-02-11Dirk Manske's fix to install ares_version.h as wellDaniel Stenberg
2004-02-09mondays are busy days catching up with the patches from the weekend! ;-)Daniel Stenberg
2004-02-09Dominick Meglio's updateDaniel Stenberg
2004-02-09recent updatesDaniel Stenberg
2004-02-09Modified the default HTTP Accept: header to only be Accept: */*Daniel Stenberg
2004-02-09Removed, this was only used to work out what went wrong with test 91, andDaniel Stenberg
2004-02-09Oops. I broke the flow with the previous commit.Daniel Stenberg
2004-02-09P R Schaffner updated this to work for 7.11.0Daniel Stenberg
2004-02-09Dominick Meglio's added share interface documentationDaniel Stenberg
2004-02-09removed the state file renaming I accidentally left thereDaniel Stenberg
2004-02-09some annoying compilers warn about "(void)foo;" lines so we avoid themDaniel Stenberg
2004-02-09Make param2text() take an int argument, as that is what's being passed in.Daniel Stenberg
2004-02-09use VAR_NONE instead of 0 in the table to prevent compiler warningDaniel Stenberg
2004-02-09return 'res' to better discover test failures and to stop compiler warningsDaniel Stenberg
2004-02-09Uninitialized variable set.Daniel Stenberg
2004-02-09Tor Arntsen's patch for working around a notorious bug in the AIX5Daniel Stenberg
2004-02-09Ken Rastatter's fixes to improve portability of this example:Daniel Stenberg
2004-02-06mingw configure fix, host: fix, compiler warnings in ldap.cDaniel Stenberg
2004-02-06updated with recent fixesDaniel Stenberg
2004-02-06The Curl_strtoll() issueDaniel Stenberg
2004-02-06updatedDaniel Stenberg
2004-02-06Rewrote the gethostbyname() check after Andrés García's provided patchDaniel Stenberg
2004-02-06Added documentation of a few command line options that were still undocumentedDaniel Stenberg
2004-02-06A custom Host: header is only considered if the request is not made byDaniel Stenberg
2004-02-06The MIPSPro compiler complains on constructs such as "(void)foo;" soDaniel Stenberg
2004-02-06Make sure DynaGetFunction() returns a function pointer, not a data pointer.Daniel Stenberg
2004-02-06Remove the attempt to detect if we already tested the same source setup.Daniel Stenberg
2004-02-05numerous things went in todayDaniel Stenberg
2004-02-05added the missing stdin sectionDaniel Stenberg
2004-02-05An attempt to only set both libz-related defines at the same time. We needDaniel Stenberg
2004-02-05Andrés García's updatesDaniel Stenberg
2004-02-05if an empty 'transfer-encoding:' header is provided, we switch off theDaniel Stenberg
2004-02-05Made a test that sends data on stdin to PUT, with a given length andDaniel Stenberg
2004-02-05Gisle Vanem fixed a windows compiler warningDaniel Stenberg
2004-02-05changed the test() function to return type intDaniel Stenberg
2004-02-05include process.h to get the _getpid() protoDaniel Stenberg
2004-02-05when using --enable-debug and gcc, provide the -Wno-format-nonliteral optionDaniel Stenberg
2004-02-05options we get as longs need to be typecasted when assigned to preventDaniel Stenberg
2004-02-05fix return type to silence compiler warningsDaniel Stenberg
2004-02-05prevent warning from that picky MIPSpro compilerDaniel Stenberg
2004-02-05compiler warning fix, compare struct pointers of the same typeDaniel Stenberg