Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-11 | Added CURLINFO_HTTP_CONNECTCODE | Daniel Stenberg | |
Added CURL_VERSION_ASYNCHDNS | |||
2003-08-11 | CURLOPT_PROXYAUTH added by Serge Semashko | Daniel Stenberg | |
2003-08-08 | Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied | Daniel Stenberg | |
2003-07-28 | 7.10.6 | Daniel Stenberg | |
2003-07-22 | Don't depend on the TIME_WITH_SYS_TIME define. win32 doesn't have sys/time.h | Daniel Stenberg | |
and I don't think we need it. | |||
2003-07-21 | pre4-commit | Daniel Stenberg | |
2003-07-04 | Peter 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-26 | beautified and added comments all over | Daniel Stenberg | |
2003-06-12 | CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's | Daniel Stenberg | |
a "plain" Negotiate as well. | |||
2003-06-10 | Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan | Daniel Stenberg | |
to add more method in the future. | |||
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg | |
added. | |||
2003-06-06 | spellfix | Daniel Stenberg | |
2003-06-05 | Reversed the logic to only include the <sys/select.h> header on systems | Daniel 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-27 | Documented which rules the public headers must follow when we write | Daniel Stenberg | |
preprocessor checks for condititions. | |||
2003-05-27 | oops, removed a # too many | Daniel Stenberg | |
2003-05-27 | remove usage of HAVE_* defines, we cannot and shall not depend on any such | Daniel Stenberg | |
defines in the public external header files | |||
2003-05-27 | sys/select.h is not present on HPUX, avoid including it | Daniel Stenberg | |
2003-05-27 | CURLOPT_HTTPDIGEST is added | Daniel Stenberg | |
2003-05-26 | language | Daniel Stenberg | |
2003-05-26 | Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so we | Daniel Stenberg | |
make an adjustment to catch this. | |||
2003-05-19 | 7.10.5 commit | Daniel Stenberg | |
2003-05-09 | CURLOPT_FTP_USE_EPRT added | Daniel Stenberg | |
2003-05-09 | AIX wants sys/select.h | Daniel Stenberg | |
2003-04-02 | 7.10.4 commit | Daniel Stenberg | |
2003-03-31 | 7.10.4-pre6 commit | Daniel Stenberg | |
2003-03-31 | Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that | Daniel Stenberg | |
disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts. | |||
2003-03-10 | Include sys/types.h as well. Ray DeGennaro reports successful compiling on | Daniel Stenberg | |
AIX when this fix is applied and I cannot see how this will break any systems. | |||
2003-02-28 | Removed the defines for strequal() and strnequal(). | Daniel Stenberg | |
2003-02-24 | 7.10.4-pre2 commit | Daniel Stenberg | |
2003-02-04 | added the sharing of DNS cache | Jean-Philippe Barette-LaPierre | |
2003-02-04 | James Bursa corrected a bad comment | Daniel Stenberg | |
2003-01-22 | oops, broken comment fixed | Daniel Stenberg | |
2003-01-22 | extern C this to work in C++ conditions | Daniel Stenberg | |
2003-01-16 | copyright year update in the source header | Daniel Stenberg | |
2003-01-14 | 7.10.3 commit | Daniel Stenberg | |
2003-01-09 | 7.10.3-pre4 | Daniel Stenberg | |
2003-01-09 | rename the curl share error enum prefix | Daniel Stenberg | |
2003-01-08 | cleaned up the share data types and prototypes to be more in line what | Daniel Stenberg | |
the design draft mentioned and what I think is fit | |||
2003-01-07 | Simon Liu's HTTP200ALIASES-patch! | Daniel Stenberg | |
2002-12-20 | 7.10.3-commit | Daniel Stenberg | |
2002-12-18 | CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR | Daniel Stenberg | |
2002-12-11 | moved the includes to outside the extern "C" stuff | Daniel Stenberg | |
decreased the write buffer size to 16KB to perform a lot better on Windows(!) | |||
2002-12-04 | 7.10.3-pre2 | Daniel Stenberg | |
2002-11-20 | Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE | Daniel Stenberg | |
for storage and retrieval of private data in the curl handle. | |||
2002-11-18 | 7.10.2 | Daniel Stenberg | |
2002-11-18 | as requested, CURLE_OPERATION_TIMEDOUT is now the same as | Daniel Stenberg | |
CURLE_OPERATION_TIMEOUTED | |||
2002-10-23 | improved the check for an ISO cpp by checking specificly for __BORLANDC__ | Daniel Stenberg | |
too, as Emiliano Ida has confirmed it to work | |||
2002-10-11 | 7.10.1 commit | Daniel Stenberg | |
2002-10-01 | 7.10 | Daniel Stenberg | |
2002-09-30 | get an argument and add a 'age' field to the struct | Daniel Stenberg | |