aboutsummaryrefslogtreecommitdiff
path: root/src/client.c
Commit message (Expand)AuthorAge
* replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen2008-12-02
* client.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* command: allow clients to subscribe to specific idle eventsMarc Pavot2008-11-22
* client: use boolMax Kellermann2008-10-31
* client: don't try again after partial writeMax Kellermann2008-10-31
* client: use GQueue instead of sllist.h for deferred_sendMax Kellermann2008-10-31
* client: use GSList instead of struct strnode for command listsMax Kellermann2008-10-31
* client: removed list_cacheMax Kellermann2008-10-31
* command: no CamelCaseMax Kellermann2008-10-22
* client: converted permissions to unsignedMax Kellermann2008-10-17
* client: eliminate variable "left" in client_write()Max Kellermann2008-10-17
* client: fixed send bufferMax Kellermann2008-10-17
* client: removed CLIENT_MAX_BUFFER_LENGTHMax Kellermann2008-10-17
* client: added assertions on the buffer pointersMax Kellermann2008-10-17
* client: read() return value is ssize_tMax Kellermann2008-10-17
* client: handle partial lines correctlyMax Kellermann2008-10-17
* listen, client: enable SO_PASSCRED, get client's uidMax Kellermann2008-10-15
* idle: client command "noidle" aborts idleMax Kellermann2008-10-15
* client: optimized client_input_received()Max Kellermann2008-10-15
* command: added command "idle"Max Kellermann2008-10-14
* don't include os_compat.hMax Kellermann2008-10-08
* client: check expired after client_process_line()Max Kellermann2008-09-17
* client: simplified client_read()Max Kellermann2008-09-10
* client: client_input_received() returns 0Max Kellermann2008-09-10
* client: check for COMMAND_RETURN_CLOSEMax Kellermann2008-09-10
* client: renamed local variable "selret" to "ret"Max Kellermann2008-09-10
* client: moved CLOSE/KILL check after client_process_line()Max Kellermann2008-09-10
* command: use client_[gs]et_permission()Max Kellermann2008-09-07
* client: added client_[gs]et_permission()Max Kellermann2008-09-07
* removed fdprintf() and client_print()Max Kellermann2008-09-07
* client: removed client_get_fd()Max Kellermann2008-09-07
* command: added command_success() and command_error()Max Kellermann2008-09-07
* client: added client_printf()Max Kellermann2008-09-07
* client: added client_write() and client_puts()Max Kellermann2008-09-07
* include cleanupMax Kellermann2008-09-06
* client: don't check FD_ISSET(client->fd) on expired clientMax Kellermann2008-09-06
* client: removed assert(client->fd)>=0Max Kellermann2008-09-06
* export the function client_is_expired()Max Kellermann2008-08-29
* client: pass the client struct to processCommand()Max Kellermann2008-08-29
* client: check "expired" after command executionMax Kellermann2008-08-29
* client: added global "expired" flagMax Kellermann2008-08-29
* client: removed superfluous assertionMax Kellermann2008-08-29
* client: more assertionsMax Kellermann2008-08-28
* client: replace "expired" flag with fd==-1Max Kellermann2008-08-28
* client: moved "expired" accesses into inline functionMax Kellermann2008-08-28
* moved code to sockaddr_to_tmp_string()Max Kellermann2008-08-28
* client: no while loop in client_manager_io()Max Kellermann2008-08-28
* client: select() errors are fatalMax Kellermann2008-08-28
* client: use client_defer_output() in client_write()Max Kellermann2008-08-28
* moved code to client_write()Max Kellermann2008-08-28