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