aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-05-05Gisle-fix: constified the 'interface' argument.Daniel Stenberg
2004-05-05Gisle fix: curl_formparse is gone.Daniel Stenberg
2004-05-05Gisle fixed: don't reference 'mem' if it's NULL.Daniel Stenberg
2004-05-05initiate variables properly to default to no auth for server and proxyDaniel Stenberg
2004-05-05AC_CHECK_TOOL is prolly better to use when checking for arDaniel Stenberg
2004-05-05slightly odd fix to prevent -Wunreachable-code to warnDaniel Stenberg
2004-05-05alert the user if 'sed' or 'ar' couldn't be found, as it might very wellDaniel Stenberg
2004-05-05made the progress meter display not overflow even if _very_ large filesDaniel Stenberg
2004-05-05if the values allow it, avoid floting point math for the current speedDaniel Stenberg
2004-05-05additional typecasts in an attempt to avoid compiler warnings when switchingDaniel Stenberg
2004-05-05removed bad free()Daniel Stenberg
2004-05-05do the alarm time-left math using unsigned longs since that is what alarm()Daniel Stenberg
2004-05-05fix_hostname() now (void)s the conn argument to prevent warnings on non-idnDaniel Stenberg
2004-05-05ERR_error_string() returns an unsigned long so we should use one of thoseDaniel Stenberg
2004-05-05gcc 3.4 now uses the -Wunreachable-code option, I believe we can make olderDaniel Stenberg
2004-05-05check the size of size_t for lib/mprintf.cDaniel Stenberg
2004-05-05prevent warnings when using the gcc option -Wunreachable-codeDaniel Stenberg
2004-05-05make the memlimit final NULL return get written to stderr as wellaDaniel Stenberg
2004-05-05mention the LICENSE-MIXING documentDaniel Stenberg
2004-05-05minor update editsDaniel Stenberg
2004-05-05added a third URL to the torture testing, this one also hangs at some pointDaniel Stenberg
2004-05-04multipart formposts should be more streamyDaniel Stenberg
2004-05-04bail out when an add_buffer() function returns failureDaniel Stenberg
2004-05-04improved the cleaning up of memory when we fail to resolve names due toDaniel Stenberg
2004-05-04check malloc() return codeDaniel Stenberg
2004-05-04removed more leftovers from the formparse functionDaniel Stenberg
2004-05-04removed curl_formparse() from the libraryDaniel Stenberg
2004-05-04Gisle made item 38, now there's only one low-prio task left...Daniel Stenberg
2004-05-04General HTTP authentication cleanup and fixesDaniel Stenberg
2004-05-03Gisle fixed the problem with ldap_search_s() fails with "filter error": a caseDaniel Stenberg
2004-05-03improved the name of the testDaniel Stenberg
2004-05-03Added --proxy-digest, added the standard curl source header to this file.Daniel Stenberg
2004-05-03fixed the pdf and html for the strerror functionsDaniel Stenberg
2004-05-03Added support for --proxy-digestDaniel Stenberg
2004-05-03don't free(NULL)Daniel Stenberg
2004-05-03Gisle Vanem:Daniel Stenberg
2004-04-30muchoDaniel Stenberg
2004-04-30Display "exit OK" when the exit code has been verified to be OK, and addedDaniel Stenberg
2004-04-30deprecated functionsDaniel Stenberg
2004-04-3025 and 37 are now done, only two low-prio tasks left for the 7.12 releaseDaniel Stenberg
2004-04-30recent changesDaniel Stenberg
2004-04-30updated with more and new infoDaniel Stenberg
2004-04-30these functions are marked to get removed from the public API "soon"Daniel Stenberg
2004-04-30use the new lib/curlx.h header and modified the code to use all to-become-Daniel Stenberg
2004-04-30New header file that offers easy access to the curlx_ functions for an app.Daniel Stenberg
2004-04-30support the new libcurl IDN feature, also a first attempt to display a stackDaniel Stenberg
2004-04-30idn is a new feature that can be made required for a testDaniel Stenberg
2004-04-30added test 166, formpost with white space in file nameDaniel Stenberg
2004-04-30make the contents able to be any data, the previous stopped at white spaceDaniel Stenberg
2004-04-30oops, a bad strtok() was fixed by LucaDaniel Stenberg