summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-01Android: obtain music directory from Environment.getExternalStoragePublicDire...Max Kellermann
2014-03-01java: new helper library for the Android portMax Kellermann
2014-03-01Main: load mpd.conf from /sdcard/ on AndroidMax Kellermann
2014-03-01storage/Configured: fix fallback music directoryMax Kellermann
2014-03-01db/update/ExcludeList: make no-op if GLib is disabledMax Kellermann
2014-03-01util/{Const,Writable}Buffer: add operator[]Max Kellermann
2014-03-01util/{Const,Writable}Buffer: add template specialization for "void"Max Kellermann
2014-03-01util/ConstBuffer: remove cast operator ConstBuffer<void>Max Kellermann
2014-03-01command: add command "listfiles"Max Kellermann
2014-02-28DatabasePrint: move code to PrintDirectoryURI()Max Kellermann
2014-02-28DatabasePrint: add API documentationMax Kellermann
2014-02-28{Other,Database}Commands: contract declaration and assignmentMax Kellermann
2014-02-27db/simple: mount pointsMax Kellermann
2014-02-27CompositeStorage: add method GetMount()Max Kellermann
2014-02-27db/update/Queue: use std::list instead of std::queueMax Kellermann
2014-02-27db/simple: GetRoot() returns referenceMax Kellermann
2014-02-27db/update/Service: allocate UpdateWalk dynamicallyMax Kellermann
2014-02-27Playlist: use the Error library to return errorsMax Kellermann
2014-02-27Playlist*: move to queue/Max Kellermann
2014-02-27db/update: cancel the update on shutdownMax Kellermann
2014-02-27db/UpdateGlue: rename to Service.cxxMax Kellermann
2014-02-26db/simple/Directory: eliminate method LookupSong()Max Kellermann
2014-02-26db/simple/Directory: LookupDirectory() return remaining URIMax Kellermann
2014-02-26db/simple/Directory: make variables more localMax Kellermann
2014-02-26db/Directory: add DEVICE_* documentationMax Kellermann
2014-02-26db/simple: create dedicated directoryMax Kellermann
2014-02-25db/Song: update API documentation for SimpleDatabasePluginMax Kellermann
2014-02-25db/simple: remove unused method LookupDirectory()Max Kellermann
2014-02-25db/simple: make internal methods "private"Max Kellermann
2014-02-25db/simple: add commentMax Kellermann
2014-02-25db/simple: move Create() upMax Kellermann
2014-02-25DirectorySave: save the flags "DEVICE_INARCHIVE" and "DEVICE_CONTAINER"Max Kellermann
2014-02-25DatabaseSave: increase DB_FORMAT versionMax Kellermann
2014-02-25DatabaseSave: add constant OLDEST_DB_FORMATMax Kellermann
2014-02-25DirectorySave: move code to ParseLine()Max Kellermann
2014-02-24DirectorySave: save the mtime only if it is knownMax Kellermann
2014-02-24icu/Collate: pass UErrorCode* to ucol_strcollUTF8()Max Kellermann
2014-02-24icu/Collate: initialize the error code before ucol_open()Max Kellermann
2014-02-24SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann
2014-02-24output/httpd/client: eliminate GLibMax Kellermann
2014-02-24output/{shout,win32}: include cleanupMax Kellermann
2014-02-24output/openal: use usleep() instead of g_usleep()Max Kellermann
2014-02-24output/pulse: use setenv() instead of g_setenv()Max Kellermann
2014-02-24output/pulse: remove bogus g_free() callMax Kellermann
2014-02-24decoder/gme: use free() instead of g_free()Max Kellermann
2014-02-24DecoderPlugin: free the container_scan() return value with delete[]Max Kellermann
2014-02-24UriUtil: support ftp:// URLs in uri_remove_auth()Max Kellermann
2014-02-24Main: use INT_MAX instead of G_MAXUINTMax Kellermann
2014-02-23fs/Charset: use "UTF-8" instead of "utf-8" as the default valueMax Kellermann
2014-02-23Directory: use PathTraitsUTF8::Build() instead of g_strconcat()Max Kellermann