Skip to content
  1. Jan 11, 2008
    • Daniel Stenberg's avatar
      I made the curl tool switch from using CURLOPT_IOCTLFUNCTION to now use the · e2c81773
      Daniel Stenberg authored
      spanking new CURLOPT_SEEKFUNCTION simply to take advantage of the improved
      performance for the upload resume cases where you want to upload the last
      few bytes of a very large file. To implement this decently, I had to switch
      the client code for uploading from fopen()/fread() to plain open()/read() so
      that we can use lseek() to do >32bit seeks (as fseek() doesn't allow that)
      on systems that offer support for that.
      e2c81773
  2. Jan 10, 2008
  3. Jan 09, 2008
  4. Jan 08, 2008
  5. Jan 07, 2008
  6. Jan 06, 2008
  7. Jan 05, 2008
  8. Jan 04, 2008