Age | Commit message (Expand) | Author |
2001-08-14 | added const to the prompt char * in the proto | Daniel Stenberg |
2001-08-14 | added typecast when converting const char * to char * | Daniel Stenberg |
2001-08-14 | added const to the function protos | Daniel Stenberg |
2001-08-14 | Curl_ftpsendf's third argument is now a const char * | Daniel Stenberg |
2001-08-14 | corrected the size_t weirdness. Expect size_t to be unsigned. Moved most | Daniel Stenberg |
2001-08-14 | added a few consts and a few typecasts to please picky compiler options | Daniel Stenberg |
2001-08-14 | size_t => ssize_t, removed the special VMS fix for that purpose | Daniel Stenberg |
2001-08-14 | added typecasts when converting from unsigned int to int | Daniel Stenberg |
2001-08-14 | Added an empty win32_cleanup for non-windows systems to prevent compiler | Daniel Stenberg |
2001-08-14 | removed the *done() function as it served no purpose, added type casts when | Daniel Stenberg |
2001-08-14 | commented out empty else blocks to shut up pedantic compilers | Daniel Stenberg |
2001-08-14 | Added 'const' to the string arrays | Daniel Stenberg |
2001-08-14 | corrected dubious use of the same variable twice in a function call, | Daniel Stenberg |
2001-08-13 | curl_formparse() should no longer have any size-limit in the data section | Daniel Stenberg |
2001-08-10 | corrected minor source indentation error | Daniel Stenberg |
2001-08-10 | moved the download/upload speed calculations, to be made on every invoke | Daniel Stenberg |
2001-08-09 | Fixed bugs for building debug and SSL lib in VC makefile | sm |
2001-08-09 | Added $Id:$ string for file version in the header | Daniel Stenberg |
2001-08-08 | Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with | Daniel Stenberg |
2001-08-06 | Nico's fixes for VMS, most of these are fixes for bad uses of size_t that | Daniel Stenberg |
2001-08-06 | Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example | Daniel Stenberg |
2001-08-06 | adjusted for VMS | Daniel Stenberg |
2001-08-06 | Nico's VMS fixes | Daniel Stenberg |
2001-08-06 | Nico's VMS adjustment | Daniel Stenberg |
2001-08-06 | VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to become | Daniel Stenberg |
2001-08-06 | Nico Baggus made it work and compile under VMS! | Daniel Stenberg |
2001-08-06 | Nico Baggus' VMS adjustments | Daniel Stenberg |
2001-08-06 | VMS #ifdefs added. several related to size_t problems that we must address | Daniel Stenberg |
2001-08-06 | made this whole file #ifdef WIN32 | Daniel Stenberg |
2001-08-06 | VMS #include fixes, | Daniel Stenberg |
2001-08-06 | Jonathan Hseu noticed that you couldn't get a header callback unless you | Daniel Stenberg |
2001-08-06 | corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made it | Daniel Stenberg |
2001-08-05 | curl_escape() no longer attempts to detect already encoded stuff (in order | Daniel Stenberg |
2001-08-05 | - Sergio Ballestrero provided a patch for reading responses from NCSA httpd | Daniel Stenberg |
2001-08-03 | complete rewrite to avoid the BSD license in the previous version | Daniel Stenberg |
2001-08-03 | fixed the header that wrongly was the krb4-style one | Daniel Stenberg |
2001-08-03 | Andrew Francis base64 decode, my previous base64 encoder, new source header. | Daniel Stenberg |
2001-08-03 | httpreq cleanup fix | Daniel Stenberg |
2001-08-02 | don't do final newline output when using progress callback | Daniel Stenberg |
2001-08-02 | FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki | Daniel Stenberg |
2001-07-12 | Add win32 initialization support to curl_global_init() and | Sterling Hughes |
2001-06-29 | added strtok.c as a source file | Daniel Stenberg |
2001-06-29 | Nic Roets brought a fix for the certificate verification when using SSL. | Daniel Stenberg |
2001-06-25 | Anton Kalmykov's fix for dealing with form names with spaces! | Daniel Stenberg |
2001-06-19 | better treatment of truly aborted transfers | Daniel Stenberg |
2001-06-18 | files to ignore by default in cvs operations | Daniel Stenberg |
2001-06-12 | removed a failf() that would overwrite the previous error message | Daniel Stenberg |
2001-06-12 | Salvador Dávila's ftp range download fix | Daniel Stenberg |
2001-06-11 | corrected the -version-info | Daniel Stenberg |
2001-06-07 | duplicate curl_unescape entry removed | Daniel Stenberg |