aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* client: removed CLIENT_MAX_BUFFER_LENGTHMax Kellermann2008-10-171-3/+2
* client: added assertions on the buffer pointersMax Kellermann2008-10-171-0/+6
* client: read() return value is ssize_tMax Kellermann2008-10-171-2/+2
* client: handle partial lines correctlyMax Kellermann2008-10-171-2/+2
* listen, client: enable SO_PASSCRED, get client's uidMax Kellermann2008-10-151-1/+12
* idle: client command "noidle" aborts idleMax Kellermann2008-10-151-3/+21
* client: optimized client_input_received()Max Kellermann2008-10-151-38/+44
* command: added command "idle"Max Kellermann2008-10-141-1/+82
* don't include os_compat.hMax Kellermann2008-10-081-1/+7
* client: check expired after client_process_line()Max Kellermann2008-09-171-1/+3
* client: simplified client_read()Max Kellermann2008-09-101-3/+5
* client: client_input_received() returns 0Max Kellermann2008-09-101-4/+2
* client: check for COMMAND_RETURN_CLOSEMax Kellermann2008-09-101-15/+14
* client: renamed local variable "selret" to "ret"Max Kellermann2008-09-101-4/+4
* client: moved CLOSE/KILL check after client_process_line()Max Kellermann2008-09-101-4/+3
* command: use client_[gs]et_permission()Max Kellermann2008-09-071-3/+1
* client: added client_[gs]et_permission()Max Kellermann2008-09-071-0/+10
* removed fdprintf() and client_print()Max Kellermann2008-09-071-25/+0
* client: removed client_get_fd()Max Kellermann2008-09-071-8/+0
* command: added command_success() and command_error()Max Kellermann2008-09-071-2/+2
* client: added client_printf()Max Kellermann2008-09-071-0/+29
* client: added client_write() and client_puts()Max Kellermann2008-09-071-24/+34
* include cleanupMax Kellermann2008-09-061-1/+0
* client: don't check FD_ISSET(client->fd) on expired clientMax Kellermann2008-09-061-1/+2
* client: removed assert(client->fd)>=0Max Kellermann2008-09-061-4/+2
* export the function client_is_expired()Max Kellermann2008-08-291-8/+1
* client: pass the client struct to processCommand()Max Kellermann2008-08-291-2/+10
* client: check "expired" after command executionMax Kellermann2008-08-291-7/+14
* client: added global "expired" flagMax Kellermann2008-08-291-6/+7
* client: removed superfluous assertionMax Kellermann2008-08-291-1/+0
* client: more assertionsMax Kellermann2008-08-281-0/+6
* client: replace "expired" flag with fd==-1Max Kellermann2008-08-281-6/+6
* client: moved "expired" accesses into inline functionMax Kellermann2008-08-281-13/+29
* moved code to sockaddr_to_tmp_string()Max Kellermann2008-08-281-9/+17
* client: no while loop in client_manager_io()Max Kellermann2008-08-281-32/+26
* client: select() errors are fatalMax Kellermann2008-08-281-30/+6
* client: use client_defer_output() in client_write()Max Kellermann2008-08-281-7/+3
* moved code to client_write()Max Kellermann2008-08-281-26/+28
* client: client_defer_output() can create the first defer bufferMax Kellermann2008-08-281-5/+5
* client: return early on error in client_defer_output()Max Kellermann2008-08-281-5/+7
* client: moved code to client_defer_output()Max Kellermann2008-08-281-20/+27
* don't free client resources except in client_close()Max Kellermann2008-08-281-15/+0
* client: allocate clients dynamicallyMax Kellermann2008-08-281-90/+76
* client: added function client_by_fd()Max Kellermann2008-08-281-13/+21
* client: return early in client_new()Max Kellermann2008-08-281-30/+31
* client: renamed all public functionsMax Kellermann2008-08-281-6/+6
* client: renamed internal functions and variablesMax Kellermann2008-08-281-297/+296
* client: renamed Interface to struct clientMax Kellermann2008-08-281-19/+19
* renamed interface.c to client.cMax Kellermann2008-08-281-0/+797