- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 29 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 24 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 30 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 04 Sep, 2013 1 commit
-
-
Max Kellermann authored
Replaces GLib's GError.
-
- 07 Jan, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
playlist and player_control are deprecated.
-
- 04 Jan, 2013 1 commit
-
-
Max Kellermann authored
Don't use the global variable "g_playlist".
-
- 29 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 07 Aug, 2012 3 commits
-
-
Max Kellermann authored
Let the database plugin do the match.
-
Max Kellermann authored
Merge locate_song_search() and locate_song_match().
-
Max Kellermann authored
-
- 02 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 27 Jun, 2012 2 commits
-
-
geneticdrift authored
Search and add search result to a stored playlist.
-
geneticdrift authored
-
- 13 Sep, 2011 2 commits
-
-
Max Kellermann authored
Add nonnull attributes and fix all callers.
-
Max Kellermann authored
Use this struct for db_walk().
-
- 11 Sep, 2011 1 commit
-
-
Max Kellermann authored
Improve error reporting and handling. command.c gets the new function print_error(), which sends a GError to the client.
-
- 05 Sep, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Allow calling findAddIn() without a client object.
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 10 Jan, 2011 1 commit
-
-
Max Kellermann authored
Allocate a player_control object where needed, and pass it around. Each "client" object is associated with a "player_control" instance. This prepares multi-player support.
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 25 Aug, 2009 1 commit
-
-
Anton Khirnov authored
-
- 15 Mar, 2009 1 commit
-
-
Max Kellermann authored
The function is unused.
-
- 13 Mar, 2009 1 commit
-
-
Avuton Olrich authored
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
-
- 24 Jan, 2009 2 commits
-
-
Max Kellermann authored
Changed the function prototypes to get locate_item_list objects instead of num_items/items.
-
Max Kellermann authored
No CamelCase and no typedefs.
-
- 22 Jan, 2009 1 commit
-
-
Max Kellermann authored
Pass const pointers where no writes are performed.
-
- 18 Jan, 2009 1 commit
-
-
Max Kellermann authored
Don't use dbUtils.h functions. This reduces 4 full database walks to just one.
-
- 31 Oct, 2008 1 commit
-
-
Max Kellermann authored
"LOG_H" is a macro which is also used by ffmpeg/log.h. This is ffmpeg's fault, because short macros should be reserved for applications, but since it's always a good idea to choose prefixed macro names, even for applications, we are going to do that in MPD.
-
- 07 Sep, 2008 2 commits
-
-
Max Kellermann authored
Don't pass the raw file descriptor around. This migration patch is rather large, because all of the sources have inter dependencies - we have to change all of them at the same time.
-
Max Kellermann authored
This patch continues the work of the previous patch: don't pass a file descriptor at all to traverseAllIn(). Since this fd was only used to report "directory not found" errors, we can easily move that check to the caller. This is a great relief, since it removes the dependency on a client connection from a lot of enumeration functions.
-
- 06 Sep, 2008 1 commit
-
-
Max Kellermann authored
The usual bunch of const pointer conversions.
-
- 12 Apr, 2008 1 commit
-
-
Max Kellermann authored
Try to only include headers which are really needed. We should particularly check all "headers including other headers". The long-term goal is to have a manageable, small API for plugins (decoders, output) without so many mpd internals cluttering the namespace. git-svn-id: https://svn.musicpd.org/mpd/trunk@7319 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-
- 03 Jan, 2008 1 commit
-
-
Eric Wong authored
This will make refactoring features easier, especially now that pthreads support and larger refactorings are on the horizon. Hopefully, this will make porting to other platforms (even non-UNIX-like ones for masochists) easier, too. os_compat.h will house all the #includes for system headers considered to be the "core" of MPD. Headers for optional features will be left to individual source files. git-svn-id: https://svn.musicpd.org/mpd/trunk@7130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-
- 25 Apr, 2007 1 commit
-
-
J. Alexander Treuman authored
returning a list of matching songs, the number of results and total play time of the results are returned. git-svn-id: https://svn.musicpd.org/mpd/trunk@5950 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-