Commit History

Author SHA1 Message Date
  Daniel Stenberg f3ab5d5500 - Daniel Egger provided a patch that allows you to disable proxy support in 15 years ago
  Yang Tse 4e909ee8b1 ntoa() and inet_ntoa_r() no longer used 15 years ago
  Yang Tse 59e378f48f remove unnecessary typecasting of malloc() 16 years ago
  Yang Tse a622fd90b4 remove unnecessary typecasting of calloc() 16 years ago
  Dan Fandrich 29ec219b82 Fixed an out of memory problem that caused torture test failures in tests 16 years ago
  Yang Tse ad638da2c2 Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU 16 years ago
  Yang Tse 66fb9ca5f6 For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, 16 years ago
  Dan Fandrich f1fe04245a Fixed a boundary condition error in ftp_readresp() whereby a non-terminal 16 years ago
  Daniel Stenberg 0e5da5b8bc - Scott Barrett provided a test case for a segfault in the FTP code and the 16 years ago
  Daniel Stenberg e481d679b2 - Liam Healy filed the debian bug report #480044 16 years ago
  Daniel Stenberg 7a6cff4b3a - Norbert Frese filed bug report #1951588: "Problem with curlftpfs and 16 years ago
  Dan Fandrich 1960eebc2d Added support for running on Symbian OS. 16 years ago
  Dan Fandrich 09777a4fc2 Some trivial changes 16 years ago
  Daniel Stenberg 7607d5145b - Based on the Debian bug report #474224 that complained about the FTP error 16 years ago
  Daniel Stenberg 1b701c746f - Refactored a lot of timeout code into a few functions in an attempt to make 16 years ago
  Daniel Stenberg b620e62f0f - Dmitry Kurochkin moved several struct fields from the connectdata struct to 16 years ago
  Daniel Stenberg ed6466d176 Calls to Curl_failf() are not supposed to provide a trailing newline as the 16 years ago
  Yang Tse 3564aec388 fix compiler warning 16 years ago
  Daniel Stenberg 18faa50940 Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow 16 years ago
  Daniel Stenberg f111c9edae more SOCKS5_HOSTNAME adjustments from Richard Atterer 16 years ago
  Daniel Stenberg 7138296633 make sure we deal with SOCKS5_HOSTNAME as a proxy type as well 16 years ago
  Gisle Vanem 083d3190e5 'false' and 'true' are not built-ins on most compilers. 16 years ago
  Daniel Stenberg a46b40b7fd Richard Atterer brought a patch that added support for SOCKS4a proxies, which 16 years ago
  Daniel Stenberg 662bee7193 All static functions that were previously name Curl_* something no longer 16 years ago
  Daniel Stenberg f75ba55b51 Fixed the resumed FTP upload loop to not require that the read callback 16 years ago
  Daniel Stenberg 13648f8ccd struct HandleData is now called struct SingleRequest, and is only for data that 16 years ago
  Daniel Stenberg cbd1a77ec2 if () => if() 16 years ago
  Daniel Stenberg ad6e28073c removed space after if and while before the parenthesis for better source code 16 years ago
  Daniel Stenberg 2ec8f77f21 avoid setting up a transfer when the state machine failed previously 16 years ago
  Daniel Stenberg d34fe06fb0 minor re-indent 16 years ago