aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2002-08-13include curl-includes "local" instead of <curl/foo>Daniel Stenberg
2002-08-13Sterling Hughes brings the share interfaceDaniel Stenberg
2002-08-127.9.9-pre1Daniel Stenberg
2002-08-08cvsignore filesDaniel Stenberg
2002-08-08Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patchDaniel Stenberg
2002-08-08fix the ansi/iso cpp check to work with c++Daniel Stenberg
2002-07-31sys/socket.h without #ifdefDaniel Stenberg
2002-06-15Added CURLOPT_BUFFERSIZEDaniel Stenberg
2002-06-137.9.8 commitDaniel Stenberg
2002-06-12Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTHDaniel Stenberg
2002-06-117.9.8-pre3 commitDaniel Stenberg
2002-05-28Cris Bailiff's CAPATH support addedDaniel Stenberg
2002-05-21James Cone added the new CURL_NETRC_OPTION enumDaniel Stenberg
2002-05-21curl_formadd() now returns 'CURLFORMcode' instead of int, to better enableDaniel Stenberg
2002-05-137.9.7 commitDaniel Stenberg
2002-05-077.9.7-pre2Daniel Stenberg
2002-05-07support for ingoring session cookies addedDaniel Stenberg
2002-05-03CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggestDaniel Stenberg
2002-04-22The timecond stuff now have CURL_ prefixesDaniel Stenberg
2002-04-16Dirk Manske brought the patch that introduces two new CURLINFO_* values:Daniel Stenberg
2002-04-157.9.6 commitDaniel Stenberg
2002-04-14check for _MSC_VER as well as __STDC__ when deciding to use the ## operatorDaniel Stenberg