aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-03-26unlimited select() timeoutMax Kellermann1-5/+3
2008-03-26networking: more assertions and cleanups to size_t/unsigned changesEric Wong1-17/+25
2008-03-26use size_tMax Kellermann1-24/+24
2008-03-26zero is a valid file descriptorMax Kellermann1-3/+3
2008-01-27interface: abort if we expire while processing linesEric Wong1-0/+2
2008-01-03ioops: make this zero-impact when compiling w/o zeroconf as wellEric Wong1-49/+2
2008-01-03zeroconf: reformat (with mpd-indent.sh + manual tweaks)Eric Wong1-7/+7
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-15/+1
2007-09-01interface: fix IPV6 hostname buffer deallocation from automaticsEric Wong1-12/+7
2007-08-27interface: print whole debug message at onceJ. Alexander Treuman1-7/+8
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-8/+4
2007-05-15Changing "//" comments to "/* */" comments.J. Alexander Treuman1-3/+3
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-03-18This fixes a bug where a client sending just the right data could cause mpdJ. Alexander Treuman1-0/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-6/+6
2007-01-14avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong1-8/+8
2007-01-11Added zeroconf service publishing using avahiJim Ramsay1-2/+60
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-3/+3
2006-08-18fix a few warnings on 64-bit machinesEric Wong1-2/+2