summaryrefslogtreecommitdiff
path: root/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - Hidemoto Nakada provided a small fix that makes it possible to get theDaniel Stenberg2009-02-031-1/+5
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-0/+1
* Added some #ifdefs around header files and change the EAGAIN test toDan Fandrich2008-11-141-0/+2
* CURLINFO_FILETIME now works for file:// transfers as wellDaniel Stenberg2008-11-041-0/+2
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-1/+0
* ANSI C compatibility fixYang Tse2008-09-121-1/+2
* Checked in some code improvements and minor fixes that I discovered in theDan Fandrich2008-09-101-1/+1
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-1/+1
* Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse2008-08-161-8/+7
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-7/+8