| Commit message (Expand) | Author | Age | Files | Lines |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -1/+7 |
* | client: check expired after client_process_line() | Max Kellermann | 2008-09-17 | 1 | -1/+3 |
* | client: simplified client_read() | Max Kellermann | 2008-09-10 | 1 | -3/+5 |
* | client: client_input_received() returns 0 | Max Kellermann | 2008-09-10 | 1 | -4/+2 |
* | client: check for COMMAND_RETURN_CLOSE | Max Kellermann | 2008-09-10 | 1 | -15/+14 |
* | client: renamed local variable "selret" to "ret" | Max Kellermann | 2008-09-10 | 1 | -4/+4 |
* | client: moved CLOSE/KILL check after client_process_line() | Max Kellermann | 2008-09-10 | 1 | -4/+3 |
* | command: use client_[gs]et_permission() | Max Kellermann | 2008-09-07 | 1 | -3/+1 |
* | client: added client_[gs]et_permission() | Max Kellermann | 2008-09-07 | 1 | -0/+10 |
* | removed fdprintf() and client_print() | Max Kellermann | 2008-09-07 | 1 | -25/+0 |
* | client: removed client_get_fd() | Max Kellermann | 2008-09-07 | 1 | -8/+0 |
* | command: added command_success() and command_error() | Max Kellermann | 2008-09-07 | 1 | -2/+2 |
* | client: added client_printf() | Max Kellermann | 2008-09-07 | 1 | -0/+29 |
* | client: added client_write() and client_puts() | Max Kellermann | 2008-09-07 | 1 | -24/+34 |
* | include cleanup | Max Kellermann | 2008-09-06 | 1 | -1/+0 |
* | client: don't check FD_ISSET(client->fd) on expired client | Max Kellermann | 2008-09-06 | 1 | -1/+2 |
* | client: removed assert(client->fd)>=0 | Max Kellermann | 2008-09-06 | 1 | -4/+2 |
* | export the function client_is_expired() | Max Kellermann | 2008-08-29 | 1 | -8/+1 |
* | client: pass the client struct to processCommand() | Max Kellermann | 2008-08-29 | 1 | -2/+10 |
* | client: check "expired" after command execution | Max Kellermann | 2008-08-29 | 1 | -7/+14 |
* | client: added global "expired" flag | Max Kellermann | 2008-08-29 | 1 | -6/+7 |
* | client: removed superfluous assertion | Max Kellermann | 2008-08-29 | 1 | -1/+0 |
* | client: more assertions | Max Kellermann | 2008-08-28 | 1 | -0/+6 |
* | client: replace "expired" flag with fd==-1 | Max Kellermann | 2008-08-28 | 1 | -6/+6 |
* | client: moved "expired" accesses into inline function | Max Kellermann | 2008-08-28 | 1 | -13/+29 |
* | moved code to sockaddr_to_tmp_string() | Max Kellermann | 2008-08-28 | 1 | -9/+17 |
* | client: no while loop in client_manager_io() | Max Kellermann | 2008-08-28 | 1 | -32/+26 |
* | client: select() errors are fatal | Max Kellermann | 2008-08-28 | 1 | -30/+6 |
* | client: use client_defer_output() in client_write() | Max Kellermann | 2008-08-28 | 1 | -7/+3 |
* | moved code to client_write() | Max Kellermann | 2008-08-28 | 1 | -26/+28 |
* | client: client_defer_output() can create the first defer buffer | Max Kellermann | 2008-08-28 | 1 | -5/+5 |
* | client: return early on error in client_defer_output() | Max Kellermann | 2008-08-28 | 1 | -5/+7 |
* | client: moved code to client_defer_output() | Max Kellermann | 2008-08-28 | 1 | -20/+27 |
* | don't free client resources except in client_close() | Max Kellermann | 2008-08-28 | 1 | -15/+0 |
* | client: allocate clients dynamically | Max Kellermann | 2008-08-28 | 1 | -90/+76 |
* | client: added function client_by_fd() | Max Kellermann | 2008-08-28 | 1 | -13/+21 |
* | client: return early in client_new() | Max Kellermann | 2008-08-28 | 1 | -30/+31 |
* | client: renamed all public functions | Max Kellermann | 2008-08-28 | 1 | -6/+6 |
* | client: renamed internal functions and variables | Max Kellermann | 2008-08-28 | 1 | -297/+296 |
* | client: renamed Interface to struct client | Max Kellermann | 2008-08-28 | 1 | -19/+19 |
* | renamed interface.c to client.c | Max Kellermann | 2008-08-28 | 1 | -0/+797 |