| Commit message (Expand) | Author | Age | Files | Lines |
* | Nico's fixes for VMS, most of these are fixes for bad uses of size_t that | Daniel Stenberg | 2001-08-06 | 1 | -1/+88 |
* | Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example | Daniel Stenberg | 2001-08-06 | 3 | -6/+8 |
* | adjusted for VMS | Daniel Stenberg | 2001-08-06 | 1 | -0/+10 |
* | Nico's VMS fixes | Daniel Stenberg | 2001-08-06 | 1 | -2/+9 |
* | Nico's VMS adjustment | Daniel Stenberg | 2001-08-06 | 1 | -0/+3 |
* | VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to become | Daniel Stenberg | 2001-08-06 | 1 | -0/+9 |
* | Nico Baggus made it work and compile under VMS! | Daniel Stenberg | 2001-08-06 | 1 | -0/+25 |
* | Nico Baggus' VMS adjustments | Daniel Stenberg | 2001-08-06 | 2 | -0/+17 |
* | VMS #ifdefs added. several related to size_t problems that we must address | Daniel Stenberg | 2001-08-06 | 1 | -1/+10 |
* | made this whole file #ifdef WIN32 | Daniel Stenberg | 2001-08-06 | 1 | -0/+2 |
* | VMS #include fixes, | Daniel Stenberg | 2001-08-06 | 1 | -6/+34 |
* | Jonathan Hseu noticed that you couldn't get a header callback unless you | Daniel Stenberg | 2001-08-06 | 1 | -1/+2 |
* | corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made it | Daniel Stenberg | 2001-08-06 | 1 | -2/+2 |
* | curl_escape() no longer attempts to detect already encoded stuff (in order | Daniel Stenberg | 2001-08-05 | 1 | -20/+7 |
* | - Sergio Ballestrero provided a patch for reading responses from NCSA httpd | Daniel Stenberg | 2001-08-05 | 1 | -6/+19 |
* | complete rewrite to avoid the BSD license in the previous version | Daniel Stenberg | 2001-08-03 | 1 | -295/+75 |
* | fixed the header that wrongly was the krb4-style one | Daniel Stenberg | 2001-08-03 | 1 | -35/+22 |
* | Andrew Francis base64 decode, my previous base64 encoder, new source header. | Daniel Stenberg | 2001-08-03 | 1 | -124/+231 |
* | httpreq cleanup fix | Daniel Stenberg | 2001-08-03 | 4 | -31/+31 |
* | don't do final newline output when using progress callback | Daniel Stenberg | 2001-08-02 | 1 | -1/+3 |
* | FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki | Daniel Stenberg | 2001-08-02 | 1 | -0/+5 |
* | Add win32 initialization support to curl_global_init() and | Sterling Hughes | 2001-07-12 | 1 | -2/+70 |
* | added strtok.c as a source file | Daniel Stenberg | 2001-06-29 | 1 | -1/+2 |
* | Nic Roets brought a fix for the certificate verification when using SSL. | Daniel Stenberg | 2001-06-29 | 1 | -1/+1 |
* | Anton Kalmykov's fix for dealing with form names with spaces! | Daniel Stenberg | 2001-06-25 | 1 | -1/+1 |
* | better treatment of truly aborted transfers | Daniel Stenberg | 2001-06-19 | 1 | -2/+2 |
* | files to ignore by default in cvs operations | Daniel Stenberg | 2001-06-18 | 1 | -0/+6 |
* | removed a failf() that would overwrite the previous error message | Daniel Stenberg | 2001-06-12 | 1 | -1/+1 |
* | Salvador Dávila's ftp range download fix | Daniel Stenberg | 2001-06-12 | 1 | -0/+6 |
* | corrected the -version-info | Daniel Stenberg | 2001-06-11 | 1 | -1/+1 |
* | duplicate curl_unescape entry removed | Daniel Stenberg | 2001-06-07 | 1 | -10/+9 |
* | SDavila posted a fix that sets conn->bits.use_range properly when doing | Daniel Stenberg | 2001-06-07 | 1 | -0/+1 |
* | Jörn corrected the mingw32 makefile | Daniel Stenberg | 2001-06-07 | 1 | -2/+4 |
* | S. Moonesamy updates, strtok.[ch] issues | Daniel Stenberg | 2001-06-06 | 3 | -27/+47 |
* | made the test-program in the bottom compile/build, remember to link with | Daniel Stenberg | 2001-06-05 | 1 | -3/+8 |
* | CURLOPT_MUTE and data->bits.mute are history, removed, gone! | Daniel Stenberg | 2001-05-31 | 3 | -7/+3 |
* | Test and substance patch. | Sterling Hughes | 2001-05-31 | 1 | -2/+13 |
* | removed _REENTRANT define | Daniel Stenberg | 2001-05-31 | 2 | -11/+0 |
* | re-generated | Daniel Stenberg | 2001-05-31 | 1 | -62/+58 |
* | include setup.h _before_ system includes | Daniel Stenberg | 2001-05-31 | 1 | -8/+1 |
* | if NEED_REENTRANT is set, define _REENTRANT already here since it has to | Daniel Stenberg | 2001-05-31 | 1 | -0/+8 |
* | includes setup.h, and thus I could remove the _REENTRANT define | Daniel Stenberg | 2001-05-31 | 1 | -6/+2 |
* | went back to the version where the flags argument to curl_global_init() | Daniel Stenberg | 2001-05-31 | 1 | -1/+1 |
* | removed the prototype and made it include string.h instead | Daniel Stenberg | 2001-05-31 | 1 | -1/+8 |
* | Sterling Hughes suggested we set 'static' before size_t... | Daniel Stenberg | 2001-05-31 | 1 | -1/+1 |
* | libcurl now has MUTE and NOPROGRESS set by default | Daniel Stenberg | 2001-05-30 | 1 | -0/+7 |
* | include strtok.h to get the prototype | Daniel Stenberg | 2001-05-30 | 4 | -0/+5 |
* | finally fixed the 'ret' compiler warning | Daniel Stenberg | 2001-05-30 | 1 | -1/+2 |
* | curl_global_init() support for CURL_GLOBAL_NOT_SSL | Daniel Stenberg | 2001-05-30 | 2 | -10/+19 |
* | curl_ => Curl_ | Daniel Stenberg | 2001-05-29 | 1 | -2/+2 |