aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling isRootDirectory when we have a directory objectEric Wong2008-10-121-2/+2
* directory: don't use identical struct and variable namesEric Wong2008-10-111-5/+5
* directory: fix update in root directoryMax Kellermann2008-10-111-3/+2
* directory: eliminate CamelCaseMax Kellermann2008-10-111-2/+2
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-111-11/+11
* directory: moved code to database.cMax Kellermann2008-10-111-1/+1
* song: converted typedef Song to struct songMax Kellermann2008-10-111-9/+10
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-111-6/+5
* Merge branch 'ew/update-thrsafe'Eric Wong2008-10-071-19/+5
|\
| * dbUtils: more cleanupsEric Wong2008-10-071-11/+3
| * dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2008-10-071-10/+5
| * song: replace printSong* with song_print_*Eric Wong2008-10-051-8/+7
* | dbUtils: remove C99 initializerEric Wong2008-10-051-3/+2
|/
* 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-201-2/+2
* Merge branch 'mk/strset' into mk/playlistEric Wong2008-09-091-12/+18
|\
| * use strset.h instead of tagTracker.hMax Kellermann2008-09-091-10/+28
* | directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-091-15/+15
* | directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-091-36/+67
* | playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-091-4/+3
* | playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-091-2/+2
* | dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-091-9/+10
|/
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-09-021-2/+2
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-1/+1
* converted MpdTagItem.type to an enumMax Kellermann2008-08-301-1/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-301-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