log

age author description
Fri, 30 May 2008 06:09:16 +0300 Matti Hamalainen Experimental changes in MADPlug's probing function to lessen chance of misdetection
Fri, 30 May 2008 05:17:45 +0300 Matti Hamalainen "Fix" demac plugin not to arbitrarily determine that all files belong to it...
Thu, 29 May 2008 02:35:19 +0300 Matti Hamalainen A tentative fix for adding XSPF playlists with relative file/pathnames.
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:56:05 +0300 Matti Hamalainen Backed out changeset c1258ae018ee
Wed, 28 May 2008 20:51:52 +0300 Matti Hamalainen Possibly fix some cases where certain X11 keysyms are not found.
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 15:41:52 +0200 Tomasz Mon don't free gdk_events during playlistwin_motion
Wed, 28 May 2008 15:25:09 +0200 Tomasz Mon little fix
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.