summaryrefslogtreecommitdiff
path: root/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-6/+0
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-3/+4
* use the return code from lseek() to detect problems and bail out if soDaniel Stenberg2006-10-181-2/+5
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-11/+15
* Simplified #ifdef on WIN32; the statementGisle Vanem2006-09-031-1/+1
* Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem2006-08-301-1/+1
* Watcom lacks <sys/time.h>.Gisle Vanem2006-08-291-0/+2
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-4/+4
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-2/+0
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-2/+2
* fix questionable compare compiler error (unsigned can't be < 0)Marty Kuhrt2005-12-301-1/+1
* putting back into distMarty Kuhrt2005-12-301-3/+3
* Jamie Newton pointed out that libcurl's file:// code would close() a zeroDaniel Stenberg2005-12-011-1/+1
* Removed all uses of strftime() since it uses the localised version of theDaniel Stenberg2005-02-111-4/+10