- 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 6 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.
-
Max Kellermann authored
-
- 06 Feb, 2014 2 commits
-
-
geneticdrift authored
-
Max Kellermann authored
This commit finally allows the database update to scan remote files, e.g. using the smbclient storage plugin. However, it is not yet possible to configure that, therefore the feature is not accessible yet.
-
- 05 Feb, 2014 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for the plugin interface.
-
Max Kellermann authored
Keep only a reference.
-
Max Kellermann authored
Fixes bogus assertion failure.
-
Max Kellermann authored
Prepare to make this a new plugin API, for example to use a SMB share for the music_directory.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes assertion failure when update gets launched during MPD startup.
-
- 04 Feb, 2014 6 commits
-
-
Max Kellermann authored
Decouples db/update/Remove.cpp from global variables.
-
Max Kellermann authored
Don't use the global variable "instance".
-
Max Kellermann authored
Don't use the global variable "main_thread".
-
Max Kellermann authored
Database update was randomly broken due to these uninitialized variables.
-
Max Kellermann authored
Don't use the global variables from the DatabaseSimple library.
-
Max Kellermann authored
Remove dependency on the DatabaseSimple library.
-
- 31 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-