log src/neon/neon.c @ 2891:c27da2c06805

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