- 02 Feb, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 27 Jan, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 18 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 07 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 03 Jan, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Jan, 2013 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 Sep, 2012 2 commits
-
-
Max Kellermann authored
When visiting a song, GetSong() was called, but this object was never returned by calling ReturnSong(). This patch locks the database only once in Visit() and passes the original song object to the visitor, avoiding the copy.
-
Max Kellermann authored
-
- 29 Aug, 2012 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Aug, 2012 4 commits
-
-
Max Kellermann authored
Allow the plugin to allocate the GetSong() return value.
-
Max Kellermann authored
Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs.
-
Max Kellermann authored
Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs.
-
Max Kellermann authored
-
- 07 Aug, 2012 3 commits
-
-
Max Kellermann authored
Let the database plugin do the match.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 01 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 09 Jul, 2012 1 commit
-
-
Max Kellermann authored
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
-
- 02 Feb, 2012 1 commit
-
-
Max Kellermann authored
Reduce the number of lock/unlock cycles, and make database handling safer.
-
- 24 Jan, 2012 2 commits
-
-
Max Kellermann authored
Random access is not needed, and a linked list is easier to manage: we don't need to (re-)allocate the pointer array.
-
Max Kellermann authored
Pass only the "name" to a directory, instead of the full (relative) path.
-
- 12 Jan, 2012 1 commit
-
-
Max Kellermann authored
-
- 13 Sep, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
New db_get_song() implementation.
-
- 10 Sep, 2011 1 commit
-
-
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.
-