aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-08-14minor fixes for compiler warningsDaniel Stenberg
2001-08-14Curl_open() only take one argument now,Daniel Stenberg
2001-08-14const and (un)signed fixesDaniel Stenberg
2001-08-14const and unsigned/signed fixesDaniel Stenberg
2001-08-14removed the use of the global array for the password that was necessaryDaniel Stenberg
2001-08-14size_t and constDaniel Stenberg
2001-08-14cleaned up some of the size_t and const messDaniel Stenberg
2001-08-14removed unused code, added constDaniel Stenberg
2001-08-14cleaned up some picky compiler warnings and indented the code curl styleDaniel Stenberg
2001-08-14added const char * => char * typecastDaniel Stenberg
2001-08-14const-ified lots of function argumentsDaniel Stenberg
2001-08-14const-ified the code, removed Curl_ldap_done()Daniel Stenberg
2001-08-14fixed picky compiler warnings, unused arguments, const at proper places andDaniel Stenberg
2001-08-14Curl_httpchunk_read now takes size_t size arguments instead of the previousDaniel Stenberg
2001-08-14made some char * into const char * and I removed the check for size > 0Daniel Stenberg
2001-08-14added const to the prompt char * in the protoDaniel Stenberg
2001-08-14added typecast when converting const char * to char *Daniel Stenberg
2001-08-14added const to the function protosDaniel Stenberg
2001-08-14Curl_ftpsendf's third argument is now a const char *Daniel Stenberg
2001-08-14corrected the size_t weirdness. Expect size_t to be unsigned. Moved mostDaniel Stenberg
2001-08-14added a few consts and a few typecasts to please picky compiler optionsDaniel Stenberg
2001-08-14size_t => ssize_t, removed the special VMS fix for that purposeDaniel Stenberg
2001-08-14added typecasts when converting from unsigned int to intDaniel Stenberg
2001-08-14Added an empty win32_cleanup for non-windows systems to prevent compilerDaniel Stenberg
2001-08-14removed the *done() function as it served no purpose, added type casts whenDaniel Stenberg
2001-08-14commented out empty else blocks to shut up pedantic compilersDaniel Stenberg
2001-08-14Added 'const' to the string arraysDaniel Stenberg
2001-08-14corrected dubious use of the same variable twice in a function call,Daniel Stenberg
2001-08-13curl_formparse() should no longer have any size-limit in the data sectionDaniel Stenberg
2001-08-10corrected minor source indentation errorDaniel Stenberg
2001-08-10moved the download/upload speed calculations, to be made on every invokeDaniel Stenberg
2001-08-09Fixed bugs for building debug and SSL lib in VC makefilesm
2001-08-09Added $Id:$ string for file version in the headerDaniel Stenberg
2001-08-08Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal withDaniel Stenberg
2001-08-06Nico's fixes for VMS, most of these are fixes for bad uses of size_t thatDaniel Stenberg
2001-08-06Curl_FormFree renamed to Curl_formclean, as it turns out VMS for exampleDaniel Stenberg
2001-08-06adjusted for VMSDaniel Stenberg
2001-08-06Nico's VMS fixesDaniel Stenberg
2001-08-06Nico's VMS adjustmentDaniel Stenberg
2001-08-06VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to becomeDaniel Stenberg
2001-08-06Nico Baggus made it work and compile under VMS!Daniel Stenberg
2001-08-06Nico Baggus' VMS adjustmentsDaniel Stenberg
2001-08-06VMS #ifdefs added. several related to size_t problems that we must addressDaniel Stenberg
2001-08-06made this whole file #ifdef WIN32Daniel Stenberg
2001-08-06VMS #include fixes,Daniel Stenberg
2001-08-06 Jonathan Hseu noticed that you couldn't get a header callback unless youDaniel Stenberg
2001-08-06corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made itDaniel Stenberg
2001-08-05curl_escape() no longer attempts to detect already encoded stuff (in orderDaniel Stenberg
2001-08-05- Sergio Ballestrero provided a patch for reading responses from NCSA httpdDaniel Stenberg
2001-08-03complete rewrite to avoid the BSD license in the previous versionDaniel Stenberg