| Commit message (Expand) | Author | Files | Lines |
2009-01-10 | client: remove "expire" event on exit | Max Kellermann | 1 | -0/+3 |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -2/+1 |
2009-01-07 | client: use GList instead of dlist.h | Max Kellermann | 1 | -37/+47 |
2009-01-03 | client: use GLib instead of utils.h | Max Kellermann | 1 | -7/+8 |
2009-01-03 | client: convert GREETING to a static string | Max Kellermann | 1 | -2/+2 |
2009-01-01 | main_notify: renamed source to event_pipe.c | Max Kellermann | 1 | -1/+1 |
2008-12-31 | client: run client_manager_expire() in an idle event | Max Kellermann | 1 | -1/+22 |
2008-12-31 | client: remember GLib source id | Max Kellermann | 1 | -9/+14 |
2008-12-30 | main: export the main_loop variable | Max Kellermann | 1 | -1/+2 |
2008-12-30 | main: use the GLib main loop | Max Kellermann | 1 | -68/+71 |
2008-12-29 | client: include winsock headers on WIN32 | Max Kellermann | 1 | -2/+8 |
2008-12-29 | client: use GLib logging | Max Kellermann | 1 | -48/+53 |
2008-12-24 | client: always attempt to flush deferred buffers | Max Kellermann | 1 | -2/+11 |
2008-12-02 | replaced mpd_printf etc by G_GNUC_PRINTF | Thomas Jansen | 1 | -1/+1 |
2008-11-24 | client.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -1/+1 |
2008-11-22 | command: allow clients to subscribe to specific idle events | Marc Pavot | 1 | -17/+12 |
2008-10-31 | client: use bool | Max Kellermann | 1 | -1/+1 |
2008-10-31 | client: don't try again after partial write | Max Kellermann | 1 | -0/+1 |
2008-10-31 | client: use GQueue instead of sllist.h for deferred_send | Max Kellermann | 1 | -34/+42 |
2008-10-31 | client: use GSList instead of struct strnode for command lists | Max Kellermann | 1 | -41/+15 |
2008-10-31 | client: removed list_cache | Max Kellermann | 1 | -34/+1 |
2008-10-22 | command: no CamelCase | Max Kellermann | 1 | -4/+4 |
2008-10-17 | client: converted permissions to unsigned | Max Kellermann | 1 | -3/+3 |
2008-10-17 | client: eliminate variable "left" in client_write() | Max Kellermann | 1 | -5/+5 |
2008-10-17 | client: fixed send buffer | Max Kellermann | 1 | -49/+4 |
2008-10-17 | client: removed CLIENT_MAX_BUFFER_LENGTH | Max Kellermann | 1 | -3/+2 |
2008-10-17 | client: added assertions on the buffer pointers | Max Kellermann | 1 | -0/+6 |
2008-10-17 | client: read() return value is ssize_t | Max Kellermann | 1 | -2/+2 |
2008-10-17 | client: handle partial lines correctly | Max Kellermann | 1 | -2/+2 |
2008-10-15 | listen, client: enable SO_PASSCRED, get client's uid | Max Kellermann | 1 | -1/+12 |
2008-10-15 | idle: client command "noidle" aborts idle | Max Kellermann | 1 | -3/+21 |
2008-10-15 | client: optimized client_input_received() | Max Kellermann | 1 | -38/+44 |
2008-10-14 | command: added command "idle" | Max Kellermann | 1 | -1/+82 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+7 |
2008-09-17 | client: check expired after client_process_line() | Max Kellermann | 1 | -1/+3 |
2008-09-10 | client: simplified client_read() | Max Kellermann | 1 | -3/+5 |
2008-09-10 | client: client_input_received() returns 0 | Max Kellermann | 1 | -4/+2 |
2008-09-10 | client: check for COMMAND_RETURN_CLOSE | Max Kellermann | 1 | -15/+14 |
2008-09-10 | client: renamed local variable "selret" to "ret" | Max Kellermann | 1 | -4/+4 |
2008-09-10 | client: moved CLOSE/KILL check after client_process_line() | Max Kellermann | 1 | -4/+3 |
2008-09-07 | command: use client_[gs]et_permission() | Max Kellermann | 1 | -3/+1 |
2008-09-07 | client: added client_[gs]et_permission() | Max Kellermann | 1 | -0/+10 |
2008-09-07 | removed fdprintf() and client_print() | Max Kellermann | 1 | -25/+0 |
2008-09-07 | client: removed client_get_fd() | Max Kellermann | 1 | -8/+0 |
2008-09-07 | command: added command_success() and command_error() | Max Kellermann | 1 | -2/+2 |
2008-09-07 | client: added client_printf() | Max Kellermann | 1 | -0/+29 |
2008-09-07 | client: added client_write() and client_puts() | Max Kellermann | 1 | -24/+34 |
2008-09-06 | include cleanup | Max Kellermann | 1 | -1/+0 |
2008-09-06 | client: don't check FD_ISSET(client->fd) on expired client | Max Kellermann | 1 | -1/+2 |
2008-09-06 | client: removed assert(client->fd)>=0 | Max Kellermann | 1 | -4/+2 |