aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-08-14--enable-debug now sets the following CFLAGS:Daniel Stenberg
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 CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added notes to the twoDaniel Stenberg
2001-08-09non-blocking connect pleaseDaniel Stenberg
2001-08-09strip off user-agent before checking protocolDaniel Stenberg
2001-08-09The redirected error stream was closed before curl_easy_cleanup() was made,Daniel Stenberg
2001-08-09removied $Id:$ again, this is treated as a binary file and then that fieldDaniel Stenberg
2001-08-09Added $Id:$ to the headerDaniel Stenberg
2001-08-09Added $Id:$ string for file version in the headerDaniel Stenberg
2001-08-08when a test expects an error code but gets a different one, we now outputDaniel Stenberg
2001-08-08Nico's notes about porting to VMSDaniel Stenberg
2001-08-08test cases, verifyhost, curl -EDaniel Stenberg
2001-08-08added unfortunate but necessary special-purpose files for VMS and RISC OSDaniel Stenberg
2001-08-08The file name given to -E can now contain drive letters on windows, if theyDaniel Stenberg
2001-08-08credit where credit is due, added a bunch of recent contributorsDaniel Stenberg
2001-08-08Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal withDaniel Stenberg
2001-08-08Patrick Bihan-Faou's verifyhost additionDaniel Stenberg
2001-08-08config.h file for RISC OS compilesDaniel Stenberg
2001-08-08script to build curl on VMSDaniel Stenberg