| Commit message (Expand) | Author | Files | Lines |
2015-10-19 | util/DeleteDisposer: new utility class | Max Kellermann | 2 | -9/+5 |
2015-09-30 | util/StringView: new utility class | Max Kellermann | 1 | -14/+5 |
2015-09-30 | update: apply .mpdignore matches to subdirectories | Anthony DeRossi | 4 | -11/+34 |
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 |
2015-02-28 | fs/FileInfo: new library providing GetFileInfo() | Max Kellermann | 2 | -26/+21 |
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 |
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 |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 8 | -37/+38 |
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 |
2014-12-26 | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann | 1 | -1/+4 |
2014-12-26 | db/lazy, input/mms: add "override" keywords | Max Kellermann | 2 | -3/+5 |
2014-12-26 | db/proxy, output/shout: fix implicit nullptr/bool conversion | Max Kellermann | 1 | -3/+3 |
2014-12-26 | db/{simple,proxy}, ...: add "override" keywords | Max Kellermann | 2 | -2/+2 |
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 |
2014-11-21 | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 3 | -12/+12 |
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 |
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 |
2014-09-18 | db/proxy: support empty values in VisitUniqueTags() | Max Kellermann | 1 | -0/+9 |