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