- 07 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 03 Jan, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Jan, 2013 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The "bool" type is built-in.
-
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 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Auto-recover from soft errors.
-
Max Kellermann authored
Allow the plugin to allocate the GetSong() return value.
-
Max Kellermann authored
Fixes wrong object URIs with duplicate base names.
-
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
-
Max Kellermann authored
Let the C++ compiler take care for freeing the objects safely.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Aug, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes assertion failures in the Directory library.
-
- 07 Aug, 2012 4 commits
-
-
Max Kellermann authored
Implementation incomplete, but sort-of-works. DumpDatabase works, but MPD is still hard-coded on the "simple" plugin.
-
Max Kellermann authored
Let the database plugin do the match.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Aug, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Remove GLib dependency from some headers.
-
- 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 1 commit
-
-
Max Kellermann authored
-