Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-30 | Günter Knauf and Casey O'Donnell worked out an extra #if condition for the | Daniel Stenberg | |
curl/multi.h header to work better in winsock-using apps. | |||
2004-09-16 | Added CURLOPT_FTPSSLAUTH | Daniel Stenberg | |
2004-09-10 | minor indent change | Daniel Stenberg | |
2004-08-17 | removed trailing whitespace | Daniel Stenberg | |
2004-08-10 | 7.12.2 work in progress | Daniel Stenberg | |
2004-07-29 | oops, curl_easy_reset is a void | Daniel Stenberg | |
2004-07-29 | provide a curl_easy_reset() proto | Daniel Stenberg | |
2004-07-24 | curl_easy_reset() added. Need testing and docs. I also think we should make | Daniel Stenberg | |
the initial setting up the struct should use this single function to avoid having the initialisation code at two places. | |||
2004-06-21 | added CURL_READFUNC_ABORT | Daniel Stenberg | |
2004-06-18 | Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the | Daniel Stenberg | |
mailing list. | |||
2004-06-09 | Added CURL_FORMADD_DISABLED when libcurl is built with HTTP disabled | Daniel Stenberg | |
2004-06-08 | Kjetil Jacobsen pointed out that the CURLOPT_FILETIME option was wrongly | Daniel Stenberg | |
marked as accepting an objectpoint argument while it actually assumes a long. The comment was also grossly misleading. The man page was and is correct though. | |||
2004-06-02 | *seven* new options to support 3rd party FTP transfers | Daniel Stenberg | |
2004-06-02 | 7.12.1-CVS in progress | Daniel Stenberg | |
2004-06-02 | Gisle's adjustments to allow building with lcc-win32 | Daniel Stenberg | |
2004-05-24 | delete trailing whitespace | Daniel Stenberg | |
2004-05-14 | Added CURLSHE_NOMEM | Daniel Stenberg | |
2004-05-11 | make the libidn pointer in the version struct a const | Daniel Stenberg | |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | |
memory.h is included everywhere for this. | |||
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 | |
in the separate types.h | |||
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 | |
situtations in bindings that still have switch() cases for them | |||
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 | |