aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_xmms.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2004-06-26[lcd4linux @ 2004-06-26 12:04:59 by reinelt]reinelt1-2/+6
uh-oh... the last CVS log message messed up things a lot...
2004-06-26[lcd4linux @ 2004-06-26 09:27:20 by reinelt]reinelt1-10/+16
added '-W' to CFLAGS changed all C++ comments to C ones ('//' => '/* */') cleaned up a lot of signed/unsigned mistakes
2004-06-17[lcd4linux @ 2004-06-17 06:23:39 by reinelt]reinelt1-6/+11
hash handling rewritten to solve performance issues
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-1/+13
big patch from Martin Hejl: - use qprintf() where appropriate - save CPU cycles on gettimeofday() - add quit() functions to free allocated memory - fixed lots of memory leaks
2004-02-05[lcd4linux @ 2004-02-05 23:58:18 by mkeil]mkeil1-3/+5
Fixed/Optimized Hashage-timings
2004-01-29[lcd4linux @ 2004-01-29 04:40:02 by reinelt]reinelt1-1/+6
every .c file includes "config.h" now
2004-01-21[lcd4linux @ 2004-01-21 11:31:23 by reinelt]reinelt1-1/+5
two bugs with hash_age() ixed
2004-01-21[lcd4linux @ 2004-01-21 10:48:17 by reinelt]reinelt1-7/+8
hash_age function added
2004-01-16