Commit History

Author SHA1 Message Date
  Daniel Stenberg 86956c2261 white space changes only to clean up indent and source width 17 years ago
  Daniel Stenberg ad6e28073c removed space after if and while before the parenthesis for better source code 17 years ago
  Dan Fandrich 523767660c Fixed some minor mismatched types found by splint. 17 years ago
  Daniel Stenberg 50c10aa5bf Patrick Monnerat and I modified libcurl so that now it *copies* all strings 17 years ago
  Dan Fandrich 5ecd56d964 Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed 17 years ago
  Gunter Knauf a4f36558fc added NetWare-own file to provide some init functions (for now only CLIB); 17 years ago
  James Housley 4cd7f85410 Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS 17 years ago
  Daniel Stenberg 4c663ba9a8 When transferring 500 downloads in parallel with a c-ares enabled build only 17 years ago
  Daniel Stenberg f611f42dcf Frank Hempel fixed a curl_easy_duphandle() crash on a handle that had 17 years ago
  Yang Tse 0e05a6329a fix out of memory handling issue 17 years ago
  Daniel Stenberg 990b15e402 Rob Jones fixed better #ifdef'ing for a bunch of #include lines. 17 years ago
  Daniel Stenberg 371a25eee9 When curl_easy_duphandle() fails because it can't get or make a connection 17 years ago
  Yang Tse eed47311f8 New Internal wrapper function Curl_select() around select (2), it 17 years ago
  Yang Tse be8a5d0aef proper symbol definition check for all AmigaOS flavours 17 years ago
  Gisle Vanem c514a2a89a Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files 17 years ago
  Yang Tse a1d5983991 use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling 17 years ago
  Yang Tse 49c4d9c9cd add debug messages for initialization failures 17 years ago
  Daniel Stenberg e5adab39b1 curl_easy_reset() now resets the CA bundle path correctly 17 years ago
  Daniel Stenberg bd600fbebe curl_easy_duphandle() sets the magic number in the new handle 18 years ago
  Daniel Stenberg bedc61ac45 - Robert Foreman provided a prime example snippet showing how libcurl would 18 years ago
  Daniel Stenberg e4505aefd9 Jared Lundell filed bug report #1604956 18 years ago
  Daniel Stenberg 2147284cad James Housley brought support for SCP transfers 18 years ago
  Yang Tse 5df4be1165 Check for USE_WINSOCK instead of WIN32 where the check was done 18 years ago
  Yang Tse e150150d9f Remove redundant __CYGWIN__ symbol check 18 years ago
  Daniel Stenberg 552b963e6d Dmitriy Sergeyev provided an example source code that crashed CVS libcurl 18 years ago
  Gisle Vanem f7ddb39ee1 iconv-data needs to be fully reallocated (to prevent a double-free). 18 years ago
  Gisle Vanem f1ba12607a Duplicate iconv-data too in curl_easy_duphandle(). 18 years ago
  Daniel Stenberg b7eeb6e67f Major overhaul introducing http pipelining support and shared connection 18 years ago
  Gisle Vanem 4f4277d9c7 Simplified #ifdef on WIN32; the statement 18 years ago
  Gisle Vanem c7aae10300 Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. 18 years ago