aboutsummaryrefslogtreecommitdiff
path: root/src/dbUtils.c
Commit message (Expand)AuthorAge
* dbUtils.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* stored_playlist: no CamelCaseMax Kellermann2008-10-22
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-22
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-15
* directory: fix update in root directoryMax Kellermann2008-10-08
* directory: eliminate CamelCaseMax Kellermann2008-10-08
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-08
* directory: moved code to database.cMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-08
* dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2008-10-07
* song: replace printSong* with song_print_*Eric Wong2008-10-07
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-29
* allow searching for albums with an empty tagEric Wong2008-09-29
* Replace SongList with struct songvecEric Wong2008-09-23
* use strset.h instead of tagTracker.hMax Kellermann2008-09-08
* tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann2008-09-07
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-07
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-07
* directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-07
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-07
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-07
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-07
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-06
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-29
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* converted MpdTagItem.type to an enumMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* eliminated duplicate initializationMax Kellermann2008-03-26
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-16
* Forgot to change the associated fdprintf format to %li.J. Alexander Treuman2007-04-26
* Changing SearchStats.playTime from int to unsigned long.J. Alexander Treuman2007-04-26
* Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman2007-04-25
* The massive copyright updateAvuton Olrich2007-04-05
* Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman2007-02-24
* Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we canJ. Alexander Treuman2006-12-11
* Fixing "find any" and "list * any" to actually find matches.J. Alexander Treuman2006-12-11
* Adding functions for clearing/adding to stored playlists. Commands to makeJ. Alexander Treuman2006-11-20
* add support for: list fileWarren Dukes2006-10-27
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* labels should be on the left most column, no tabbingWarren Dukes2006-08-09
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-15
* Change shank's email addressJ. Alexander Treuman2006-07-14
* whoops, I don't know how that snuck into the lastAvuton Olrich2006-07-13
* Huge header update, update the copyright and addAvuton Olrich2006-07-13