- 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.
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 25 Jul, 2010 1 commit
-
-
Max Kellermann authored
MPD doesn't have child processes anymore, and thus we're not expecting to receive SIGCHLD very often. Since hard disk access isn't interrupted by signals anyway, we don't need those excessive checks.
-
- 21 Jul, 2010 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 07 Nov, 2009 1 commit
-
-
Max Kellermann authored
Check ferror() instead of the fprintf() return value.
-
- 04 Nov, 2009 1 commit
-
-
Max Kellermann authored
Store a list of supported tag items in the database. When loading a database which does not have a matching list, we must rescan in order to get the missing information.
-
- 01 Nov, 2009 3 commits
-
-
Max Kellermann authored
Changed songvec_load() to song_load(). Added start and end markers for each song. Removed the "key" line, it's redundant.
-
Max Kellermann authored
-
Max Kellermann authored
-