aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-08-28client: client_defer_output() can create the first defer bufferMax Kellermann1-5/+5
2008-08-28client: return early on error in client_defer_output()Max Kellermann1-5/+7
2008-08-28client: moved code to client_defer_output()Max Kellermann1-20/+27
2008-08-28don't free client resources except in client_close()Max Kellermann1-15/+0
2008-08-28client: allocate clients dynamicallyMax Kellermann1-90/+76
2008-08-28client: added function client_by_fd()Max Kellermann1-13/+21
2008-08-28client: return early in client_new()Max Kellermann1-30/+31
2008-08-28client: renamed all public functionsMax Kellermann1-6/+6
2008-08-28client: renamed internal functions and variablesMax Kellermann1-297/+296
2008-08-28client: renamed Interface to struct clientMax Kellermann1-19/+19
2008-08-28renamed interface.c to client.cMax Kellermann1-1/+1
2008-08-28const pointersMax Kellermann1-5/+5