| Commit message (Expand) | Author | Age | Files | Lines |
* | db/update/InotifyQueue: use StringAfterPrefix() | Max Kellermann | 2015-11-06 | 1 | -6/+6 |
* | util/StringCompare: add StringIsEmpty() | Max Kellermann | 2015-11-06 | 3 | -3/+6 |
* | util/StringUtil: move comparison functions to StringCompare.cxx | Max Kellermann | 2015-11-06 | 2 | -2/+2 |
* | util/DeleteDisposer: new utility class | Max Kellermann | 2015-10-19 | 2 | -9/+5 |
* | util/StringView: new utility class | Max Kellermann | 2015-09-30 | 1 | -14/+5 |
* | update: apply .mpdignore matches to subdirectories | Anthony DeRossi | 2015-09-30 | 4 | -11/+34 |
* | db/UniqueTags, tag/Set, ...: use typedef tag_mask_t | Max Kellermann | 2015-08-24 | 11 | -19/+17 |
* | tag/Settings: convert to C++ | Max Kellermann | 2015-08-24 | 1 | -1/+1 |
* | tag/Settings: add function IsTagEnabled() wrapping access to ignore_tag_items[] | Max Kellermann | 2015-08-24 | 1 | -2/+2 |
* | client/Response: new Client wrapper class for writing responses | Max Kellermann | 2015-08-12 | 4 | -65/+77 |
* | SongFilter: return "const char *" instead of std::string | Max Kellermann | 2015-06-25 | 3 | -8/+11 |
* | db/update/ExcludeList: remove obsolete TODO comments | Max Kellermann | 2015-06-22 | 2 | -5/+3 |
* | db/update/ExcludeList: move class Pattern to fs/Glob.hxx | Max Kellermann | 2015-06-22 | 2 | -31/+8 |
* | db/update/ExcludeList: use the NarrowPath class | Max Kellermann | 2015-03-25 | 1 | -1/+2 |
* | *: doxygen fixups | Max Kellermann | 2015-03-17 | 2 | -2/+3 |
* | fs/Traits: add macro PATH_LITERAL() | Max Kellermann | 2015-03-05 | 1 | -1/+2 |
* | db/Configured: convert path to UTF-8 before injecting into configuration | Max Kellermann | 2015-03-05 | 1 | -1/+4 |
* | *: change C-style prototypes, drop "(void)" | Max Kellermann | 2015-03-03 | 1 | -1/+1 |
* | system/FileDescriptor: new wrapper class for a file descriptor | Max Kellermann | 2015-03-03 | 2 | -6/+8 |
* | db/update/Container: convert vtrack name to FS charset | Max Kellermann | 2015-03-03 | 1 | -1/+4 |
* | storage/local: convert mangled URI to FS charset | Max Kellermann | 2015-03-03 | 1 | -1/+5 |
* | db/simple: eliminate UpdateFileInArchive() if archive API is disabled | Max Kellermann | 2015-03-01 | 1 | -0/+4 |
* | fs/FileInfo: new library providing GetFileInfo() | Max Kellermann | 2015-02-28 | 2 | -26/+21 |
* | storage/FileInfo: rename to StorageFileInfo | Max Kellermann | 2015-02-28 | 7 | -36/+38 |
* | fs/FileSystem: merge CheckAccess() into PathExists() | Max Kellermann | 2015-02-27 | 1 | -1/+1 |
* | db/ExcludeList: use the TextFile class instead of stdio.h | Max Kellermann | 2015-02-25 | 1 | -17/+24 |
* | lib/upnp/Discovery: apply naming convention | Max Kellermann | 2015-02-02 | 1 | -4/+4 |
* | Merge branch 'v0.19.x' | Max Kellermann | 2015-01-29 | 1 | -1/+1 |
|\ |
|
| * | db/update/Walk: use std::unique_ptr instead of std::auto_ptr | Max Kellermann | 2015-01-29 | 1 | -1/+1 |
* | | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 8 | -37/+38 |
* | | config/Option: convert to strictly-typed enum | Max Kellermann | 2015-01-21 | 2 | -4/+4 |
* | | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 2015-01-21 | 5 | -5/+5 |
* | | db/plugins/ProxyDatabasePlugin: add "keepalive" parameter | Joshua Wise | 2015-01-15 | 1 | -0/+6 |
* | | Copyright year 2015 | Max Kellermann | 2015-01-01 | 93 | -93/+93 |
* | | Merge branch 'v0.19.x' | Max Kellermann | 2014-12-26 | 5 | -14/+19 |
|\| |
|
| * | db/simple: fix implicit nullptr/bool conversion | Max Kellermann | 2014-12-26 | 1 | -3/+3 |
| * | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann | 2014-12-26 | 1 | -1/+4 |
| * | db/lazy, input/mms: add "override" keywords | Max Kellermann | 2014-12-26 | 2 | -3/+5 |
| * | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann | 2014-12-26 | 2 | -7/+7 |
| |\ |
|
| | * | db/proxy, output/shout: fix implicit nullptr/bool conversion | Max Kellermann | 2014-12-26 | 1 | -3/+3 |
| | * | db/{simple,proxy}, ...: add "override" keywords | Max Kellermann | 2014-12-26 | 2 | -2/+2 |
* | | | playlist, InotifySource, ...: update GLib comments | Max Kellermann | 2014-12-04 | 1 | -2/+2 |
* | | | Compiler.h: add macro CLANG_OR_GCC_VERSION() | Max Kellermann | 2014-11-28 | 2 | -3/+3 |
* | | | DatabasePrint: cast int to unsigned before comparison | Max Kellermann | 2014-11-26 | 1 | -1/+2 |
* | | | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 2014-11-21 | 3 | -12/+12 |
* | | | DatabaseCommands: add "window" parameter to "search"/"find" | Max Kellermann | 2014-11-18 | 2 | -3/+31 |
* | | | Merge tag 'v0.19.3' | Max Kellermann | 2014-11-11 | 1 | -1/+1 |
|\| | |
|
| * | | db/Count: include cleanup | Max Kellermann | 2014-11-08 | 1 | -1/+1 |
* | | | db/upnp/Directory: TitleToPathSegment() returns rvalue reference | Max Kellermann | 2014-11-09 | 1 | -2/+2 |
* | | | db/upnp/Directory: apply coding style | Max Kellermann | 2014-11-09 | 1 | -23/+23 |