aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-04-12Fix the problem of songs not advancing without client activityEric Wong1-0/+3
2008-04-12clean up CPP includesMax Kellermann1-2/+3
2008-04-12provide switches for TCP and unix socketsMax Kellermann1-0/+4
2008-04-12fix sign compare warningsMax Kellermann1-1/+1
2008-03-26interface: use a saner fdmax for select(2) when closing errored interfacesEric Wong1-1/+2
2008-03-26notify: cleanupsEric Wong1-4/+1
2008-03-26unsigned countersMax Kellermann1-11/+11
2008-03-26don't repeat select()Max Kellermann1-5/+2