Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-09-26 | enhanced curl_version_info | Daniel Stenberg | |
2002-09-25 | extended curl_version_info() with more info on related sub-libraries | Daniel Stenberg | |
2002-09-25 | curl_free proto added | Daniel Stenberg | |
2002-09-25 | Wez Furlong's curl_version_info() function added, still needs some | Daniel Stenberg | |
adjustments and possibly some improvments to feature all those things we could possibly want from this. | |||
2002-09-23 | made the resume error more suitable for all protocols, but we provide a | Daniel Stenberg | |
fallback to the old ftp-one to make old programs work the same | |||
2002-09-09 | Ricardo Cadime helped us work out another check for the ## preprocessor | Daniel Stenberg | |
directive. | |||
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-09-03 | 7.10-pre2 | Daniel Stenberg | |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg | |