aboutsummaryrefslogtreecommitdiffstats
path: root/src/db (follow)
Commit message (Collapse)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
| | | | Reduce some unnecessary overhead.
* fs/FileInfo: new library providing GetFileInfo()Max Kellermann2015-02-282-26/+21
| | | | Replaces StatFile(), with a portable data object.
* storage/FileInfo: rename to StorageFileInfoMax Kellermann2015-02-287-36/+38
|
* fs/FileSystem: merge CheckAccess() into PathExists()Max Kellermann2015-02-271-1/+1
| | | | | PathExists() should better do what CheckAccess() does, and CheckAccess() doesn't do what its name implies.
* 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
| | | | | | | | | | std::auto_ptr is deprecated, and std::unique_ptr is much better anyway.
* | config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-218-37/+38
| | | | | | | | The old struct config_param remains only for top-level string options.
* | 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
| | | | | | | | | | Return false on error, not nullptr.
| * fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann2014-12-261-1/+4
| | | | | | | | New in clang 3.6.
| * db/lazy, input/mms: add "override" keywordsMax Kellermann2014-12-262-3/+5
| | | | | | | | Fixes -Winconsistent-missing-override (clang 3.6).
| * 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
| | | | | | | | | | | | Return false on error, not nullptr.
| | * db/{simple,proxy}, ...: add "override" keywordsMax Kellermann2014-12-262-2/+2
| | | | | | | | | | | | Fixes -Winconsistent-missing-override (clang 3.6).
* | | 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
| | | | | | | | | | | | Fixes compiler warning.
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-213-12/+12
| | | | | | | | | | | | Simplify the definition of many build options.
* | | 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
| | | | | | | | | | | | Eliminate one implicit std::string copy.
* | | 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
| | | | | | | | | | | | | | | | | | | | The Release Track Id uniquely identifies a recording on a release - that is, even if a recording appears twice on a release (meaning that the combination of recording and release id are not enough to figure out which one it is), the release track id will allow differentiating the two. The tag names are taken from https://musicbrainz.org/doc/MusicBrainz_Picard/Tags/Mapping
* | db/proxy: support empty values in VisitUniqueTags()Max Kellermann2014-09-181-0/+9
| | | | | | | | Workaround for assertion failure in PrintUniqueTag().
* | *: add missing Compiler.h includesMax Kellermann2014-08-305-0/+5
| | | | | | | | Necessary for "final" on gcc 4.6.
* | 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
| | | | | | | | Use milliseconds precision to reduce rounding errors.