summaryrefslogtreecommitdiff
path: root/lib/file.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-25file: avoid duplicated code sequenceEmil Engler
2020-11-23urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-22symbian: drop supportDaniel Stenberg
2020-09-21Curl_handler: add 'family' to each protocolDaniel Stenberg
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-06-25escape: make the URL decode able to reject only %00 bytesDaniel Stenberg
2020-04-30Merge tag 'curl-7_70_0'nikita
2020-04-11Revert "file: on Windows, refuse paths that start with \\"Daniel Stenberg
2020-01-10Merge tag 'curl-7_68_0'ng0
2020-01-06file: fix copyright year rangeDaniel Stenberg
2020-01-06file: on Windows, refuse paths that start with \\Daniel Stenberg
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-03-12file: fix "Checking if unsigned variable 'readcount' is less than zero."Daniel Stenberg
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-09-01all: s/int/size_t cleanupDaniel Stenberg
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-03spelling fixesViktor Szakats
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-02-01time_t-fixes: remove typecasts to 'long' for info.filetimeDaniel Stenberg
2018-01-30file: Check the return code from Curl_range and bail out on errorMax Dymond
2018-01-30Curl_range: commonize FTP and FILE range handlingMax Dymond
2017-12-03Merge tag 'curl-7_57_0'ng0
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-23file_range: avoid integer overflow when figuring out byte rangeDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22file: output the correct buffer to the userEven Rouault
2017-08-22handler: refactor connection checkingMax Dymond
2017-08-22file: make speedcheck use current time for checksDaniel Stenberg
2017-08-22buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-08-22upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg
2017-08-22file: use private buffer for C-L outputDaniel Stenberg
2017-08-22Improve code readbilitySylvestre Ledru
2017-08-22CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim
2017-08-22checksrc: code style: use 'char *name' styleDaniel Stenberg
2017-08-22file: fix compiler warningMichael Kaufmann
2017-08-22escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-08-07file: output the correct buffer to the userEven Rouault