summaryrefslogtreecommitdiff
path: root/lib/file.c
AgeCommit message (Expand)Author
2017-08-20Patchset for gnURL microfork:gnurl-7.55.1gnurl-7_55_1Christian Grothoff
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
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-13FILE: Make upload-writes unbuffered by not using FILE streamsSebastian Rasmussen
2012-07-30file: use fdopen() for uploaded files if availableKamil Dudka
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-11-03url.c and file.c: fix OOM triggered segfaultYang Tse
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-10-21file.c: OOM handling fixYang Tse
2011-10-14file.c: fix compiler warningYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-25WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse
2011-07-25time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-05-05remove FILE protocol-specific checksDaniel Stenberg
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2011-03-04transfer: avoid insane conversion of time_tStefan Krause