aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* command: moved command_process_list() to client.cMax Kellermann2009-07-291-5/+1
* command: command_error() is not necessary for export.Avuton Olrich2009-03-301-3/+0
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen2008-12-021-3/+2
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* client: use GSList instead of struct strnode for command listsMax Kellermann2008-10-311-2/+2
* command: use the bool datatype instead of intMax Kellermann2008-10-221-1/+3
* command: converted COMMAND_RETURN_* macros to enumMax Kellermann2008-10-221-5/+8
* command: no CamelCaseMax Kellermann2008-10-221-5/+7
* ack: converted ACK_ERROR_* macros to enumMax Kellermann2008-10-221-1/+2
* don't include os_compat.hMax Kellermann2008-10-081-1/+0
* command: use client_[gs]et_permission()Max Kellermann2008-09-071-3/+2
* command: removed commandError()Max Kellermann2008-09-071-2/+0
* command: added command_success() and command_error()Max Kellermann2008-09-071-3/+5
* include cleanupMax Kellermann2008-09-061-0/+1
* export the function client_is_expired()Max Kellermann2008-08-291-2/+1
* client: pass the client struct to processCommand()Max Kellermann2008-08-291-2/+6
* command.h: include sllist.h which defines struct strnodeEric Wong2008-04-121-2/+1
* clean up CPP includesMax Kellermann2008-04-121-7/+3
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-3/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman2007-02-181-1/+1
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-2/+2
* command: static-fication since commandError is no longer a macroEric Wong2006-08-071-3/+0
* commandError() cleanups, fixup gcc checksEric Wong2006-07-301-14/+2
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-10/+11
* Add mpd-indent.shAvuton Olrich2006-07-201-4/+4
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-171-1/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* [CLEANUP] Remove unnecessary includes, staticAvuton Olrich2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-181-0/+1
* fix C99 stuff for commandErrorWarren Dukes2004-06-151-2/+2
* implement list_OK/command_list_ok_beginWarren Dukes2004-06-051-1/+1
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-051-1/+1
* add ack.h and change format of error againWarren Dukes2004-06-041-2/+2
* change format of error stuffWarren Dukes2004-06-041-5/+5
* finish ack error codesWarren Dukes2004-06-041-5/+8
* work on ACK error codesWarren Dukes2004-06-041-1/+16
* clean up ACK error coding a little bitWarren Dukes2004-06-041-4/+5
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* cleanup interface between interface.[ch] and command.[ch]Warren Dukes2004-04-121-2/+4
* incremental updates and command-list/update kung fuWarren Dukes2004-04-111-1/+3
* bunch of autotool cleanupsWarren Dukes2004-03-181-0/+2
* import from SF CVSWarren Dukes2004-02-231-0/+37