summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)Author
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann
2015-03-05db/Configured: convert path to UTF-8 before injecting into configurationMax Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-03-03system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann
2015-03-03db/update/Container: convert vtrack name to FS charsetMax Kellermann
2015-03-03storage/local: convert mangled URI to FS charsetMax Kellermann
2015-03-01db/simple: eliminate UpdateFileInArchive() if archive API is disabledMax Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann
2015-02-27fs/FileSystem: merge CheckAccess() into PathExists()Max Kellermann
2015-02-25db/ExcludeList: use the TextFile class instead of stdio.hMax Kellermann
2015-02-02lib/upnp/Discovery: apply naming conventionMax Kellermann
2015-01-29Merge branch 'v0.19.x'Max Kellermann
2015-01-29db/update/Walk: use std::unique_ptr instead of std::auto_ptrMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-15db/plugins/ProxyDatabasePlugin: add "keepalive" parameterJoshua Wise
2015-01-01Copyright year 2015Max Kellermann
2014-12-26Merge branch 'v0.19.x'Max Kellermann
2014-12-26db/simple: fix implicit nullptr/bool conversionMax Kellermann
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann
2014-12-26db/lazy, input/mms: add "override" keywordsMax Kellermann
2014-12-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-12-26db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann
2014-12-26db/{simple,proxy}, ...: add "override" keywordsMax Kellermann
2014-12-04playlist, InotifySource, ...: update GLib commentsMax Kellermann
2014-11-28Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann
2014-11-26DatabasePrint: cast int to unsigned before comparisonMax Kellermann
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann
2014-11-18DatabaseCommands: add "window" parameter to "search"/"find"Max Kellermann
2014-11-11Merge tag 'v0.19.3'Max Kellermann
2014-11-09db/upnp/Directory: TitleToPathSegment() returns rvalue referenceMax Kellermann
2014-11-09db/upnp/Directory: apply coding styleMax Kellermann
2014-11-08db/Count: include cleanupMax Kellermann
2014-11-08db/upnp/Directory: move checkobjok() to class UPnPDirObjectMax Kellermann
2014-11-08db/upnp/Object: apply coding styleMax Kellermann
2014-11-07db/upnp: fix valgrind warningMax Kellermann
2014-10-10db/upnp/Util: move caturl() to util/UriUtil.cxxMax Kellermann
2014-10-01storage/Interface: include cleanupMax Kellermann
2014-09-27Add MusicBrainz' Release Track Id tagWieland Hoffmann
2014-09-18db/proxy: support empty values in VisitUniqueTags()Max Kellermann
2014-08-30*: add missing Compiler.h includesMax Kellermann
2014-08-30db/simple: fix build failure without zlibMax Kellermann
2014-08-29db/Stats: use std::chrono::duration for the total durationMax Kellermann
2014-08-29db/upnp: use DatabaseStats::Clear()Max Kellermann
2014-08-29db/Count: use std::chrono::duration for the total timeMax Kellermann
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann
2014-08-28db/simple/Song: use std::chrono::duration for start_ms and end_msMax Kellermann