aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix an issue with errors and new read() code on interfaceWarren Dukes2004-11-161-3/+8
* no longer need to include sig_handlers.h in interfac.ecWarren Dukes2004-11-141-1/+0
* fix a few bugs in read()'ingWarren Dukes2004-11-141-8/+9
* optimized read() on clients, should be much, much faster nowWarren Dukes2004-11-141-121/+120
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-111-4/+6
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-031-3/+2
* we need to initialize interface_max_connections to 0, to indicate we have no...Warren Dukes2004-10-311-1/+3
* merge shank-rewrite-config changesWarren Dukes2004-10-281-25/+56
* potential fixes for NHI\'s bugsWarren Dukes2004-07-121-1/+3
* fix C99 stuff for commandErrorWarren Dukes2004-06-151-8/+9
* implement list_OK/command_list_ok_beginWarren Dukes2004-06-051-15/+17
* finish ack error codesWarren Dukes2004-06-041-0/+1
* clean up ACK error coding a little bitWarren Dukes2004-06-041-8/+6
* fix foobar!Warren Dukes2004-05-111-1/+1