- 13 Sep, 2011 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Add nonnull attributes and fix all callers.
-
Max Kellermann authored
-
Max Kellermann authored
This is specific to gcc, not to mpd.
-
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
-
Max Kellermann authored
.. to recurse. A visitor may not have one, but still be interested in a recursive search.
-
Max Kellermann authored
Use this struct for db_walk().
-
- 11 Sep, 2011 3 commits
-
-
Max Kellermann authored
Improve error reporting and handling. command.c gets the new function print_error(), which sends a GError to the client.
-
Max Kellermann authored
Reduce header dependencies.
-
Max Kellermann authored
Only used there.
-
- 10 Sep, 2011 4 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
-
Max Kellermann authored
-
Max Kellermann authored
For TAG_NUM_OF_ITEM_TYPES.
-
- 09 Sep, 2011 16 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
No writers.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Better error messages.
-
Max Kellermann authored
Remove the slash hack, allocate memory for the user name.
-
Max Kellermann authored
Just advance the "path" pointer.
-
Max Kellermann authored
config_get_path() was somewhat flawed, because it pretended to be a function, when it really had a side effect. The second flaw was that it did not return the parser error, instead it aborted the whole process, which is bad style. The new function returns a duplicated (modified) string that must be freed by the caller, and returns a GError on failure.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
No caller needs to write.
-
Max Kellermann authored
config_add_block_param() cannot fail, which makes it easier to use.
-
Max Kellermann authored
Reduce indent.
-
Max Kellermann authored
-
- 05 Sep, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Allow calling findAddIn() without a client object.
-
- 02 Sep, 2011 2 commits
-
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
Avuton Olrich authored
-
- 01 Sep, 2011 2 commits
-
-
Max Kellermann authored
libOggFLAC has been deprecated for 5 years now, and we havn't been testing it for a long time. Let's delete it.
-
Max Kellermann authored
Conflicts: configure.ac src/output_control.c
-