| Commit message (Expand) | Author | Files | Lines |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-11-06 | ClientRead: "close" flushes the output buffer | Max Kellermann | 1 | -0/+6 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-20 | *Commands: move to src/command/ | Max Kellermann | 1 | -0/+0 |
2013-10-20 | command: convert command_return to to a strictly-typed enum | Max Kellermann | 1 | -8/+16 |
2012-09-25 | command.h: move function prototypes to AllCommands.h | Max Kellermann | 1 | -17/+0 |
2012-09-25 | command.h: remove obsolete command_success() prototype | Max Kellermann | 1 | -2/+0 |
2012-09-25 | command: add COMMAND_RETURN_IDLE | Max Kellermann | 1 | -0/+6 |
2012-09-25 | command: add documentation for "enum command_return" | Max Kellermann | 1 | -1/+18 |
2012-09-25 | command: remove enum integer values | Max Kellermann | 1 | -4/+4 |
2012-08-07 | command: move print_error() to CommandError.cxx | Max Kellermann | 1 | -0/+4 |
2012-08-02 | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 1 | -1/+0 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-07-29 | command: moved command_process_list() to client.c | Max Kellermann | 1 | -5/+1 |
2009-03-30 | command: command_error() is not necessary for export. | Avuton Olrich | 1 | -3/+0 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2008-12-02 | replaced mpd_printf etc by G_GNUC_PRINTF | Thomas Jansen | 1 | -3/+2 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-31 | client: use GSList instead of struct strnode for command lists | Max Kellermann | 1 | -2/+2 |
2008-10-22 | command: use the bool datatype instead of int | Max Kellermann | 1 | -1/+3 |
2008-10-22 | command: converted COMMAND_RETURN_* macros to enum | Max Kellermann | 1 | -5/+8 |
2008-10-22 | command: no CamelCase | Max Kellermann | 1 | -5/+7 |
2008-10-22 | ack: converted ACK_ERROR_* macros to enum | Max Kellermann | 1 | -1/+2 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+0 |
2008-09-07 | command: use client_[gs]et_permission() | Max Kellermann | 1 | -3/+2 |
2008-09-07 | command: removed commandError() | Max Kellermann | 1 | -2/+0 |
2008-09-07 | command: added command_success() and command_error() | Max Kellermann | 1 | -3/+5 |
2008-09-06 | include cleanup | Max Kellermann | 1 | -0/+1 |
2008-08-29 | export the function client_is_expired() | Max Kellermann | 1 | -2/+1 |
2008-08-29 | client: pass the client struct to processCommand() | Max Kellermann | 1 | -2/+6 |
2008-04-12 | command.h: include sllist.h which defines struct strnode | Eric Wong | 1 | -2/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -7/+3 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -3/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-18 | Closing some parenthesis around shank's email address in copyright headers. | J. Alexander Treuman | 1 | -1/+1 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -2/+2 |
2006-08-07 | command: static-fication since commandError is no longer a macro | Eric Wong | 1 | -3/+0 |
2006-07-30 | commandError() cleanups, fixup gcc checks | Eric Wong | 1 | -14/+2 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -10/+11 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -4/+4 |
2006-07-17 | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | [CLEANUP] Remove unnecessary includes, static | Avuton Olrich | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2005-11-18 | DJWLindenaar's fix race condition and some memory leaks patch | Qball Cow | 1 | -0/+1 |
2004-06-15 | fix C99 stuff for commandError | Warren Dukes | 1 | -2/+2 |
2004-06-05 | implement list_OK/command_list_ok_begin | Warren Dukes | 1 | -1/+1 |
2004-06-05 | new command, plchanges, and also add Num: to songinfo of playlistinfo | Warren Dukes | 1 | -1/+1 |
2004-06-04 | add ack.h and change format of error again | Warren Dukes | 1 | -2/+2 |