log stream/stream_cddb.c @ 31315:ad274a5b093b

age author description
Sat, 06 Mar 2010 07:24:41 +0000 komh Define O_BINARY in stream/stream.h unless it is defined yet, and use it
Sun, 28 Feb 2010 03:26:18 +0000 komh Add cddb:// support for OS/2
Thu, 25 Feb 2010 22:29:00 +0000 reimar Remove unused function declaration.
Thu, 25 Feb 2010 22:27:53 +0000 reimar Make local-only cddb functions static.
Thu, 25 Feb 2010 09:09:57 +0000 komh Define O_BINARY if it is undefined.
Sat, 20 Feb 2010 19:57:47 +0000 diego cosmetics: K&R coding style, indent with 4 spaces, no tabs
Fri, 19 Feb 2010 13:40:04 +0000 komh Add missing 'defined' for __bsdi__.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 01 Feb 2009 13:42:27 +0000 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
Mon, 13 Oct 2008 16:23:55 +0000 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Tue, 15 Jul 2008 17:35:52 +0000 reimar Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the same, but should not matter).
Sat, 05 Jul 2008 11:39:43 +0000 diego Add disc ID to -identify output.
Fri, 16 May 2008 08:43:15 +0000 diego cosmetics: Remove useless parentheses from return statements.