Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-24 | db/UniqueTags, tag/Set, ...: use typedef tag_mask_t | Max Kellermann | 11 | -19/+17 | |
2015-08-24 | tag/Settings: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2015-08-24 | tag/Settings: add function IsTagEnabled() wrapping access to ignore_tag_items[] | Max Kellermann | 1 | -2/+2 | |
2015-08-12 | client/Response: new Client wrapper class for writing responses | Max Kellermann | 4 | -65/+77 | |
2015-06-25 | SongFilter: return "const char *" instead of std::string | Max Kellermann | 3 | -8/+11 | |
2015-06-22 | db/update/ExcludeList: remove obsolete TODO comments | Max Kellermann | 2 | -5/+3 | |
2015-06-22 | db/update/ExcludeList: move class Pattern to fs/Glob.hxx | Max Kellermann | 2 | -31/+8 | |
2015-03-25 | db/update/ExcludeList: use the NarrowPath class | Max Kellermann | 1 | -1/+2 | |
2015-03-17 | *: doxygen fixups | Max Kellermann | 2 | -2/+3 | |
2015-03-05 | fs/Traits: add macro PATH_LITERAL() | Max Kellermann | 1 | -1/+2 | |
2015-03-05 | db/Configured: convert path to UTF-8 before injecting into configuration | Max Kellermann | 1 | -1/+4 | |
2015-03-03 | *: change C-style prototypes, drop "(void)" | Max Kellermann | 1 | -1/+1 | |
2015-03-03 | system/FileDescriptor: new wrapper class for a file descriptor | Max Kellermann | 2 | -6/+8 | |
2015-03-03 | db/update/Container: convert vtrack name to FS charset | Max Kellermann | 1 | -1/+4 | |
2015-03-03 | storage/local: convert mangled URI to FS charset | Max Kellermann | 1 | -1/+5 | |
2015-03-01 | db/simple: eliminate UpdateFileInArchive() if archive API is disabled | Max Kellermann | 1 | -0/+4 | |
Reduce some unnecessary overhead. | |||||
2015-02-28 | fs/FileInfo: new library providing GetFileInfo() | Max Kellermann | 2 | -26/+21 | |
Replaces StatFile(), with a portable data object. | |||||
2015-02-28 | storage/FileInfo: rename to StorageFileInfo | Max Kellermann | 7 | -36/+38 | |
2015-02-27 | fs/FileSystem: merge CheckAccess() into PathExists() | Max Kellermann | 1 | -1/+1 | |
PathExists() should better do what CheckAccess() does, and CheckAccess() doesn't do what its name implies. | |||||
2015-02-25 | db/ExcludeList: use the TextFile class instead of stdio.h | Max Kellermann | 1 | -17/+24 | |
2015-02-02 | lib/upnp/Discovery: apply naming convention | Max Kellermann | 1 | -4/+4 | |
2015-01-29 | db/update/Walk: use std::unique_ptr instead of std::auto_ptr | Max Kellermann | 1 | -1/+1 | |
std::auto_ptr is deprecated, and std::unique_ptr is much better anyway. | |||||
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 8 | -37/+38 | |
The old struct config_param remains only for top-level string options. | |||||
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 2 | -4/+4 | |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 5 | -5/+5 | |
2015-01-15 | db/plugins/ProxyDatabasePlugin: add "keepalive" parameter | Joshua Wise | 1 | -0/+6 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 93 | -93/+93 | |
2014-12-26 | db/simple: fix implicit nullptr/bool conversion | Max Kellermann | 1 | -3/+3 | |
Return false on error, not nullptr. | |||||
2014-12-26 | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann | 1 | -1/+4 | |
New in clang 3.6. | |||||
2014-12-26 | db/lazy, input/mms: add "override" keywords | Max Kellermann | 2 | -3/+5 | |
Fixes -Winconsistent-missing-override (clang 3.6). | |||||
2014-12-26 | db/proxy, output/shout: fix implicit nullptr/bool conversion | Max Kellermann | 1 | -3/+3 | |
Return false on error, not nullptr. | |||||
2014-12-26 | db/{simple,proxy}, ...: add "override" keywords | Max Kellermann | 2 | -2/+2 | |
Fixes -Winconsistent-missing-override (clang 3.6). | |||||
2014-12-04 | playlist, InotifySource, ...: update GLib comments | Max Kellermann | 1 | -2/+2 | |
2014-11-28 | Compiler.h: add macro CLANG_OR_GCC_VERSION() | Max Kellermann | 2 | -3/+3 | |
2014-11-26 | DatabasePrint: cast int to unsigned before comparison | Max Kellermann | 1 | -1/+2 | |
Fixes compiler warning. | |||||
2014-11-21 | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 3 | -12/+12 | |
Simplify the definition of many build options. | |||||
2014-11-18 | DatabaseCommands: add "window" parameter to "search"/"find" | Max Kellermann | 2 | -3/+31 | |
2014-11-09 | db/upnp/Directory: TitleToPathSegment() returns rvalue reference | Max Kellermann | 1 | -2/+2 | |
Eliminate one implicit std::string copy. | |||||
2014-11-09 | db/upnp/Directory: apply coding style | Max Kellermann | 1 | -23/+23 | |
2014-11-08 | db/Count: include cleanup | Max Kellermann | 1 | -1/+1 | |
2014-11-08 | db/upnp/Directory: move checkobjok() to class UPnPDirObject | Max Kellermann | 2 | -11/+9 | |
2014-11-08 | db/upnp/Object: apply coding style | Max Kellermann | 3 | -21/+28 | |
2014-11-07 | db/upnp: fix valgrind warning | Max Kellermann | 1 | -0/+1 | |
2014-10-10 | db/upnp/Util: move caturl() to util/UriUtil.cxx | Max Kellermann | 1 | -0/+1 | |
2014-10-01 | storage/Interface: include cleanup | Max Kellermann | 2 | -0/+3 | |
2014-09-27 | Add MusicBrainz' Release Track Id tag | Wieland Hoffmann | 1 | -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 | |||||
2014-09-18 | db/proxy: support empty values in VisitUniqueTags() | Max Kellermann | 1 | -0/+9 | |
Workaround for assertion failure in PrintUniqueTag(). | |||||
2014-08-30 | *: add missing Compiler.h includes | Max Kellermann | 5 | -0/+5 | |
Necessary for "final" on gcc 4.6. | |||||
2014-08-30 | db/simple: fix build failure without zlib | Max Kellermann | 1 | -1/+4 | |
2014-08-29 | db/Stats: use std::chrono::duration for the total duration | Max Kellermann | 3 | -4/+6 | |
Use milliseconds precision to reduce rounding errors. |