summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 7.10.6curl-7_10_6Daniel Stenberg2003-07-281-1/+1
* Don't depend on the TIME_WITH_SYS_TIME define. win32 doesn't have sys/time.hDaniel Stenberg2003-07-221-7/+3
* pre4-commitDaniel Stenberg2003-07-211-1/+1
* Peter Sylvester's patch was applied that introduces the following:Daniel Stenberg2003-07-041-1/+15
* beautified and added comments all overDaniel Stenberg2003-06-261-71/+181
* CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there'sDaniel Stenberg2003-06-121-5/+5
* Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we planDaniel Stenberg2003-06-101-7/+11
* Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg2003-06-101-0/+4
* spellfixDaniel Stenberg2003-06-061-1/+1
* Reversed the logic to only include the <sys/select.h> header on systemsDaniel Stenberg2003-06-051-2/+6
* Documented which rules the public headers must follow when we writeDaniel Stenberg2003-05-271-0/+23
* oops, removed a # too manyDaniel Stenberg2003-05-271-1/+1
* remove usage of HAVE_* defines, we cannot and shall not depend on any suchDaniel Stenberg2003-05-272-7/+1
* sys/select.h is not present on HPUX, avoid including itDaniel Stenberg2003-05-271-0/+3
* CURLOPT_HTTPDIGEST is addedDaniel Stenberg2003-05-271-2/+6
* languageDaniel Stenberg2003-05-261-2/+2
* Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so weDaniel Stenberg2003-05-261-0/+5
* 7.10.5 commitcurl-7_10_5Daniel Stenberg2003-05-191-1/+1
* CURLOPT_FTP_USE_EPRT addedDaniel Stenberg2003-05-091-2/+7
* AIX wants sys/select.hDaniel Stenberg2003-05-091-0/+1
* 7.10.4 commitcurl-7_10_4Daniel Stenberg2003-04-021-1/+1
* 7.10.4-pre6 commitDaniel Stenberg2003-03-311-1/+1
* Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH thatDaniel Stenberg2003-03-311-1/+6
* Include sys/types.h as well. Ray DeGennaro reports successful compiling onDaniel Stenberg2003-03-101-0/+1
* Removed the defines for strequal() and strnequal().Daniel Stenberg2003-02-281-2/+0
* 7.10.4-pre2 commitDaniel Stenberg2003-02-241-2/+2
* added the sharing of DNS cacheJean-Philippe Barette-LaPierre2003-02-041-4/+9
* James Bursa corrected a bad commentDaniel Stenberg2003-02-041-1/+1
* oops, broken comment fixedDaniel Stenberg2003-01-221-1/+1
* extern C this to work in C++ conditionsDaniel Stenberg2003-01-221-2/+8
* copyright year update in the source headerDaniel Stenberg2003-01-166-54/+25
* 7.10.3 commitcurl-7_10_3Daniel Stenberg2003-01-141-1/+1
* 7.10.3-pre4Daniel Stenberg2003-01-091-1/+1
* rename the curl share error enum prefixDaniel Stenberg2003-01-091-3/+5
* cleaned up the share data types and prototypes to be more in line whatDaniel Stenberg2003-01-081-29/+48
* Simon Liu's HTTP200ALIASES-patch!Daniel Stenberg2003-01-071-0/+3
* 7.10.3-commitDaniel Stenberg2002-12-201-1/+1
* CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERRORDaniel Stenberg2002-12-181-2/+3
* moved the includes to outside the extern "C" stuffDaniel Stenberg2002-12-111-6/+8
* 7.10.3-pre2Daniel Stenberg2002-12-041-2/+2
* Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATEDaniel Stenberg2002-11-201-1/+5
* 7.10.2curl-7_10_2Daniel Stenberg2002-11-181-1/+1
* as requested, CURLE_OPERATION_TIMEDOUT is now the same asDaniel Stenberg2002-11-181-1/+4
* improved the check for an ISO cpp by checking specificly for __BORLANDC__Daniel Stenberg2002-10-231-5/+12
* 7.10.1 commitcurl-7_10_1Daniel Stenberg2002-10-111-2/+2
* 7.10curl-7_10Daniel Stenberg2002-10-011-1/+2
* get an argument and add a 'age' field to the structDaniel Stenberg2002-09-301-3/+17
* enhanced curl_version_infoDaniel Stenberg2002-09-261-10/+6
* extended curl_version_info() with more info on related sub-librariesDaniel Stenberg2002-09-251-1/+8
* curl_free proto addedDaniel Stenberg2002-09-251-0/+3