log src/xs_support.c @ 895:b6e069c9c000

age author description
Fri, 09 Nov 2012 08:22:41 +0200 Matti Hamalainen Move stuff around a bit.
Fri, 09 Nov 2012 08:20:55 +0200 Matti Hamalainen Improve the path helper functions.
Fri, 09 Nov 2012 07:47:05 +0200 Matti Hamalainen Add two new utility functions for checking whether a given path is a
Fri, 09 Nov 2012 06:20:12 +0200 Matti Hamalainen Improve path support.
Fri, 09 Nov 2012 06:17:56 +0200 Matti Hamalainen Silence possibly uninitialized variable warnings.
Fri, 09 Nov 2012 06:17:12 +0200 Matti Hamalainen Silence a warning.
Fri, 09 Nov 2012 05:20:23 +0200 Matti Hamalainen Oops, need to include stdarg.h from the header as well.
Fri, 09 Nov 2012 05:18:36 +0200 Matti Hamalainen Move error printing function to xs_support.
Fri, 09 Nov 2012 05:14:23 +0200 Matti Hamalainen Oops, a #ifdef was reversed, causing the xs_fsize() function not to be compiled.
Fri, 09 Nov 2012 03:59:19 +0200 Matti Hamalainen Cosmetics.
Fri, 09 Nov 2012 03:59:02 +0200 Matti Hamalainen Improve xs_fload_buffer() and add xs_fload_buffer_path().
Fri, 09 Nov 2012 03:57:59 +0200 Matti Hamalainen Add xs_fsize() helper function.
Wed, 07 Nov 2012 10:54:23 +0200 Matti Hamalainen Fix potential aliasing issues.
Tue, 06 Nov 2012 11:26:59 +0200 Matti Hamalainen Cosmetics.
Tue, 06 Nov 2012 11:23:58 +0200 Matti Hamalainen Move MD5 implementation into xs_support, and some related Audacious
Mon, 05 Nov 2012 22:39:12 +0200 Matti Hamalainen Cleanups, remove useless function.
Mon, 05 Nov 2012 18:42:57 +0200 Matti Hamalainen Rename some structures.
Mon, 05 Nov 2012 17:51:08 +0200 Matti Hamalainen Remove oversampling support.
Thu, 12 Feb 2009 18:29:59 +0200 Matti Hamalainen Remove unused function.
Tue, 10 Feb 2009 03:34:11 +0200 Matti Hamalainen Update copyright years.
Mon, 09 Feb 2009 14:56:56 +0200 Matti Hamalainen Moved filter routines to xs_support.[ch].
Thu, 03 Apr 2008 00:26:53 +0300 Matti Hamalainen More cosmetic variable name changes.
Wed, 02 Apr 2008 22:10:05 +0300 Matti Hamalainen Change tabs to 4 spaces, everywhere.
Wed, 02 Apr 2008 19:46:59 +0300 Matti Hamalainen Lots of cosmetic code cleanups; synced the de-gettextification from Audacious-SID, I suppose it makes some sense ...
Mon, 03 Sep 2007 05:43:03 +0000 Matti Hamalainen Constify.
Mon, 03 Sep 2007 04:07:03 +0000 Matti Hamalainen Constify.
Wed, 21 Feb 2007 03:39:00 +0000 Matti Hamalainen Audacious kludging.
Tue, 20 Feb 2007 18:09:04 +0000 Matti Hamalainen Now everything necessary should be using the VFS functions.
Tue, 06 Feb 2007 02:32:00 +0000 Matti Hamalainen Audacious VFS support functions finished.
Sun, 28 Jan 2007 13:40:05 +0000 Matti Hamalainen guint -> size_t