log stream/stream_file.c @ 35898:952818cdfe94

age author description
Sat, 16 Mar 2013 13:38:34 +0000 reimar Fix previous commit, off_t must be replaced by int64_t
Sat, 16 Mar 2013 10:09:12 +0000 reimar Replace some uses of off_t by uint64_t.
Thu, 14 Mar 2013 20:04:24 +0000 reimar Win32: support file names with characters outside system code-page
Tue, 06 Nov 2012 17:31:23 +0000 reimar Change STREAM_CTRL_GET_SIZE argument type from off_t to
Wed, 22 Aug 2012 18:24:56 +0000 reimar Explicitly signal EOF when reaching the end of a file/pipe.
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.