• 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
To find the state of this project's repository at the time of any of these versions, check out the tags.