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