aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2003-06-12CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there'sDaniel Stenberg
a "plain" Negotiate as well.
2003-06-10Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we planDaniel Stenberg
to add more method in the future.
2003-06-10Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg
added.
2003-06-06spellfixDaniel Stenberg
2003-06-05Reversed the logic to only include the <sys/select.h> header on systemsDaniel Stenberg
known to really NEED it as another system that doesn't have it came up: very old Linux libc5-based systems (as addition to all HPUX versions). The only known system at this point is AIX.
2003-05-27Documented which rules the public headers must follow when we writeDaniel Stenberg
preprocessor checks for condititions.
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
defines in the public external header files
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
make an adjustment to catch this.
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
disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts.
2003-03-10Include sys/types.h as well. Ray DeGennaro reports successful compiling onDaniel Stenberg
AIX when this fix is applied and I cannot see how this will break any systems.
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
the design draft mentioned and what I think is fit
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
decreased the write buffer size to 16KB to perform a lot better on Windows(!)
2002-12-047.10.3-pre2Daniel Stenberg
2002-11-20Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATEDaniel Stenberg
for storage and retrieval of private data in the curl handle.
2002-11-187.10.2Daniel Stenberg
2002-11-18as requested, CURLE_OPERATION_TIMEDOUT is now the same asDaniel Stenberg
CURLE_OPERATION_TIMEOUTED
2002-10-23improved the check for an ISO cpp by checking specificly for __BORLANDC__Daniel Stenberg
too, as Emiliano Ida has confirmed it to work
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
adjustments and possibly some improvments to feature all those things we could possibly want from this.
2002-09-23made the resume error more suitable for all protocols, but we provide aDaniel Stenberg
fallback to the old ftp-one to make old programs work the same
2002-09-09Ricardo Cadime helped us work out another check for the ## preprocessorDaniel Stenberg
directive.
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-09-037.10-pre2Daniel Stenberg