aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-24dbUtils.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-2/+2
2008-10-22stored_playlist: no CamelCaseMax Kellermann1-1/+1
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann1-1/+1
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann1-2/+4
2008-10-08directory: fix update in root directoryMax Kellermann1-2/+2
2008-10-08directory: eliminate CamelCaseMax Kellermann1-2/+2
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-15/+13
2008-10-08directory: moved code to database.cMax Kellermann1-0/+1
2008-10-08song: converted typedef Song to struct songMax Kellermann1-12/+23
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-6/+8
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong1-2/+2
2008-10-07song: replace printSong* with song_print_*Eric Wong1-6/+6
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-1/+1
2008-09-29allow searching for albums with an empty tagEric Wong1-0/+2
2008-09-23Replace SongList with struct songvecEric Wong1-2/+2
2008-09-08use strset.h instead of tagTracker.hMax Kellermann1-6/+17
2008-09-07tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann1-1/+1
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann1-34/+33
2008-09-07directory: don't pass fd to traverseAllIn()Max Kellermann1-15/+15
2008-09-07directory: don't pass fd to traverseAllIn() callbacksMax Kellermann1-36/+67
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann1-4/+3
2008-09-07playlist: don't pass "fd" to playlist.c functionsMax Kellermann1-2/+2
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann1-0/+1
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann1-9/+10
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