- 11 Aug, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Aug, 2014 2 commits
-
-
Max Kellermann authored
The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later.
-
Max Kellermann authored
-
- 30 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 29 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Jun, 2014 1 commit
-
-
Max Kellermann authored
-
- 21 Jun, 2014 1 commit
-
-
Max Kellermann authored
Fixes potential crash.
-
- 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.
-
- 25 Apr, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Apr, 2014 1 commit
-
-
Max Kellermann authored
-
- 06 Mar, 2014 1 commit
-
-
Max Kellermann authored
Fixes crash bug because mpd_connection_get_async() was called without a connection.
-
- 27 Feb, 2014 2 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
-
- 26 Feb, 2014 5 commits
-
-
Max Kellermann authored
Move to SimpleDatabase::GetSong() to give that method more control.
-
Max Kellermann authored
Code can now be reused in LookupSong().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Feb, 2014 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Feb, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Ignore the storage configuration if FLAG_REQUIRE_STORAGE is not set in the DatabasePlugin.
-
Max Kellermann authored
-
Max Kellermann authored
The new method IsPlugin() replaces the "is_simple" flag.
-
Max Kellermann authored
-
- 04 Feb, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Move from db/DatabaseGlue.cxx, eliminating global variable.
-
Max Kellermann authored
Don't use the global variables from the DatabaseSimple library.
-
- 27 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 26 Jan, 2014 5 commits
-
-
Max Kellermann authored
This call was unnecessary. It is a bad idea anyway to block the MPD process for some arbitrary amount of time.
-
Max Kellermann authored
Eliminate class LibUPnP and move the code to ClientInit.cxx. Its initialization function can be called multiple times, but UpnpRegisterClient() is called at most once.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-