Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | Wildcard matches are directly applied to all filenames in subdirectories without any attempt at matching relative paths. This change is based on the following feature request: http://bugs.musicpd.org/view.php?id=3729 | ||||
* | 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 |
| | | | | Reduce some unnecessary overhead. | ||||
* | fs/FileInfo: new library providing GetFileInfo() | Max Kellermann | 2015-02-28 | 2 | -26/+21 |
| | | | | Replaces StatFile(), with a portable data object. | ||||
* | 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 |
| | | | | | 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.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 |
| | | | | | | | | | | std::auto_ptr is deprecated, and std::unique_ptr is much better anyway. | ||||
* | | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 8 | -37/+38 |
| | | | | | | | | The old struct config_param remains only for top-level string options. | ||||
* | | 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 |
| | | | | | | | | | | Return false on error, not nullptr. | ||||
| * | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann | 2014-12-26 | 1 | -1/+4 |
| | | | | | | | | New in clang 3.6. | ||||
| * | db/lazy, input/mms: add "override" keywords | Max Kellermann | 2014-12-26 | 2 | -3/+5 |
| | | | | | | | | Fixes -Winconsistent-missing-override (clang 3.6). | ||||
| * | 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 |
| | | | | | | | | | | | | Return false on error, not nullptr. | ||||
| | * | db/{simple,proxy}, ...: add "override" keywords | Max Kellermann | 2014-12-26 | 2 | -2/+2 |
| | | | | | | | | | | | | Fixes -Winconsistent-missing-override (clang 3.6). | ||||
* | | | 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 |
| | | | | | | | | | | | | Fixes compiler warning. | ||||
* | | | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 2014-11-21 | 3 | -12/+12 |
| | | | | | | | | | | | | Simplify the definition of many build options. | ||||
* | | | 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 |
| | | | | | | | | | | | | Eliminate one implicit std::string copy. | ||||
* | | | db/upnp/Directory: apply coding style | Max Kellermann | 2014-11-09 | 1 | -23/+23 |
| | | | |||||
* | | | db/upnp/Directory: move checkobjok() to class UPnPDirObject | Max Kellermann | 2014-11-08 | 2 | -11/+9 |
| | | | |||||
* | | | db/upnp/Object: apply coding style | Max Kellermann | 2014-11-08 | 3 | -21/+28 |
|/ / | |||||
* | | db/upnp: fix valgrind warning | Max Kellermann | 2014-11-07 | 1 | -0/+1 |
| | |