Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / file.c
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-11-13 Sebastian RasmussenFILE: Make upload-writes unbuffered by not using FILE...
2012-07-30 Kamil Dudkafile: use fdopen() for uploaded files if available
2011-11-24 Jonas Schnelliquery-part: ignore the URI part for given protocols
2011-11-03 Yang Tseurl.c and file.c: fix OOM triggered segfault
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-10-21 Yang Tsefile.c: OOM handling fix
2011-10-14 Yang Tsefile.c: fix compiler warning
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-25 Yang TseWIN32 io.h and fcntl.h inclusion done in setup_once.h
2011-07-25 Yang Tsetime.h and sys/time.h inclusion conditionally done...
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-05-05 Daniel Stenbergremove FILE protocol-specific checks
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-04 Stefan Krausetransfer: avoid insane conversion of time_t
2011-02-07 Daniel StenbergCurl_gmtime: added a portable gmtime
2011-01-31 Dave Reisnerfile: add support for CURLOPT_TIMECONDITION
2010-11-26 Yang Tses/isspace/ISSPACE
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel Stenbergfile_range: remove unnecessary check for NULL pointer
2010-04-16 Daniel Stenbergfile_range: Value stored to 'totalsize' is never read
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-06-04 Yang Tseallow building libcurl for VxWorks
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-03 Daniel Stenberg- Hidemoto Nakada provided a small fix that makes it...
2008-12-19 Daniel Stenberg- Using the libssh2 0.19 function libssh2_session_block...
2008-11-14 Dan FandrichAdded some #ifdefs around header files and change the...
2008-11-04 Daniel StenbergCURLINFO_FILETIME now works for file:// transfers as...
2008-09-29 Dan FandrichRemoved unneeded includes of signal.h and setjmp.h
2008-09-12 Yang TseANSI C compatibility fix
2008-09-10 Dan FandrichChecked in some code improvements and minor fixes that...
2008-09-06 Yang Tseremove unnecessary typecasting of calloc()
2008-08-16 Yang TseLibrary internal only C preprocessor macros FORMAT_OFF_...
2008-08-15 Yang TseFor congruency sake with the naming of other CURL_XXXXX...
2008-05-21 Dan FandrichRenamed MSDOS_FILESYSTEM to avoid conflict with MIT GSS
2008-04-22 Dan FandrichAdded support for running on Symbian OS.
2008-04-17 Dan FandrichSome trivial changes
2008-01-31 Daniel Stenberg- Dmitry Kurochkin moved several struct fields from...
2008-01-11 Yang Tsefix compiler warning
2008-01-11 Daniel StenbergDaniel Egger made CURLOPT_RANGE work on file:// URLs...
2007-12-08 Daniel StenbergAll static functions that were previously name Curl_...
2007-11-24 Daniel Stenbergstruct HandleData is now called struct SingleRequest...
2007-11-15 Daniel StenbergRearranged code and changed Curl_readwrite_init() and...
2007-11-07 Daniel Stenbergif () => if()
2007-10-30 Dan FandrichFixed an OOM problem with file: URLs
2007-10-23 Yang TseFile is not a protocol that can deal with "persistancy"
2007-10-22 Daniel StenbergMichal Marek forwarded the bug report
2007-10-17 Yang TseWe use this ZERO_NULL to avoid picky compiler warnings,
2007-10-13 Dan FandrichMade a few more functions static with the protocol...
2007-10-12 Patrick MonneratAdded per-protocol callback static tables, replacing...
2007-09-27 Dan FandrichEnabled a few more gcc warnings with --enable-debug...
2007-08-29 Dan FandrichAdded lots of consts
2007-08-22 Daniel StenbergBug report #1779751 (curl.haxx.se/bug/view.cgi?id=17797...
2007-07-23 Dan FandrichImplemented only the parts of Patrick Monnerat's OS...
2007-06-28 James HousleyUsing fdopen() is a more correct way to implement the...
2007-06-27 James HousleyAdd two new options for the SFTP/SCP/FILE protocols...
2007-06-07 Dan FandrichFixed a compiler warning on uClibc.
2007-05-31 Daniel StenbergFeng Tu made (lib)curl support "upload" resuming work...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-01-16 Daniel Stenberg- Armel Asselin improved libcurl to behave a lot better...
2006-10-18 Daniel Stenberguse the return code from lseek() to detect problems...
2006-10-11 Yang TseRemove redundant __CYGWIN__ symbol check
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2006-09-03 Gisle VanemSimplified #ifdef on WIN32; the statement
2006-08-30 Gisle VanemRemoved "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME...
2006-08-29 Gisle VanemWatcom lacks <sys/time.h>.
2006-08-19 Daniel StenbergBased on a patch by Armel Asselin, the FTP code no...
2006-05-04 Daniel StenbergRoland Blom filed bug report #1481217
2006-04-07 Daniel StenbergFirst commit of David McCreedy's EBCDIC and TPF changes.
2005-12-30 Marty Kuhrtfix questionable compare compiler error (unsigned can...
2005-12-30 Marty Kuhrtputting back into dist
2005-12-01 Daniel StenbergJamie Newton pointed out that libcurl's file:// code...
2005-02-11 Daniel StenbergRemoved all uses of strftime() since it uses the locali...
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2004-12-16 Daniel Stenbergmoved the lseek() and stat() magic defines to setup...
2004-12-13 Daniel StenbergGisle's fix for resuming large file:// files on windows...
2004-12-11 Daniel Stenbergprovide an error string when resuming fails - and use...
2004-11-09 Gisle VanemHandle drive-letter on MS-DOS.
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-08-17 Daniel StenbergKjetil Jacobsen reported an open file leak in file...
2004-07-06 Daniel StenbergAndres Garcia pointed out that we searched for a slash...
2004-06-24 Daniel Stenbergfix warning
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
next