- 30 Sep, 2015 1 commit
-
-
Anthony DeRossi authored
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
-
- 22 Jun, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 17 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 03 Mar, 2015 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Feb, 2015 2 commits
-
-
Max Kellermann authored
Replaces StatFile(), with a portable data object.
-
Max Kellermann authored
-
- 25 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 29 Jan, 2015 1 commit
-
-
Max Kellermann authored
std::auto_ptr is deprecated, and std::unique_ptr is much better anyway.
-
- 21 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 04 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 01 Oct, 2014 1 commit
-
-
Max Kellermann authored
-
- 29 Aug, 2014 1 commit
-
-
Max Kellermann authored
Necessary for "final" on gcc 4.6.
-
- 06 Aug, 2014 1 commit
-
-
Max Kellermann authored
Eliminate support for partial reads. The Linux kernel will never return partial results, so this buffering was unnecessary.
-
- 16 Jun, 2014 2 commits
-
-
Max Kellermann authored
Check for 0 in "device" and "inode" instead.
-
Max Kellermann authored
Remove the C list_head library and use type-safe C++ instead.
-
- 01 Mar, 2014 1 commit
-
-
Max Kellermann authored
Quick hack to allow using the database without GLib (for Android).
-
- 27 Feb, 2014 6 commits
-
-
Max Kellermann authored
A SimpleDatabase instance can now "mount" other Database instances at certain locations. This is used to use a new SimpleDatabase instance for each storage mount (issued with the "mount" protocol command). Each such instance has its own database file, stored in the directory that is specified with the "cache_directory" option.
-
Max Kellermann authored
The problem with std::queue is that it doesn't give us enough control. The method Clear() is a kludge already, but soon, we'll need filtering.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 17 Feb, 2014 1 commit
-
-
Max Kellermann authored
Replaces g_strstrip().
-
- 09 Feb, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Feb, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The root WatchDirectory instance already contains the music directory, and we don't need to fetch it again.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Replaces map_to_relative_path() from Mapper.cxx.
-