Thu, 07 May 2009 11:43:21 -0500 |
William Pitcock |
neon: Don't bother trying to seek on a Twisted server. It lies about it's capabilities, which leads to failure.
|
Thu, 07 May 2009 00:36:39 -0500 |
William Pitcock |
neon: avoid deadlocks in NEON_STATUS_ERROR codepath.
|
Thu, 07 May 2009 00:30:11 -0500 |
William Pitcock |
neon: More gracefully handle the NEON_READER_ERROR condition.
|
Wed, 06 May 2009 14:04:28 -0500 |
William Pitcock |
Backed out changeset 617cd51dfee5
|
Wed, 06 May 2009 12:10:28 -0500 |
William Pitcock |
neon: Fix crashes on buffer underrun due to NEON_READER_ERROR. (closes #57)
|
Mon, 27 Apr 2009 05:43:28 -0500 |
William Pitcock |
neon: unbreak compile
|
Mon, 27 Apr 2009 05:39:42 -0500 |
William Pitcock |
neon: Add support for icy-br.
|
Sun, 26 Apr 2009 14:13:01 -0400 |
John Lindgren |
Return bytes in the range 0x80-0xff as positive; negative values indicate an error (fixes bug #27).
|
Sun, 01 Mar 2009 23:29:04 -0600 |
William Pitcock |
Add more assertions.
|
Wed, 26 Nov 2008 02:55:04 +0900 |
Yoshiki Yazawa |
- changed include path from audacious to audlegacy.
|
Mon, 14 Jul 2008 03:35:13 +0300 |
Andrew O. Shadoura |
fixed FSF address
|
Sat, 14 Jun 2008 16:54:44 +0300 |
Matti Hamalainen |
Use gsize instead of gint.
|
Sat, 31 May 2008 23:45:02 +0200 |
Jonathan Schleifer |
Don't check for neon 0.27, but for ne_set_connect_timeout.
|
Wed, 28 May 2008 22:21:54 +0300 |
Matti Hamalainen |
Add and use a neon_strcmp() function to simplify string comparisions.
|
Wed, 28 May 2008 21:19:42 +0300 |
Matti Hamalainen |
General code cleanups.
|
Wed, 28 May 2008 21:17:51 +0300 |
Matti Hamalainen |
Check for libneon >= 0.27 and conditionally compile with ne_set_connect_timeout().
|
Wed, 28 May 2008 20:31:51 +0300 |
Matti Hamalainen |
A global and unlocked ne_uri structure was being used for some reason.
|
Wed, 28 May 2008 16:13:43 +0300 |
Matti Hamalainen |
Use g_strlcpy instead of strncpy.
|
Wed, 28 May 2008 16:12:03 +0300 |
Matti Hamalainen |
Use Glib memory allocation and free() consistently -- libc malloc and free
|
Wed, 28 May 2008 15:55:59 +0300 |
Matti Hamalainen |
Use PACKAGE_VERSION in the user agent string.
|
Wed, 28 May 2008 15:55:18 +0300 |
Matti Hamalainen |
Use Glib types.
|
Wed, 28 May 2008 15:48:02 +0300 |
Matti Hamalainen |
Possible fix for IceCast stream titles getting cut at first single quote.
|
Thu, 22 May 2008 19:32:39 +0200 |
Ralf Ertzinger |
Branch merge
|
Thu, 22 May 2008 19:31:48 +0200 |
Ralf Ertzinger |
- Fix seeking beyond end of stream
|
Sat, 17 May 2008 02:50:10 +0300 |
Calin Crisan ccrisan |
Initial commit for the streambrowser plugin
|
Fri, 16 May 2008 16:01:18 +0200 |
Ralf Ertzinger |
- Fix case where the prebuffering exhausts the stream, and all data is read on the first go
|
Fri, 16 May 2008 14:43:59 +0200 |
Ralf Ertzinger |
- Print the EOF status in _feof()
|
Wed, 14 May 2008 23:39:07 +0200 |
Ralf Ertzinger |
- Handle situations better where the initial buffer fill hits EOF on the stream
|
Tue, 13 May 2008 20:10:57 +0200 |
Ralf Ertzinger |
- Ignore status codes other than 2xx for NE_OK
|
Tue, 13 May 2008 20:07:10 +0200 |
Ralf Ertzinger |
- Just send a "Range: " request header if we do not want to start from zero,
|
Wed, 09 Apr 2008 15:48:36 +0300 |
Matti Hamalainen |
Replaced s/ConfigDb/mcs_handle_t/g, as per changes in the core.
|
Mon, 31 Mar 2008 15:11:29 +0300 |
Matti Hamalainen |
Include cleanups, part #3.
|
Mon, 18 Feb 2008 04:26:18 -0600 |
William Pitcock |
Fix the bug !!!oneoneone+1.
|
Fri, 08 Feb 2008 21:34:13 +0100 |
Ralf Ertzinger |
- Fix two debugging statements
|
Fri, 08 Feb 2008 19:00:40 +0100 |
Ralf Ertzinger |
- Try a diffenent approach for proxy auth
|
Fri, 08 Feb 2008 12:11:13 +0100 |
Ralf Ertzinger |
- Add final part for proxy auth handling
|
Mon, 04 Feb 2008 22:55:38 -0600 |
William Pitcock |
Add support for proxy_use_auth.
|
Wed, 23 Jan 2008 09:56:48 +0900 |
Yoshiki Yazawa |
small fixes.
|
Thu, 17 Jan 2008 22:47:15 +0100 |
Ralf Ertzinger |
- Work around some funny design decisions regarding redirect handling in neon
|
Sun, 13 Jan 2008 22:18:05 +0100 |
Ralf Ertzinger |
- Fix typo in neon_aud_vfs_ungetc_impl()
|
Sun, 13 Jan 2008 17:59:57 +0100 |
Ralf Ertzinger |
- Handle invalid states in ICY-Metadata parser
|
Sun, 13 Jan 2008 17:57:08 +0100 |
Ralf Ertzinger |
- Whenever possible, mention the currently used handle in error/debug messages, to aid debugging of concurrent requests
|
Thu, 22 Nov 2007 15:52:42 +0100 |
Ralf Ertzinger |
- Fix locking issues causing spurious error messages (and possibly deadlocks)
|
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)
|