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
Thu, 25 Jan 2007 03:44:01 +0000 Matti Hamalainen Moved some things from xmms-sid.h to xs_support.h; File handling functions
Wed, 24 Jan 2007 21:57:04 +0000 Matti Hamalainen New file reading functions.
Mon, 01 Jan 2007 08:07:05 +0000 Matti Hamalainen Urgh, xs_memset() was buggy :P
Sat, 30 Dec 2006 06:56:05 +0000 Matti Hamalainen Copyright year update
Mon, 14 Aug 2006 00:49:02 +0000 Matti Hamalainen Updated GNU GPL (new FSF address) and some cleanups.
Wed, 31 May 2006 13:00:05 +0000 Matti Hamalainen Cleanups.
Mon, 07 Nov 2005 09:50:04 +0000 Matti Hamalainen Re-indentation all (non-generated) code.
Tue, 11 Jan 2005 04:11:02 +0000 Matti Hamalainen Changed copyright text.
Sat, 25 Dec 2004 17:13:03 +0000 Matti Hamalainen Remove 'inline' defs.
Tue, 21 Dec 2004 15:03:05 +0000 Matti Hamalainen Added xs_pnstrcat() to ease forming of limited size strings.
Tue, 21 Dec 2004 09:25:03 +0000 Matti Hamalainen Raw cleanup.
Sun, 19 Dec 2004 15:25:03 +0000 Matti Hamalainen Moved some functions from xs_length.c here.
Wed, 15 Dec 2004 14:23:03 +0000 Matti Hamalainen Removed duplicate function, more portability cleanups.
Wed, 15 Dec 2004 11:23:02 +0000 Matti Hamalainen Minor fixes
Wed, 15 Dec 2004 11:02:02 +0000 Matti Hamalainen Portability fixes
Wed, 15 Dec 2004 10:22:05 +0000 Matti Hamalainen Trivial fixes and added strncpy replacement.
Tue, 16 Nov 2004 06:56:02 +0000 Matti Hamalainen Reworking code.
Mon, 12 Jan 2004 01:45:04 +0000 Matti Hamalainen Fileinfo now basically working, STIL COMMENT-fields are not yet parsed or shown.
Sun, 05 Oct 2003 10:38:03 +0000 Matti Hamalainen Various fixes and improvements
Sun, 22 Jun 2003 11:01:03 +0000 Matti Hamalainen Improved, re-written configuration code and lots of minor fixes
Sun, 22 Jun 2003 00:17:04 +0000 Matti Hamalainen Changed some standard functions to glib ones
Sat, 21 Jun 2003 20:51:01 +0000 Matti Hamalainen Support for compile-time big/little-endian optimizations in audio output
Thu, 19 Jun 2003 22:38:01 +0000 Matti Hamalainen Numerous changes towards 0.8
Thu, 19 Jun 2003 20:48:04 +0000 Matti Hamalainen Minor changes
Tue, 03 Jun 2003 11:03:04 +0000 Matti Hamalainen Added new files for 0.8