log src/neon/neon.c @ 1923:bf6a0330c939

age author description
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)