| Commit message (Expand) | Author | Files | Lines |
2012-02-12 | db_print: print extra "playlist" object for embedded CUE sheets | Max Kellermann | 1 | -12/+30 |
2012-02-12 | playlist_vector: use the list_head library | Max Kellermann | 1 | -0/+1 |
2011-10-08 | db_print: print absolute URI of playlist entries | Max Kellermann | 1 | -3/+17 |
2011-09-13 | db_print: move code to function db_selection_print() | Max Kellermann | 1 | -2/+15 |
2011-09-13 | db_visitor: add method playlist() | Max Kellermann | 1 | -0/+37 |
2011-09-13 | database: don't allow uri==NULL | Max Kellermann | 1 | -1/+1 |
2011-09-13 | database: add struct db_visitor | Max Kellermann | 1 | -52/+92 |
2011-09-06 | dbUtils: move code to db_print.c | Max Kellermann | 1 | -72/+1 |
2011-09-05 | dbUtils: pass player_control to findAddIn() | Max Kellermann | 1 | -7/+12 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -5/+11 |
2011-01-10 | dbUtils: don't use directoryAddSongToPlaylist() twice | Max Kellermann | 1 | -1/+1 |
2010-02-08 | song_print: song_print() returns void | Max Kellermann | 1 | -2/+2 |
2010-01-02 | dbUtils: return empty tag value only if no value was found | Max Kellermann | 1 | -1/+4 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-27 | dbUtils: return multiple tag values per song | Max Kellermann | 1 | -1/+0 |
2009-12-26 | song: added function song_get_duration() | Max Kellermann | 1 | -2/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-13 | song: renamed attribute "url" to "uri" | Max Kellermann | 1 | -2/+2 |
2009-08-25 | command: add "findadd" command. | Anton Khirnov | 1 | -0/+22 |
2009-07-14 | playlist: no CamelCase | Max Kellermann | 1 | -1/+1 |
2009-03-15 | dbUtils: removed printSavedMemoryFromFilenames() | Max Kellermann | 1 | -35/+0 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-27 | tag: no CamelCase | Max Kellermann | 1 | -3/+3 |
2009-02-04 | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 1 | -1/+1 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -1/+1 |
2009-01-24 | locate: added locate_item_list_casefold() | Max Kellermann | 1 | -6/+2 |
2009-01-24 | queue_print, dbUtils: use struct locate_item_list | Max Kellermann | 1 | -39/+21 |
2009-01-24 | locate: added struct locate_item_list | Max Kellermann | 1 | -5/+6 |
2009-01-24 | locate: no CamelCase | Max Kellermann | 1 | -7/+7 |
2009-01-24 | locate: renamed LocateTagItem to "struct locate_item" | Max Kellermann | 1 | -14/+18 |
2009-01-22 | locate: use const pointers | Max Kellermann | 1 | -20/+13 |
2009-01-18 | stats: use one db_walk() to obtain stats | Max Kellermann | 1 | -41/+0 |
2009-01-04 | directory: added directory_is_root() | Max Kellermann | 1 | -3/+4 |
2009-01-03 | dbUtils: use GLib instead of utils.h | Max Kellermann | 1 | -3/+4 |
2008-11-24 | dbUtils.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -2/+2 |
2008-10-22 | stored_playlist: no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-22 | renamed storedPlaylist.c to stored_playlist.c | Max Kellermann | 1 | -1/+1 |
2008-10-15 | locate: use g_utf8_casefold() instead of string_toupper() | Max Kellermann | 1 | -2/+4 |
2008-10-08 | directory: fix update in root directory | Max Kellermann | 1 | -2/+2 |
2008-10-08 | directory: eliminate CamelCase | Max Kellermann | 1 | -2/+2 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -15/+13 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -0/+1 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -12/+23 |
2008-10-08 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -6/+8 |
2008-10-07 | dbUtils/directory: traverseAllIn forEachSong returns -1 on error | Eric Wong | 1 | -2/+2 |
2008-10-07 | song: replace printSong* with song_print_* | Eric Wong | 1 | -6/+6 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 1 | -1/+1 |
2008-09-29 | allow searching for albums with an empty tag | Eric Wong | 1 | -0/+2 |
2008-09-23 | Replace SongList with struct songvec | Eric Wong | 1 | -2/+2 |