Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-08-30 | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg | |
proceed fine with the already existing options, just having a different internal library default for capath. | |||
2002-08-30 | SOCKS5 support added (contributed by a still unnamed person). Not properly | Daniel Stenberg | |
working for "IPv6 enabled" libcurls yet, but should be pretty easy for someone to adjust. | |||
2002-08-26 | SSL_INSECURE support and usage added | Daniel Stenberg | |
2002-08-22 | Markus F.X.J. Oberhumer added better NOSIGNAL description and fixed | Daniel Stenberg | |
spelling error | |||
2002-08-13 | include curl-includes "local" instead of <curl/foo> | Daniel Stenberg | |
2002-08-13 | Sterling Hughes brings the share interface | Daniel Stenberg | |
2002-08-12 | 7.9.9-pre1 | Daniel Stenberg | |
2002-08-08 | cvsignore files | Daniel Stenberg | |
2002-08-08 | Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch | Daniel Stenberg | |
2002-08-08 | fix the ansi/iso cpp check to work with c++ | Daniel Stenberg | |
2002-07-31 | sys/socket.h without #ifdef | Daniel Stenberg | |
include sys/time.h as well | |||
2002-06-15 | Added CURLOPT_BUFFERSIZE | Daniel Stenberg | |
2002-06-13 | 7.9.8 commit | Daniel Stenberg | |
2002-06-12 | Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH | Daniel Stenberg | |
2002-06-11 | 7.9.8-pre3 commit | Daniel Stenberg | |
2002-05-28 | Cris Bailiff's CAPATH support added | Daniel Stenberg | |