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