aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2003-10-03Renamed the function argument named 'access', as noted by Neil Spring in theDaniel Stenberg
debian bug report #213180.
2003-09-217.10.8-pre2Daniel Stenberg
2003-09-19Added CURLOPT_IPRESOLVE supportDaniel Stenberg
2003-09-19Markus Moeller's SPNEGO patch applied, with my edits, additions and minorDaniel Stenberg
cleanups.
2003-09-077.10.8-pre1 commitDaniel Stenberg
2003-09-04CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAILDaniel Stenberg
2003-09-03Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied.Daniel Stenberg
2003-09-01CURLE_LDAP_INVALID_URL added (by Henrik Storner)Daniel Stenberg
2003-08-20CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODEDaniel Stenberg
2003-08-157.10.7Daniel Stenberg
2003-08-127.10.7-pre4 commitDaniel Stenberg
2003-08-11Added CURLINFO_HTTP_CONNECTCODEDaniel Stenberg
Added CURL_VERSION_ASYNCHDNS
2003-08-11CURLOPT_PROXYAUTH added by Serge SemashkoDaniel Stenberg
2003-08-08Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was appliedDaniel Stenberg
2003-07-287.10.6Daniel Stenberg
2003-07-22Don't depend on the TIME_WITH_SYS_TIME define. win32 doesn't have sys/time.hDaniel Stenberg
and I don't think we need it.
2003-07-21pre4-commitDaniel Stenberg
2003-07-04Peter Sylvester's patch was applied that introduces the following:Daniel Stenberg
CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If anything but CURLE_OK is returned, that will also be returned by libcurl all the way back. If this function changes the CURLOPT_URL, libcurl will detect this and instead go use the new URL. CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set with CURLOPT_SSL_CTX_FUNCTION.
2003-06-26beautified and added comments all overDaniel Stenberg
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