aboutsummaryrefslogtreecommitdiff
path: root/lib/file.c
AgeCommit message (Expand)Author
2020-04-11Revert "file: on Windows, refuse paths that start with \\"Daniel Stenberg
2020-01-06file: fix copyright year rangeDaniel Stenberg
2020-01-06file: on Windows, refuse paths that start with \\Daniel Stenberg
2019-03-12file: fix "Checking if unsigned variable 'readcount' is less than zero."Daniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-09-01all: s/int/size_t cleanupDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-03spelling fixesViktor Szakats
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-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
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-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-08-07file: output the correct buffer to the userEven Rouault
2017-06-30handler: refactor connection checkingMax Dymond
2017-06-07file: make speedcheck use current time for checksDaniel Stenberg
2017-05-01buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-05-01upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg
2017-05-01file: use private buffer for C-L outputDaniel Stenberg
2017-03-13Improve code readbilitySylvestre Ledru
2017-01-19CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-01file: fix compiler warningMichael Kaufmann
2016-10-31escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2016-07-14library: Fix memory leaks found during static analysisMiroslav Franc
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-03-31file: remove duplicate checks of the same variableDaniel Stenberg
2016-02-25file: try reading from files with no sizeDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-05-20read_callback: move to SessionHandle from connectdataDaniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-09-30file: reject paths using embedded %00Daniel Stenberg
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-08-12urldata: clean up the use of the protocol specific structsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse