summaryrefslogtreecommitdiff
path: root/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim2017-01-191-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* file: fix compiler warningMichael Kaufmann2016-11-011-1/+1
* escape: avoid using curl_easy_unescape() internallyDaniel Stenberg2016-10-311-4/+5
* library: Fix memory leaks found during static analysisMiroslav Franc2016-07-141-2/+6
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-4/+4
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+1
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* file: remove duplicate checks of the same variableDaniel Stenberg2016-03-311-23/+21
* file: try reading from files with no sizeDaniel Stenberg2016-02-251-8/+18
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-201-2/+0
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-20/+19
* file: reject paths using embedded %00Daniel Stenberg2014-09-301-2/+10
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-3/+3
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-7/+8
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-14/+20
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-22/+7
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+591
* build: rename 93 lib/*.c filesYang Tse2013-01-031-591/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-14/+14
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* FILE: Make upload-writes unbuffered by not using FILE streamsSebastian Rasmussen2012-11-131-29/+18
* file: use fdopen() for uploaded files if availableKamil Dudka2012-07-301-0/+4
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-1/+1
* url.c and file.c: fix OOM triggered segfaultYang Tse2011-11-031-4/+5
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+1
* file.c: OOM handling fixYang Tse2011-10-211-6/+29
* file.c: fix compiler warningYang Tse2011-10-141-2/+5
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-6/+0
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+1
* remove FILE protocol-specific checksDaniel Stenberg2011-05-051-1/+1
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-3/+3
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-7/+7
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-1/+1
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-1/+2
* transfer: avoid insane conversion of time_tStefan Krause2011-03-041-1/+1
* Curl_gmtime: added a portable gmtimeDaniel Stenberg2011-02-071-7/+6
* file: add support for CURLOPT_TIMECONDITIONDave Reisner2011-01-311-0/+7
* s/isspace/ISSPACEYang Tse2010-11-261-1/+1
* file_range: remove unnecessary check for NULL pointerDaniel Stenberg2010-04-161-1/+1
* file_range: Value stored to 'totalsize' is never readDaniel Stenberg2010-04-161-3/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* allow building libcurl for VxWorksYang Tse2009-06-041-2/+8