Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-31 | we're working on 7.11.2-CVS right now | Daniel Stenberg | |
2004-03-25 | tcp-nodelay patch by Joe Halpin | Daniel Stenberg | |
2004-03-25 | make clean now removes *dist files too that might be leftovers from | Daniel Stenberg | |
'maketgz' | |||
2004-03-24 | Added protos for the upcoming curl_*_strerror() functions | Daniel Stenberg | |
2004-03-22 | Introducing curl/curlver.h for keeping the curl version info only. | Daniel Stenberg | |
2004-03-17 | Günter Knauf's NetWare changes. | Daniel Stenberg | |
2004-03-12 | Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the | Daniel Stenberg | |
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs. | |||
2004-03-03 | #ifdef #define #undef circus to prevent compiler warnings on #if operations | Daniel Stenberg | |
with undefined variables. | |||
2004-03-01 | * Added CURL_VERSION_LARGEFILE | Daniel Stenberg | |
* If CURL_NO_OLDIES is defined, we hide all obsolete functions/options. * CURL_FORMAT_OFF_T is defined for portable printf()ing of curl_off_t types (although not with curl_mprintf()!) | |||
2004-02-27 | Mark obsolete options with OSBOLETE in a comment on the same line, to make | Daniel Stenberg | |
it easier to exclude them with grep, when grepping for options. | |||
2004-02-26 | David Byron's fixes to make the latest curl build fine under MSVC 6. | Daniel Stenberg | |
2004-02-02 | Introducing the SECOND version of the version_info struct. This should | Daniel Stenberg | |
be backwards compatible with older libcurls just fine. | |||
2004-01-22 | s/not/note | Daniel Stenberg | |
2004-01-22 | curl_off_t is the new type for large file support | Daniel Stenberg | |
HttpPost is not defined anymore | |||
2004-01-21 | Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22 | Daniel Stenberg | |
2002, and if this causes anyone any problems now it is very easy to just add CURL_ to the names. This corrects this name space pollution. | |||
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2004-01-05 | fix duplicates | Daniel Stenberg | |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2003-11-24 | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg | |
2003-11-23 | FTPSSL support options and defines added | Daniel Stenberg | |
2003-11-11 | Added CURLOPT_NETRC_FILE. | Daniel Stenberg | |
2003-11-06 | We offer the version number "in parts" as well by introducing three new | Daniel Stenberg | |
defines. | |||
2003-11-06 | Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don't | Daniel Stenberg | |
belong in the public header file. They are not in our name space so we should not set them globally. | |||
2003-11-01 | starting on 7.10.9 in CVS | Daniel Stenberg | |
2003-10-30 | Set version string to -CVS. This string is generated by maketgz at release- | Daniel Stenberg | |
time. | |||
2003-10-30 | ignore .dist files here | Daniel Stenberg | |
2003-10-21 | pre5 | Daniel Stenberg | |
2003-10-18 | 7.10.8-pre4 | Daniel Stenberg | |
2003-10-17 | Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize. | Daniel Stenberg | |
2003-10-16 | password promting support removed from libcurl | Daniel Stenberg | |
2003-10-08 | 7.10.8-pre3 commit | Daniel Stenberg | |
2003-10-03 | Renamed the function argument named 'access', as noted by Neil Spring in the | Daniel Stenberg | |
debian bug report #213180. | |||
2003-09-21 | 7.10.8-pre2 | Daniel Stenberg | |
2003-09-19 | Added CURLOPT_IPRESOLVE support | Daniel Stenberg | |
2003-09-19 | Markus Moeller's SPNEGO patch applied, with my edits, additions and minor | Daniel Stenberg | |
cleanups. | |||
2003-09-07 | 7.10.8-pre1 commit | Daniel Stenberg | |
2003-09-04 | CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL | Daniel Stenberg | |
2003-09-03 | Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied. | Daniel Stenberg | |
2003-09-01 | CURLE_LDAP_INVALID_URL added (by Henrik Storner) | Daniel Stenberg | |
2003-08-20 | CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE | Daniel Stenberg | |
2003-08-15 | 7.10.7 | Daniel Stenberg | |
2003-08-12 | 7.10.7-pre4 commit | Daniel Stenberg | |
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 | |