- 13 Sep, 2011 3 commits
-
-
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 10 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
-
Max Kellermann authored
.. and a minor tweak for libFLAC+libogg detection.
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate an unnecessary source of deadlocks.
-
Max Kellermann authored
-
Max Kellermann authored
The pkg-config file was added by the Debian package maintainers, and unfortunately, the rest of the world doesn't have it.
-
Max Kellermann authored
Add M4 function MPD_AUTO_PKG_LIB for pkg-config with AC_CHECK_LIB fallback.
-
Max Kellermann authored
Don't abort the configure script when avahi could not be auto-detected. It previously did, because there was no custom "fail" action for PKG_CHECK_MODULES.
-
Max Kellermann authored
Don't add those to MPD_CFLAGS / MPD_LIBS.
-