summaryrefslogtreecommitdiff
path: root/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed MSDOS_FILESYSTEM to avoid conflict with MIT GSSDan Fandrich2008-05-211-5/+5
* Added support for running on Symbian OS.Dan Fandrich2008-04-221-1/+1
* Some trivial changesDan Fandrich2008-04-171-7/+10
* - Dmitry Kurochkin moved several struct fields from the connectdata struct toDaniel Stenberg2008-01-311-1/+1
* fix compiler warningYang Tse2008-01-111-5/+4
* Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way itDaniel Stenberg2008-01-111-5/+84
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-13/+13