log src/neon/neon.c @ 2152:8a5231ff9c4f

age author description
Sun, 04 Nov 2007 14:05:16 +0100 Ralf Ertzinger - Use a single lock for the ring buffer and the condition variable
Wed, 24 Oct 2007 07:34:02 +0300 Matti Hamalainen s/bmp_cfg_/aud_cfg_/g
Sat, 20 Oct 2007 19:33:44 -0500 William Pitcock Send any query strings along with the HTTP request.
Sat, 13 Oct 2007 13:17:15 +0200 Christian Birchinger close the config db again after using
Fri, 12 Oct 2007 15:06:59 -0500 William Pitcock back out my change
Fri, 12 Oct 2007 14:24:14 -0500 William Pitcock cope with seeks before the stream start point.
Sun, 07 Oct 2007 00:25:33 -0500 William Pitcock s/vfs_/aud_vfs_/g
Wed, 03 Oct 2007 16:15:00 +0200 Jonathan Schleifer Fix a warning.
Wed, 03 Oct 2007 15:37:04 +0200 Ralf Ertzinger branch merge
Wed, 03 Oct 2007 15:35:56 +0200 Ralf Ertzinger - Be a bit more verbose about network errors
Tue, 02 Oct 2007 18:43:28 +0300 Matti Hamalainen Various #include cleanups.
Mon, 01 Oct 2007 10:39:03 +0200 Ralf Ertzinger - Return -1 from fsize() on unknown content length
Sun, 30 Sep 2007 22:19:11 +0200 Ralf Ertzinger - Enable https:// transport
Sun, 30 Sep 2007 21:33:58 +0200 Ralf Ertzinger - Properly check if we could read the use_proxy property from the config
Thu, 27 Sep 2007 13:06:17 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
Thu, 27 Sep 2007 13:04:56 -0500 William Pitcock Allow for the neon http VFS plugin to work without neon 0.27 by using weak attributes.
Thu, 27 Sep 2007 15:36:15 +0200 Ralf Ertzinger - Make code compilable against neon 0.26 by dropping the connect timeout.
Sat, 22 Sep 2007 16:39:15 +0200 Ralf Ertzinger - Fix config db handling
Sat, 22 Sep 2007 15:39:16 +0200 Ralf Ertzinger - Proxy support
Wed, 19 Sep 2007 18:34:56 +0200 Ralf Ertzinger - Use g_strlcpy instead of strcpy
Wed, 19 Sep 2007 17:44:13 +0200 Ralf Ertzinger - Add license texts to the neon source
Wed, 19 Sep 2007 17:33:22 +0200 Ralf Ertzinger - Read the correct amount of data from the buffer when handling ShoutCast metadata
Wed, 19 Sep 2007 14:36:37 +0200 Ralf Ertzinger - Free memory for ICY tags
Wed, 19 Sep 2007 12:06:35 +0200 Ralf Ertzinger branch merge
Wed, 19 Sep 2007 12:04:12 +0200 Ralf Ertzinger - Add HTTP auth support (http://<username>:<password>@.... scheme)
Tue, 18 Sep 2007 19:39:35 -0500 William Pitcock Call g_strlcpy() on static name/value buffers instead of strcpy().
Tue, 18 Sep 2007 18:01:00 +0200 Ralf Ertzinger - Add lots of code to support the completely braindead concept that is StreamCast
Tue, 18 Sep 2007 11:35:15 +0200 Ralf Ertzinger - Add network timeouts
Mon, 17 Sep 2007 22:10:21 +0200 Ralf Ertzinger - Correct some compiler warnings
Mon, 17 Sep 2007 21:46:53 +0200 Ralf Ertzinger - Add neon HTTP transport plugin sources (for real)