Age | Commit message (Expand) | Author |
2004-05-04 | removed curl_formparse() from the library | Daniel Stenberg |
2004-04-30 | deprecated functions | Daniel Stenberg |
2004-04-26 | typedef CURL in the curl.h file instead of only having a single useful typedef | Daniel Stenberg |
2004-04-26 | the next release is planned to become 7.12.0 | Daniel Stenberg |
2004-04-23 | define the obsolete options to different values to prevent "duplicate case" | Daniel Stenberg |
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 |
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 |
2004-03-03 | #ifdef #define #undef circus to prevent compiler warnings on #if operations | Daniel Stenberg |
2004-03-01 | * Added CURL_VERSION_LARGEFILE | Daniel Stenberg |
2004-02-27 | Mark obsolete options with OSBOLETE in a comment on the same line, to make | Daniel Stenberg |
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 |
2004-01-22 | s/not/note | Daniel Stenberg |
2004-01-22 | curl_off_t is the new type for large file support | Daniel Stenberg |
2004-01-21 | Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22 | Daniel Stenberg |
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 |
2003-11-06 | Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don't | Daniel Stenberg |
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 |
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 |
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 |
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 |
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 |