log stream/stream_file.c @ 34543:21caebba991b

age author description
Thu, 07 Jul 2011 17:37:58 +0000 reimar Include io.h for setmode().
Thu, 10 Feb 2011 21:25:38 +0000 ranma Fix stream_write_buffer to make sure all requested bytes are written
Wed, 10 Nov 2010 17:21:28 +0000 reimar Make the file protocol read up to 64 kB at once when the cache is used,
Mon, 16 Aug 2010 10:45:37 +0000 reimar Simplify and document MinGW stdin hack.
Sat, 06 Mar 2010 07:24:41 +0000 komh Define O_BINARY in stream/stream.h unless it is defined yet, and use it
Thu, 04 Mar 2010 14:46:44 +0000 komh Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead
Fri, 19 Feb 2010 09:14:01 +0000 komh Replace platform preprocessor check by HAVE_DOS_PATHS.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Wed, 03 Jun 2009 14:06:10 +0000 diego Files should be opened in binary mode on OS/2.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 13 Oct 2008 16:23:55 +0000 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
Sun, 24 Feb 2008 11:21:27 +0000 reimar Avoid a pointless special-case for opening a file
Wed, 20 Feb 2008 08:20:49 +0000 diego Add support for DOS-style file:///x:/path paths.
Sun, 13 Jan 2008 12:34:42 +0000 reimar stream_opts should be const