aboutsummaryrefslogtreecommitdiffstats
path: root/src/list.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-01use deconst_ptr instead of duplicating deconst logicEric Wong1-7/+2
2008-04-12clean up CPP includesMax Kellermann1-1/+0
2008-02-05fix -Wconst warningsMax Kellermann1-9/+14
2008-01-26Revert the queue implementation and commandsEric Wong1-15/+0
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-6/+1
2007-09-26Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow1-0/+15
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-14/+15
2006-07-20Add mpd-indent.shAvuton Olrich1-192/+234
2006-07-16remove the glib library dependencyEric Wong1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove unused codeAvuton Olrich1-61/+8
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-16fix some uninitialized variables (found by valgrind)Eric Wong1-0/+1
2004-11-15this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes1-11/+28
2004-11-15use realloc for makeListNodesArrayWarren Dukes1-27/+27
2004-11-15ok, fix FindNodeWarren Dukes1-1/+1
2004-11-15insert stuff in tagTracker in sorted order, hopefully this makes it fasterWarren Dukes1-40/+61
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-14/+18
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-15/+17
2004-11-03todo updateWarren Dukes1-1/+0
2004-10-28merge shank-rewrite-config changesWarren Dukes1-1/+1
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-11add --only-create-db option from msellsWarren Dukes1-0/+3
2004-04-10ideas on how to make readDirectoryInfo and readSongInfo deal with alreadyWarren Dukes1-0/+45