summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-29locate: rename to SongFilter.cxxMax Kellermann
2012-08-29queue_print: rename to QueuePrint.cxxMax Kellermann
2012-08-29dbUtils.h: eliminate this headerMax Kellermann
2012-08-29command: move code to *Commands.cxxMax Kellermann
2012-08-29Stats: stats_print() returns voidMax Kellermann
2012-08-29decoder/mad, output_thread: add gcc_unlikely()Max Kellermann
2012-08-29Makefile.am: distribute DatabaseCommands.hxxMax Kellermann
2012-08-25Merge branch 'v0.17.x'Max Kellermann
2012-08-25test/test_queue_priority: fix SIGABRTMax Kellermann
2012-08-25playlist/cue: map "PERFORMER" to "artist" or "album artist"Max Kellermann
2012-08-25player_thread: disable cross-fading in "single" modeMax Kellermann
2012-08-22Database*: fix nullptr dereference when no database is configuredMax Kellermann
2012-08-22fd_util: make C++ safeMax Kellermann
2012-08-22Makefile.am: swap libdb_plugins.a and -lmpdclient orderMax Kellermann
2012-08-21command: make "single" a boolMax Kellermann
2012-08-21queue_save: save song prioritiesMax Kellermann
2012-08-21configure.ac: set VERSION_MINOR to 18Max Kellermann
2012-08-16ProxyDatabase: implement GetSong()Max Kellermann
2012-08-16ProxyDatabase: clear libmpdclient errors in CheckError()Max Kellermann
2012-08-16DatabasePlugin: add method ReturnSong()Max Kellermann
2012-08-16Merge branch 'v0.17.x'Max Kellermann
2012-08-16playlist_print: fix memory leakMax Kellermann
2012-08-16playlist_song: pass const song to _check_load_song()Max Kellermann
2012-08-16playlist_song: fix user-after-free bugMax Kellermann
2012-08-15ProxyDatabase: pass "detached" objects to visitorsMax Kellermann
2012-08-15queue: duplicate all song objectsMax Kellermann
2012-08-15player_control: duplicate the song objectMax Kellermann
2012-08-15decoder_control: duplicate the song objectMax Kellermann
2012-08-15Song: add function song_dup_detached()Max Kellermann
2012-08-15Song: add function song_equals()Max Kellermann
2012-08-15Song: move trivial inline functions upMax Kellermann
2012-08-15DatabasePlugin: add method GetStats()Max Kellermann
2012-08-15DatabasePlugin: add method VisitUniqueTags()Max Kellermann
2012-08-15ProxyDatabase: obey visitor return valuesMax Kellermann
2012-08-15ProxyDatabasePlugin: add OO wrapper for mpd_entityMax Kellermann
2012-08-15ProxyDatabasePlugin: move tag table to the global name spaceMax Kellermann
2012-08-15db_visitor: delete obsolete headerMax Kellermann
2012-08-15DatabasePrint: remove bogus "nonnull" attributesMax Kellermann
2012-08-15Merge branch 'v0.17.x'Max Kellermann
2012-08-15player_thread: add local variable "start_ms"Max Kellermann
2012-08-15playlist: fix unprotected player_control accessMax Kellermann
2012-08-15filter/volume: include cleanupMax Kellermann
2012-08-15mapper: fix potential crash in file permission checkMax Kellermann
2012-08-15decoder_control: add function _is_current_song()Max Kellermann
2012-08-15decoder_control: add assertion to dc_get_error()Max Kellermann
2012-08-15decoder_thread: create GError for mapper failureMax Kellermann
2012-08-15Merge branch 'v0.17.x'Max Kellermann
2012-08-15doc/user: add wildmidi documentationMax Kellermann
2012-08-15decoder/fluidsynth: add "sample_rate" settingMax Kellermann
2012-08-15decoder/fluidsynth: add "soundfont" settingMax Kellermann