Commit History

Author SHA1 Message Date
  Daniel Stenberg e2c6e00570 - Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219) 15 years ago
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h 15 years ago
  Gisle Vanem 8925527fef In MSVC9 'time_t' is a 64-bit quantity. This causes a truncation warning 15 years ago
  Yang Tse 6e34c2d59a fix compiler warning: conversion from 'int' to 'bool', possible loss of data 15 years ago
  Yang Tse 34b09398d5 fix compiler warning: enumerated type mixed with another type 15 years ago
  Daniel Stenberg 0516ce7786 - Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an app 15 years ago
  Dan Fandrich 5591550167 Fixed a couple more locale-dependent toupper conversions, mainly for 15 years ago
  Daniel Stenberg 1225d36188 Grant Erickson fixed timeouts for TFTP 15 years ago
  Daniel Stenberg 07416b61e3 - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl 16 years ago
  Dan Fandrich ea8fbb5233 Added some #ifdefs around header files and change the EAGAIN test to 16 years ago
  Dan Fandrich 8f467b4288 Removed unneeded includes of signal.h and setjmp.h 16 years ago
  Dan Fandrich 0994d7811f Removed some redundant type casts 16 years ago
  Yang Tse 537490e391 Undo using the sreadfrom() wrapper to replace recvfrom() in our code. 16 years ago
  Yang Tse 775d9e0615 fix compiler warning: comparison between signed and unsigned 16 years ago
  Yang Tse 1b37baf656 Use the sreadfrom() wrapper to replace recvfrom() in our code. 16 years ago
  Daniel Stenberg fcc320ee40 Yang Tse pointed out a few remaining quirks from my timeout refactoring from 16 years ago
  Dan Fandrich 44fba11b34 Fixed unused variable warning. 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 ed6466d176 Calls to Curl_failf() are not supposed to provide a trailing newline as the 16 years ago
  Yang Tse 15f832d1c2 fix compiler warning 16 years ago
  Daniel Stenberg 662bee7193 All static functions that were previously name Curl_* something no longer 17 years ago
  Daniel Stenberg 162c039e9d reqdata doesn't exist anymore and the path moved to the UrlState struct 17 years ago
  Daniel Stenberg 13648f8ccd struct HandleData is now called struct SingleRequest, and is only for data that 17 years ago
  Daniel Stenberg 50feea3eef Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into 17 years ago
  Daniel Stenberg 5c8b973d4f use the existing variable instead 17 years ago
  Daniel Stenberg b22e03b2b2 Fix how TFTP connections are treated when re-used, if the SessionHandle has 17 years ago
  Daniel Stenberg cbd1a77ec2 if () => if() 17 years ago
  Daniel Stenberg 9dbc2c827d fix the check 17 years ago
  Daniel Stenberg 91e27ce755 Fixed a TFTP memory leak. Enabled test 2003 to verify this. 17 years ago
  Yang Tse 92433e596b We use this ZERO_NULL to avoid picky compiler warnings, 17 years ago