aboutsummaryrefslogtreecommitdiffstats
path: root/src/db (follow)
Commit message (Expand)AuthorAgeFilesLines
* SongFilter: return "const char *" instead of std::stringMax Kellermann2015-06-253-8/+11
* db/update/ExcludeList: remove obsolete TODO commentsMax Kellermann2015-06-222-5/+3
* db/update/ExcludeList: move class Pattern to fs/Glob.hxxMax Kellermann2015-06-222-31/+8
* db/update/ExcludeList: use the NarrowPath classMax Kellermann2015-03-251-1/+2
* *: doxygen fixupsMax Kellermann2015-03-172-2/+3
* fs/Traits: add macro PATH_LITERAL()Max Kellermann2015-03-051-1/+2
* db/Configured: convert path to UTF-8 before injecting into configurationMax Kellermann2015-03-051-1/+4
* *: change C-style prototypes, drop "(void)"Max Kellermann2015-03-031-1/+1
* system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann2015-03-032-6/+8
* db/update/Container: convert vtrack name to FS charsetMax Kellermann2015-03-031-1/+4
* storage/local: convert mangled URI to FS charsetMax Kellermann2015-03-031-1/+5
* db/simple: eliminate UpdateFileInArchive() if archive API is disabledMax Kellermann2015-03-011-0/+4
* fs/FileInfo: new library providing GetFileInfo()Max Kellermann2015-02-282-26/+21
* storage/FileInfo: rename to StorageFileInfoMax Kellermann2015-02-287-36/+38
* fs/FileSystem: merge CheckAccess() into PathExists()Max Kellermann2015-02-271-1/+1
* db/ExcludeList: use the TextFile class instead of stdio.hMax Kellermann2015-02-251-17/+24
* lib/upnp/Discovery: apply naming conventionMax Kellermann2015-02-021-4/+4
* Merge branch 'v0.19.x'Max Kellermann2015-01-291-1/+1
|\
| * db/update/Walk: use std::unique_ptr instead of std::auto_ptrMax Kellermann2015-01-291-1/+1
* | config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-218-37/+38
* | config/Option: convert to strictly-typed enumMax Kellermann2015-01-212-4/+4
* | ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-215-5/+5
* | db/plugins/ProxyDatabasePlugin: add "keepalive" parameterJoshua Wise2015-01-151-0/+6
* | Copyright year 2015Max Kellermann2015-01-0193-93/+93
* | Merge branch 'v0.19.x'Max Kellermann2014-12-265-14/+19
|\|
| * db/simple: fix implicit nullptr/bool conversionMax Kellermann2014-12-261-3/+3
| * fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann2014-12-261-1/+4
| * db/lazy, input/mms: add "override" keywordsMax Kellermann2014-12-262-3/+5
| * Merge branch 'v0.18.x' into v0.19.xMax Kellermann2014-12-262-7/+7
| |\
| | * db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann2014-12-261-3/+3
| | * db/{simple,proxy}, ...: add "override" keywordsMax Kellermann2014-12-262-2/+2
* | | playlist, InotifySource, ...: update GLib commentsMax Kellermann2014-12-041-2/+2
* | | Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann2014-11-282-3/+3
* | | DatabasePrint: cast int to unsigned before comparisonMax Kellermann2014-11-261-1/+2
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-213-12/+12
* | | DatabaseCommands: add "window" parameter to "search"/"find"Max Kellermann2014-11-182-3/+31
* | | Merge tag 'v0.19.3'Max Kellermann2014-11-111-1/+1
|\| |
| * | db/Count: include cleanupMax Kellermann2014-11-081-1/+1
* | | db/upnp/Directory: TitleToPathSegment() returns rvalue referenceMax Kellermann2014-11-091-2/+2
* | | db/upnp/Directory: apply coding styleMax Kellermann2014-11-091-23/+23
* | | db/upnp/Directory: move checkobjok() to class UPnPDirObjectMax Kellermann2014-11-082-11/+9
* | | db/upnp/Object: apply coding styleMax Kellermann2014-11-083-21/+28
|/ /
* | db/upnp: fix valgrind warningMax Kellermann2014-11-071-0/+1
* | db/upnp/Util: move caturl() to util/UriUtil.cxxMax Kellermann2014-10-101-0/+1
* | storage/Interface: include cleanupMax Kellermann2014-10-012-0/+3
* | Add MusicBrainz' Release Track Id tagWieland Hoffmann2014-09-271-0/+4
* | db/proxy: support empty values in VisitUniqueTags()Max Kellermann2014-09-181-0/+9
* | *: add missing Compiler.h includesMax Kellermann2014-08-305-0/+5
* | db/simple: fix build failure without zlibMax Kellermann2014-08-301-1/+4
* | db/Stats: use std::chrono::duration for the total durationMax Kellermann2014-08-293-4/+6