aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann2012-08-078-20/+79
* command: move code to DatabaseCommands.cxxMax Kellermann2012-08-074-238/+350
* command: move print_error() to CommandError.cxxMax Kellermann2012-08-075-104/+179
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-0710-91/+95
* test/DumpDatabase: new debug programMax Kellermann2012-08-072-0/+170
* DatabaseRegistry: list of pluginsMax Kellermann2012-08-073-0/+76
* configure.ac: copy missing file m4/ax_check_link_flag.m4Max Kellermann2012-08-031-0/+71
* Makefile.am: add libdb_plugins.aMax Kellermann2012-08-021-1/+10
* DatabaseGlue: remove db_walk(), db_visit()Max Kellermann2012-08-022-61/+0
* stats: convert to C++Max Kellermann2012-08-022-27/+32
* db_print: convert to C++Max Kellermann2012-08-022-155/+93
* dbUtils: split to Database{Queue,Playlist}.cxxMax Kellermann2012-08-024-210/+184
* DatabaseGlue: add function GetDatabase()Max Kellermann2012-08-022-0/+44
* DatabasePlugin: add simpler Visit() wrapeprMax Kellermann2012-08-021-0/+13
* DatabasePlugin: make Visit() constMax Kellermann2012-08-023-6/+6
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-0228-92/+123
* DatabaseVisitor, ...: use GError forward declarationMax Kellermann2012-08-0231-29/+72
* configure.ac: enable --gc-sectionsMax Kellermann2012-08-022-0/+71
* db_plugin: convert to C++Max Kellermann2012-08-0110-393/+367
* gcc.h: require g++ 4.5 or newerMax Kellermann2012-08-011-0/+4
* configure.ac: enable C++ warningsMax Kellermann2012-08-011-1/+24
* configure.ac: require C++11 compilerMax Kellermann2012-08-013-24/+108
* gcc.h: add fallback for C++11 "override"Max Kellermann2012-08-011-0/+9
* decoder/sidplay: fix C++ compiler warningsMax Kellermann2012-08-011-4/+4
* util/list: make safe for C++Max Kellermann2012-08-011-24/+25
* Modify version string to post-release version 0.18~gitMax Kellermann2012-08-012-1/+3
* configure.ac: replace MPD_CHECK_FLAG with autoconf-archive scriptsMax Kellermann2012-07-305-27/+213
* configure.ac: add -I to CPPFLAGS, not CFLAGSMax Kellermann2012-07-301-1/+1
* tcp_socket, ...: remove obsolet RAOP sourcesMax Kellermann2012-07-307-990/+0
* tag_ape: return false if no usable tag was foundMax Kellermann2012-07-292-7/+22
* cue_parser: support file types "MP3", "AIFF"Max Kellermann2012-07-262-1/+5
* Makefile.am: updated web server for "upload" targetMax Kellermann2012-07-131-1/+1
* Add song duration to DSF and DSDIFF DSD decoders.Jurgen Kramer2012-07-132-3/+24
* aiff: support the AIFC formatMax Kellermann2012-07-102-1/+4
* output_init: put the "convert" filter at the end of the listMax Kellermann2012-07-102-7/+9
* test/test_pcm: add pcm_volume testsMax Kellermann2012-07-104-0/+212
* require GLib 2.16Max Kellermann2012-07-1028-145/+5
* Merge branch 'fix-typo' of https://github.com/sol/mpdMax Kellermann2012-07-101-1/+1
|\
| * Fix typoSimon Hengel2012-07-081-1/+1
* | command: require appropriate permissions for searchadd{,pl}Jonathan Neuschäfer2012-07-102-2/+4
* | configure.ac: increment version number to 0.17.1Max Kellermann2012-07-092-1/+3
|/
* mpd version 0.17release-0.17Max Kellermann2012-06-272-7/+3
* Makefile.am: distribute src/output/*.hMax Kellermann2012-06-271-14/+28
* patch to split DSD decoder into separate decoders for DSF en DFF. Move commonJurgen Kramer2012-06-279-325/+582
* Documentation for commands searchadd, searchaddpl, and for tcp keepalive conf...geneticdrift2012-06-274-0/+90
* New command searchaddplgeneticdrift2012-06-273-0/+77
* New command searchadd similar to command findadd.geneticdrift2012-06-273-0/+73
* locate: make variables more localMax Kellermann2012-06-271-19/+10
* update_walk: move code to update_song.cMax Kellermann2012-06-134-84/+152
* update_walk: move code to update_container.cMax Kellermann2012-06-134-91/+163