aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-29tag: converted MpdTag.items to a pointer listMax Kellermann1-2/+2
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-1/+1
2008-08-26converted MpdTagItem.type to an enumMax Kellermann1-1/+1
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-9/+13
2008-03-26eliminated duplicate initializationMax Kellermann1-1/+1
2008-01-26addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong1-1/+1
2008-01-26fixed -Wshadow warningsMax Kellermann1-2/+2
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman1-1/+4
2007-04-26Forgot to change the associated fdprintf format to %li.J. Alexander Treuman1-1/+1
2007-04-26Changing SearchStats.playTime from int to unsigned long.J. Alexander Treuman1-1/+1
2007-04-25Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman1-0/+44
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-24Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman1-187/+7
2006-12-11Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we canJ. Alexander Treuman1-2/+0
2006-12-11Fixing "find any" and "list * any" to actually find matches.J. Alexander Treuman1-2/+6
2006-11-20Adding functions for clearing/adding to stored playlists. Commands to makeJ. Alexander Treuman1-0/+11
2006-10-27add support for: list fileWarren Dukes1-4/+10
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-5/+5
2006-08-09labels should be on the left most column, no tabbingWarren Dukes1-1/+1
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-38/+38
2006-07-20Add mpd-indent.shAvuton Olrich1-144/+180
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-1/+1
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong1-2/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13whoops, I don't know how that snuck into the lastAvuton Olrich1-0/+7
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-9/+18
2006-07-13Remove a couple more unused functionsAvuton Olrich1-20/+0
2006-07-13Declare functions not used outside dbUtils.c static.Avuton Olrich1-16/+16
2005-02-28add "any" option for search and find, patch from Robert AnderssonWarren Dukes1-3/+16
2004-11-13fix bug in findWarren Dukes1-1/+1
2004-11-12don't store only relative paths in the directory structure, its probably notWarren Dukes1-4/+4
2004-11-12now more flexible list, search, find, where you can enter pairs ofWarren Dukes1-24/+112
2004-11-11ok, tagtracker now tracks title, this has the disadvantage of needing to sortWarren Dukes1-7/+8
2004-11-11better saved memmory displayWarren Dukes1-10/+27
2004-11-11ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes1-6/+8
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-2/+13
2004-11-11implement saved memory by not storing full pathWarren Dukes1-3/+24
2004-11-11this is brokenWarren Dukes1-1/+1
2004-11-10moves some stuff from dbUtils.h that doesn't need to be publicWarren Dukes1-0/+3
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-0/+267