Age | Commit message (Expand) | Author |
2001-08-14 | cleaned up some of the size_t and const mess | Daniel Stenberg |
2001-08-14 | removed unused code, added const | Daniel Stenberg |
2001-08-14 | cleaned up some picky compiler warnings and indented the code curl style | Daniel Stenberg |
2001-08-14 | added const char * => char * typecast | Daniel Stenberg |
2001-08-14 | const-ified lots of function arguments | Daniel Stenberg |
2001-08-14 | const-ified the code, removed Curl_ldap_done() | Daniel Stenberg |
2001-08-14 | fixed picky compiler warnings, unused arguments, const at proper places and | Daniel Stenberg |
2001-08-14 | Curl_httpchunk_read now takes size_t size arguments instead of the previous | Daniel Stenberg |
2001-08-14 | made some char * into const char * and I removed the check for size > 0 | Daniel Stenberg |
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 CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added notes to the two | Daniel Stenberg |
2001-08-09 | non-blocking connect please | Daniel Stenberg |
2001-08-09 | strip off user-agent before checking protocol | Daniel Stenberg |
2001-08-09 | The redirected error stream was closed before curl_easy_cleanup() was made, | Daniel Stenberg |
2001-08-09 | removied $Id:$ again, this is treated as a binary file and then that field | Daniel Stenberg |
2001-08-09 | Added $Id:$ to the header | Daniel Stenberg |
2001-08-09 | Added $Id:$ string for file version in the header | Daniel Stenberg |
2001-08-08 | when a test expects an error code but gets a different one, we now output | Daniel Stenberg |
2001-08-08 | Nico's notes about porting to VMS | Daniel Stenberg |
2001-08-08 | test cases, verifyhost, curl -E | Daniel Stenberg |
2001-08-08 | added unfortunate but necessary special-purpose files for VMS and RISC OS | Daniel Stenberg |
2001-08-08 | The file name given to -E can now contain drive letters on windows, if they | Daniel Stenberg |
2001-08-08 | credit where credit is due, added a bunch of recent contributors | Daniel Stenberg |
2001-08-08 | Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with | Daniel Stenberg |
2001-08-08 | Patrick Bihan-Faou's verifyhost addition | Daniel Stenberg |
2001-08-08 | config.h file for RISC OS compiles | Daniel Stenberg |
2001-08-08 | script to build curl on VMS | Daniel Stenberg |
2001-08-07 | replacing FILE * with common file descriptors? | Daniel Stenberg |
2001-08-07 | language correction | Daniel Stenberg |
2001-08-07 | added Rick Jones's more polite wording of 1.7, makes it better and friendlier | Daniel Stenberg |
2001-08-07 | nine new test cases | Daniel Stenberg |
2001-08-07 | added "1.7 What about CURL from curl.com?" | Daniel Stenberg |
2001-08-07 | test 202 - two file:// URLs in one command line | Daniel Stenberg |
2001-08-07 | added test 201, file:// with missing file | Daniel Stenberg |