aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* song: converted typedef Song to struct songMax Kellermann2008-10-081-12/+23
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-081-6/+8
* dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2008-10-071-2/+2
* song: replace printSong* with song_print_*Eric Wong2008-10-071-6/+6
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-1/+1
* allow searching for albums with an empty tagEric Wong2008-09-291-0/+2
* Replace SongList with struct songvecEric Wong2008-09-231-2/+2
* use strset.h instead of tagTracker.hMax Kellermann2008-09-081-6/+17
* tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann2008-09-071-1/+1
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-071-34/+33
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-071-15/+15
* directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-071-36/+67
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-071-4/+3
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-071-2/+2
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-071-0/+1
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-061-9/+10
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-291-2/+2
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-1/+1
* converted MpdTagItem.type to an enumMax Kellermann2008-08-261-1/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-9/+13
* eliminated duplicate initializationMax Kellermann2008-03-261-1/+1
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-261-1/+1
* fixed -Wshadow warningsMax Kellermann2008-01-261-2/+2
* 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