log src/audacious/vfs_buffered_file.c @ 4227:206378f34610

age author description
Sat, 27 Oct 2007 07:04:14 -0500 William Pitcock prebuffer more data (this makes vorbis happy)
Wed, 24 Oct 2007 11:55:53 +0300 Matti Hamalainen Fix an file descriptor leak.
Sat, 21 Jul 2007 19:02:49 -0500 William Pitcock Fix VFSBufferedFile::fsize(). trunk
Sat, 21 Jul 2007 15:50:13 -0500 William Pitcock Rewrite VFSBufferedFile::fseek(), now far less buggy! trunk
Fri, 20 Jul 2007 09:09:58 -0500 William Pitcock Invoke "Plugins are not derived work" clause provided by GPL3. trunk audacious-1.4.0-DR1
Fri, 20 Jul 2007 08:59:47 -0500 William Pitcock GPL3 relicensing. trunk
Sun, 24 Jun 2007 05:34:26 -0500 William Pitcock Backed out changeset 7d3beedf1db8677dab2327bc8d85af4746344f6e trunk
Sat, 23 Jun 2007 22:31:46 -0500 William Pitcock BSD relicensing (pass 2). trunk
Fri, 20 Apr 2007 06:49:07 -0700 ertzing [svn] trunk
Tue, 03 Apr 2007 11:54:52 -0700 nenolod [svn] - this probably fixes bug #858 trunk
Thu, 15 Mar 2007 18:44:52 -0700 nenolod [svn] - due to some bug in buffer management, bump the buffer side of things up to ~40kb instead of 32kb for now. trunk
Tue, 27 Feb 2007 04:09:06 -0800 nenolod [svn] - add vfs_buffered_file_release_live_fd(). trunk
Tue, 27 Feb 2007 03:49:22 -0800 nenolod [svn] - proxy requests for metadata attached to a VFSBufferedFile to the live trunk
Sat, 24 Feb 2007 06:01:39 -0800 nenolod [svn] - add reference-counting to VFS and add new function, vfs_dup() to trunk
Fri, 23 Feb 2007 20:10:54 -0800 nenolod [svn] - provide fd->uri for buffered files trunk
Sat, 27 Jan 2007 11:40:05 -0800 nenolod [svn] - make vfs_buffered_file_new_from_uri declaration const trunk
Sat, 27 Jan 2007 11:28:14 -0800 nenolod [svn] - fix an offset error in the vfs_buffered_file wraparound implementation sections trunk
Mon, 22 Jan 2007 01:01:33 -0800 nenolod [svn] - in vfs_buffered_file, we should only switch to live FD after 32768, trunk
Sun, 21 Jan 2007 04:28:28 -0800 hansmi [svn] Check for sz == 0 in vfs_buffered_file_new_from_uri(), return NULL if it's the case. trunk
Sat, 20 Jan 2007 16:55:37 -0800 nenolod [svn] - return NULL if vfs_fopen request failed trunk
Sat, 20 Jan 2007 03:39:28 -0800 nenolod [svn] - that should have been in vfs_fread trunk
Sat, 20 Jan 2007 03:07:30 -0800 nenolod [svn] - possible fix for VFSBufferedFile crash trunk
Mon, 15 Jan 2007 18:33:42 -0800 nenolod [svn] - automatically buffering deriv-class of VFSFile. will be used to speed up probing of network sources. trunk