aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * timer: use monotonic clock if availableMax Kellermann2012-08-14
| |
| * input/ffmpeg: remove fallback AV_VERSION_INT definitionMax Kellermann2012-08-14
| | | | | | | | This is part of libavutil.
| * mpd.conf(5): Document the existence of musicbrainz_ tagsWieland Hoffmann2012-08-14
| | | | | | | | | | Additionally, update mpdconf.example to refer to mpd.conf(5) for the complete list of tags instead of trying to repeat it.
* | Merge branch 'v0.17.x'Max Kellermann2012-08-14
|\| | | | | | | | | Conflicts: src/mapper.h
| * mapper: fix non-UTF8 music directory nameMax Kellermann2012-08-14
| | | | | | | | | | | | Duplicate the music_dir variable: one encoded in UTF-8, and another one using the configured filesystem character set. This fixes an ancient MPD bug.
| * playlist_song: use map_to_relative_path()Max Kellermann2012-08-14
| |
| * playlist_song: improve const-correctnessMax Kellermann2012-08-14
| |
| * playlist_song: move code to playlist_check_load_song()Max Kellermann2012-08-14
| |
| * valgrind.suppressions: suppressions for GStaticMutex and moreMax Kellermann2012-08-14
| |
| * input_stream, main: remove obsolete GLib version checksMax Kellermann2012-08-14
| | | | | | | | MPD requires GLib 2.16.
* | Merge branch 'v0.17.x'Max Kellermann2012-08-13
|\| | | | | | | | | | | | | Conflicts: NEWS configure.ac src/client_file.h
| * client_file: remove pure attribute from client_allow_file().Anton Khirnov2012-08-13
| | | | | | | | | | | | | | | | That function is not pure, it writes to error. When marked as pure, the compiler is allowed to assume it does not do anything to error, so it can remain NULL, which would result in an invalid read in print_error().
| * Modify version string to post-release version 0.17.2~gitAvuton Olrich2012-07-31
| |
| * mpd version 0.17.1Avuton Olrich2012-07-31
| |
* | Directory: move code to directory_allocate()Max Kellermann2012-08-09
| |
* | valgrind.suppressions: suppressions for GStaticMutex and moreMax Kellermann2012-08-09
| |
* | player_control: add GError attributeMax Kellermann2012-08-08
| | | | | | | | | | Rewrite of the pc_get_error_message() function, now using a GError object instead of the complicated "errored_song" attribute.
* | output_all: add basic GError supportMax Kellermann2012-08-08
| |
* | decoder_control: add GError attributeMax Kellermann2012-08-08
| |
* | player_control: rename attribute "error" to "error_type"Max Kellermann2012-08-08
| |
* | player_control: rename player_error enum valuesMax Kellermann2012-08-08
| |
* | player_control: remove unused enum player_error valuesMax Kellermann2012-08-08
| |
* | player_control: inline trivial functionsMax Kellermann2012-08-08
| |
* | song: use C++ compilerMax Kellermann2012-08-08
| |
* | tag_pool: use GStaticMutexMax Kellermann2012-08-08
| | | | | | | | Eliminates explicit global initialisation.
* | song: include cleanupMax Kellermann2012-08-08
| |
* | directory: use gcc.h macros, not GLibMax Kellermann2012-08-08
| |
* | conf: add a "database" blockMax Kellermann2012-08-08
| | | | | | | | | | The new block overrides the "db_file" setting, and allows configuring any database plugin.
* | DatabaseGlue: look up the database pluginMax Kellermann2012-08-08
| | | | | | | | No more hard-coded "simple" plugin.
* | DatabaseGlue: pass block to db_init()Max Kellermann2012-08-08
| | | | | | | | Let the caller take care for legacy conversion.
* | DatabaseGlue: add function db_is_simple()Max Kellermann2012-08-08
| | | | | | | | Preparing for non-"simple" database plugins.
* | main: don't call db_init() without databaseMax Kellermann2012-08-08
| | | | | | | | Useless call.
* | ProxyDatabasePlugin: obey the "recursive" flagMax Kellermann2012-08-08
| |
* | ProxyDatabasePlugin: use an artificial "root" directoryMax Kellermann2012-08-08
| | | | | | | | Fixes assertion failures in the Directory library.
* | DatabasePrint: don't print Last-Modified if unknownMax Kellermann2012-08-08
| |
* | time_print: new library, function time_print()Max Kellermann2012-08-08
| | | | | | | | | | Implements error checking for the gmtime_r() call, which was missing in two code locations.
* | ProxyDatabasePlugin: new database plugin using libmpdclientMax Kellermann2012-08-08
| | | | | | | | | | Implementation incomplete, but sort-of-works. DumpDatabase works, but MPD is still hard-coded on the "simple" plugin.
* | DatabaseCommands: allow empty criteria for "list"Max Kellermann2012-08-08
| | | | | | | | Fixes regression.
* | DatabaseSelection: add "match" attributeMax Kellermann2012-08-08
| | | | | | | | Let the database plugin do the match.
* | DatabaseCommands: merge duplicate search/find codeMax Kellermann2012-08-08
| |
* | locate: add a per-item "fold_case" flagMax Kellermann2012-08-08
| | | | | | | | Merge locate_song_search() and locate_song_match().
* | locate: make "tag" unsignedMax Kellermann2012-08-08
| |
* | locate: make the structs opaqueMax Kellermann2012-08-07
| |
* | locate: don't allow empty listMax Kellermann2012-08-07
| |
* | locate: pass unsigned integer to _parse()Max Kellermann2012-08-07
| |
* | locate: add "pure" attributesMax Kellermann2012-08-07
| |
* | DatabaseCommands: remove stray locate_item_list_parse() callMax Kellermann2012-08-07
| |
* | locate: add "casefold" flag to parserMax Kellermann2012-08-07
| | | | | | | | | | Fold the case during construction, without having to create another copy.
* | locate: remove unused function locate_item_free()Max Kellermann2012-08-07
| |
* | db_selection: rename to DatabaseSelectionMax Kellermann2012-08-07
| |