aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-161-1/+4
* Forgot to change the associated fdprintf format to %li.J. Alexander Treuman2007-04-261-1/+1
* Changing SearchStats.playTime from int to unsigned long.J. Alexander Treuman2007-04-261-1/+1
* Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman2007-04-251-0/+44
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman2007-02-241-187/+7
* Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we canJ. Alexander Treuman2006-12-111-2/+0
* Fixing "find any" and "list * any" to actually find matches.J. Alexander Treuman2006-12-111-2/+6
* Adding functions for clearing/adding to stored playlists. Commands to makeJ. Alexander Treuman2006-11-201-0/+11
* add support for: list fileWarren Dukes2006-10-271-4/+10
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-5/+5
* labels should be on the left most column, no tabbingWarren Dukes2006-08-091-1/+1
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-38/+38
* Add mpd-indent.shAvuton Olrich2006-07-201-144/+180
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-1/+1
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-151-2/+2
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* whoops, I don't know how that snuck into the lastAvuton Olrich2006-07-131-0/+7
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-9/+18
* Remove a couple more unused functionsAvuton Olrich2006-07-131-20/+0
* Declare functions not used outside dbUtils.c static.Avuton Olrich2006-07-131-16/+16
* add "any" option for search and find, patch from Robert AnderssonWarren Dukes2005-02-281-3/+16
* fix bug in findWarren Dukes2004-11-131-1/+1
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-121-4/+4
* now more flexible list, search, find, where you can enter pairs ofWarren Dukes2004-11-121-24/+112
* ok, tagtracker now tracks title, this has the disadvantage of needing to sortWarren Dukes2004-11-111-7/+8
* better saved memmory displayWarren Dukes2004-11-111-10/+27
* ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes2004-11-111-6/+8
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-111-2/+13
* implement saved memory by not storing full pathWarren Dukes2004-11-111-3/+24
* this is brokenWarren Dukes2004-11-111-1/+1
* moves some stuff from dbUtils.h that doesn't need to be publicWarren Dukes2004-11-101-0/+3
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-0/+267