aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2003-05-27Documented which rules the public headers must follow when we writeDaniel Stenberg
2003-05-27oops, removed a # too manyDaniel Stenberg
2003-05-27remove usage of HAVE_* defines, we cannot and shall not depend on any suchDaniel Stenberg
2003-05-27sys/select.h is not present on HPUX, avoid including itDaniel Stenberg
2003-05-27CURLOPT_HTTPDIGEST is addedDaniel Stenberg
2003-05-26languageDaniel Stenberg
2003-05-26Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so weDaniel Stenberg
2003-05-197.10.5 commitDaniel Stenberg
2003-05-09CURLOPT_FTP_USE_EPRT addedDaniel Stenberg
2003-05-09AIX wants sys/select.hDaniel Stenberg
2003-04-027.10.4 commitDaniel Stenberg
2003-03-317.10.4-pre6 commitDaniel Stenberg
2003-03-31Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH thatDaniel Stenberg
2003-03-10Include sys/types.h as well. Ray DeGennaro reports successful compiling onDaniel Stenberg
2003-02-28Removed the defines for strequal() and strnequal().Daniel Stenberg
2003-02-247.10.4-pre2 commitDaniel Stenberg
2003-02-04added the sharing of DNS cacheJean-Philippe Barette-LaPierre
2003-02-04James Bursa corrected a bad commentDaniel Stenberg
2003-01-22oops, broken comment fixedDaniel Stenberg
2003-01-22extern C this to work in C++ conditionsDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2003-01-147.10.3 commitDaniel Stenberg
2003-01-097.10.3-pre4Daniel Stenberg
2003-01-09rename the curl share error enum prefixDaniel Stenberg
2003-01-08cleaned up the share data types and prototypes to be more in line whatDaniel Stenberg
2003-01-07Simon Liu's HTTP200ALIASES-patch!Daniel Stenberg
2002-12-207.10.3-commitDaniel Stenberg
2002-12-18CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERRORDaniel Stenberg
2002-12-11moved the includes to outside the extern "C" stuffDaniel Stenberg
2002-12-047.10.3-pre2Daniel Stenberg
2002-11-20Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATEDaniel Stenberg
2002-11-187.10.2Daniel Stenberg
2002-11-18as requested, CURLE_OPERATION_TIMEDOUT is now the same asDaniel Stenberg
2002-10-23improved the check for an ISO cpp by checking specificly for __BORLANDC__Daniel Stenberg
2002-10-117.10.1 commitDaniel Stenberg
2002-10-017.10Daniel Stenberg
2002-09-30get an argument and add a 'age' field to the structDaniel Stenberg
2002-09-26enhanced curl_version_infoDaniel Stenberg
2002-09-25extended curl_version_info() with more info on related sub-librariesDaniel Stenberg
2002-09-25curl_free proto addedDaniel Stenberg
2002-09-25Wez Furlong's curl_version_info() function added, still needs someDaniel Stenberg
2002-09-23made the resume error more suitable for all protocols, but we provide aDaniel Stenberg
2002-09-09Ricardo Cadime helped us work out another check for the ## preprocessorDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-09-037.10-pre2Daniel Stenberg
2002-09-02James Gallagher's Content-Encoding workDaniel Stenberg
2002-08-30CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg
2002-08-30SOCKS5 support added (contributed by a still unnamed person). Not properlyDaniel Stenberg
2002-08-26SSL_INSECURE support and usage addedDaniel Stenberg
2002-08-22Markus F.X.J. Oberhumer added better NOSIGNAL description and fixedDaniel Stenberg