- 21 Nov, 2013 1 commit
-
-
Max Kellermann authored
Refactor SimpleDatabase::GetLastModified() to be generic for all plugins. Remove the SimpleDatabase assumption from db_stats_print(), allowing it to be implemented by all database plugins.
-
- 30 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 19 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 15 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 02 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
-
- 05 Sep, 2013 1 commit
-
-
Max Kellermann authored
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
-
- 04 Sep, 2013 1 commit
-
-
Max Kellermann authored
Replaces GLib's GError.
-
- 10 Aug, 2013 1 commit
-
-
Max Kellermann authored
-
- 04 Aug, 2013 1 commit
-
-
Max Kellermann authored
-
- 29 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 07 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 03 Jan, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Jan, 2013 5 commits
-
-
Max Kellermann authored
Use the C++ API.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
RTTI adds overhead to the binary, and we don't need that.
-
- 22 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 15 Aug, 2012 2 commits
-
-
Max Kellermann authored
Allow the plugin to allocate the GetSong() return value.
-
Max Kellermann authored
-
- 08 Aug, 2012 3 commits
-
-
Max Kellermann authored
No more hard-coded "simple" plugin.
-
Max Kellermann authored
Let the caller take care for legacy conversion.
-
Max Kellermann authored
Preparing for non-"simple" database plugins.
-
- 07 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 02 Aug, 2012 2 commits
-
-
Max Kellermann authored
Unused.
-
Max Kellermann authored
Allow using the object outside of DatabaseGlue.cxx.
-
- 01 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 02 Feb, 2012 1 commit
-
-
Max Kellermann authored
Reduce the number of lock/unlock cycles, and make database handling safer.
-
- 13 Sep, 2011 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
New db_get_song() implementation.
-
Max Kellermann authored
-
Max Kellermann authored
Let the caller decide if the current directory should be visited.
-
Max Kellermann authored
Use this struct for db_walk().
-
- 10 Sep, 2011 2 commits
-
-
Max Kellermann authored
First draft, not really pluggable currently - hard-coded to use the "simple" plugin, and calls several of its internal functions. The API is very simple currently, all searches are still performed over the root "directory" object. Future changes to the API will move those search implementations into the plugin, to allow more efficient implementations, or implementations that don't have the whole tree in memory all the time.
-
Max Kellermann authored
-
- 09 Sep, 2011 1 commit
-
-
Max Kellermann authored
-
- 18 Jul, 2011 1 commit
-
-
Max Kellermann authored
For accessing the child of a directory, one needs X_OK on the directory.
-