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,
|