summaryrefslogtreecommitdiff
path: root/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-23/+23
* Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() intoDaniel Stenberg2007-11-151-1/+0
* if () => if()Daniel Stenberg2007-11-071-11/+11
* Fixed an OOM problem with file: URLsDan Fandrich2007-10-301-5/+4
* File is not a protocol that can deal with "persistancy"Yang Tse2007-10-231-0/+10
* Michal Marek forwarded the bug reportDaniel Stenberg2007-10-221-13/+15
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-8/+8
* Made a few more functions static with the protocol handler table in place.Dan Fandrich2007-10-131-2/+4
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-1/+28
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-3/+3
* Added lots of constsDan Fandrich2007-08-291-4/+4
* Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointedDaniel Stenberg2007-08-221-3/+6
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-231-1/+1
* Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMSJames Housley2007-06-281-2/+1
* Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMSJames Housley2007-06-271-1/+16
* Fixed a compiler warning on uClibc.Dan Fandrich2007-06-071-1/+1
* Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.Daniel Stenberg2007-05-311-2/+35