aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-08-10Separate PROTOCOL_VERSION from VERSIONEric Wong1-1/+1
2006-08-01Several fixes uncovered with -pedanticEric Wong1-5/+5
2006-07-30fix some warnings introduced in the big malloc-reduction patchEric Wong1-0/+1
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-175/+270
2006-07-20Add mpd-indent.shAvuton Olrich1-6/+6
2006-07-20Add mpd-indent.shAvuton Olrich1-294/+300
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes1-2/+2
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-6/+6
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove unused codeAvuton Olrich1-32/+12
2006-07-14[CLEANUP] Remove unnecessary includes, staticAvuton Olrich1-3/+3
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-05-10My first commit! :D Make sure the same interface isn't closed twice when max...J. Alexander Treuman1-1/+2
2005-08-18change a break; to a return statementWarren Dukes1-1/+1
2005-08-18attempt to fix an issue discoverred by jat with sending two close commands ba...Warren Dukes1-0/+5
2005-04-27change the default max_output_buffer_size from 2048 to 8192Warren Dukes1-1/+1
2005-03-19cleanup some debug codeWarren Dukes1-14/+11
2005-03-19fix some signal handlingWarren Dukes1-0/+11
2005-03-12*) slight code cleanupWarren Dukes1-10/+15
2005-02-07make the "kill" command work againEric Wong1-2/+2
2004-12-22fix some casting issues in error messages for output buffer sizeWarren Dukes1-5/+6
2004-11-16fix an issue with errors and new read() code on interfaceWarren Dukes1-3/+8