summaryrefslogtreecommitdiff
path: root/src/interface.c
AgeCommit message (Expand)Author
2008-04-12Fix the problem of songs not advancing without client activityEric Wong
2008-04-12clean up CPP includesMax Kellermann
2008-04-12provide switches for TCP and unix socketsMax Kellermann
2008-04-12fix sign compare warningsMax Kellermann
2008-03-26interface: use a saner fdmax for select(2) when closing errored interfacesEric Wong
2008-03-26notify: cleanupsEric Wong
2008-03-26unsigned countersMax Kellermann
2008-03-26don't repeat select()Max Kellermann
2008-03-26unlimited select() timeoutMax Kellermann
2008-03-26networking: more assertions and cleanups to size_t/unsigned changesEric Wong
2008-03-26use size_tMax Kellermann
2008-03-26zero is a valid file descriptorMax Kellermann
2008-01-27interface: abort if we expire while processing linesEric Wong
2008-01-03ioops: make this zero-impact when compiling w/o zeroconf as wellEric Wong
2008-01-03zeroconf: reformat (with mpd-indent.sh + manual tweaks)Eric Wong
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-09-01interface: fix IPV6 hostname buffer deallocation from automaticsEric Wong
2007-08-27interface: print whole debug message at onceJ. Alexander Treuman
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-05-15Changing "//" comments to "/* */" comments.J. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-03-18This fixes a bug where a client sending just the right data could cause mpdJ. Alexander Treuman
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2007-01-14avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong
2007-01-11Added zeroconf service publishing using avahiJim Ramsay
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-18fix a few warnings on 64-bit machinesEric Wong
2006-08-10Separate PROTOCOL_VERSION from VERSIONEric Wong
2006-08-01Several fixes uncovered with -pedanticEric Wong
2006-07-30fix some warnings introduced in the big malloc-reduction patchEric Wong
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-14[CLEANUP] Remove unused codeAvuton Olrich
2006-07-14[CLEANUP] Remove unnecessary includes, staticAvuton Olrich
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-05-10My first commit! :D Make sure the same interface isn't closed twice when max...J. Alexander Treuman
2005-08-18change a break; to a return statementWarren Dukes
2005-08-18attempt to fix an issue discoverred by jat with sending two close commands ba...Warren Dukes
2005-04-27change the default max_output_buffer_size from 2048 to 8192Warren Dukes
2005-03-19cleanup some debug codeWarren Dukes
2005-03-19fix some signal handlingWarren Dukes
2005-03-12*) slight code cleanupWarren Dukes
2005-02-07make the "kill" command work againEric Wong
2004-12-22fix some casting issues in error messages for output buffer sizeWarren Dukes
2004-11-16fix an issue with errors and new read() code on interfaceWarren Dukes
2004-11-14no longer need to include sig_handlers.h in interfac.ecWarren Dukes