summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* geez, I'd ruined Nico's socklen_t define, corrected it nowDaniel Stenberg2001-08-141-1/+1
* Nico's updatesDaniel Stenberg2001-08-141-4/+31
* redirected stderr problem fixed, VC build with SSL makefile fix, big formDaniel Stenberg2001-08-141-0/+33
* exchanged the second and third argument to fwrite(), as that makes it lookDaniel Stenberg2001-08-141-120/+3
* #include <curl/mprintf.h>Daniel Stenberg2001-08-141-0/+4
* curl_memdebug takes a const argument nowDaniel Stenberg2001-08-142-2/+2
* (un)signed and const cleanupDaniel Stenberg2001-08-143-15/+15
* --enable-debug now sets the following CFLAGS:Daniel Stenberg2001-08-141-1/+1
* minor fixes for compiler warningsDaniel Stenberg2001-08-141-7/+7
* Curl_open() only take one argument now,Daniel Stenberg2001-08-141-7/+9
* const and (un)signed fixesDaniel Stenberg2001-08-141-4/+4
* const and unsigned/signed fixesDaniel Stenberg2001-08-141-3/+3
* removed the use of the global array for the password that was necessaryDaniel Stenberg2001-08-141-4/+23
* size_t and constDaniel Stenberg2001-08-141-5/+5
* cleaned up some of the size_t and const messDaniel Stenberg2001-08-141-6/+12
* removed unused code, added constDaniel Stenberg2001-08-141-49/+24
* cleaned up some picky compiler warnings and indented the code curl styleDaniel Stenberg2001-08-141-147/+116
* added const char * => char * typecastDaniel Stenberg2001-08-141-1/+1
* const-ified lots of function argumentsDaniel Stenberg2001-08-142-16/+18
* const-ified the code, removed Curl_ldap_done()Daniel Stenberg2001-08-141-8/+4
* fixed picky compiler warnings, unused arguments, const at proper places andDaniel Stenberg2001-08-141-195/+192
* Curl_httpchunk_read now takes size_t size arguments instead of the previousDaniel Stenberg2001-08-141-2/+2
* made some char * into const char * and I removed the check for size > 0Daniel Stenberg2001-08-141-22/+20
* added const to the prompt char * in the protoDaniel Stenberg2001-08-141-1/+1
* added typecast when converting const char * to char *Daniel Stenberg2001-08-141-1/+1
* added const to the function protosDaniel Stenberg2001-08-141-2/+2
* Curl_ftpsendf's third argument is now a const char *Daniel Stenberg2001-08-141-1/+1
* corrected the size_t weirdness. Expect size_t to be unsigned. Moved mostDaniel Stenberg2001-08-141-88/+5
* added a few consts and a few typecasts to please picky compiler optionsDaniel Stenberg2001-08-141-11/+11
* size_t => ssize_t, removed the special VMS fix for that purposeDaniel Stenberg2001-08-141-10/+3
* added typecasts when converting from unsigned int to intDaniel Stenberg2001-08-141-2/+2
* Added an empty win32_cleanup for non-windows systems to prevent compilerDaniel Stenberg2001-08-141-2/+3
* removed the *done() function as it served no purpose, added type casts whenDaniel Stenberg2001-08-141-8/+3
* commented out empty else blocks to shut up pedantic compilersDaniel Stenberg2001-08-141-5/+6
* Added 'const' to the string arraysDaniel Stenberg2001-08-141-2/+2
* corrected dubious use of the same variable twice in a function call,Daniel Stenberg2001-08-141-1/+1
* curl_formparse() should no longer have any size-limit in the data sectionDaniel Stenberg2001-08-131-2/+10
* corrected minor source indentation errorDaniel Stenberg2001-08-101-2/+2
* moved the download/upload speed calculations, to be made on every invokeDaniel Stenberg2001-08-101-6/+5
* Fixed bugs for building debug and SSL lib in VC makefilesm2001-08-091-3/+3
* Added CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added notes to the twoDaniel Stenberg2001-08-091-5/+19
* non-blocking connect pleaseDaniel Stenberg2001-08-091-0/+3
* strip off user-agent before checking protocolDaniel Stenberg2001-08-091-0/+3
* The redirected error stream was closed before curl_easy_cleanup() was made,Daniel Stenberg2001-08-091-5/+5
* removied $Id:$ again, this is treated as a binary file and then that fieldDaniel Stenberg2001-08-091-2/+0
* Added $Id:$ to the headerDaniel Stenberg2001-08-093-0/+6
* Added $Id:$ string for file version in the headerDaniel Stenberg2001-08-093-0/+6
* when a test expects an error code but gets a different one, we now outputDaniel Stenberg2001-08-081-1/+1
* Nico's notes about porting to VMSDaniel Stenberg2001-08-081-6/+76
* test cases, verifyhost, curl -EDaniel Stenberg2001-08-081-0/+15