1. 11 Jan, 2008 1 commit
    • 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. 10 Jan, 2008 6 commits
  3. 09 Jan, 2008 3 commits
  4. 08 Jan, 2008 8 commits
  5. 07 Jan, 2008 2 commits
  6. 06 Jan, 2008 8 commits
  7. 05 Jan, 2008 4 commits
  8. 04 Jan, 2008 8 commits