aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-11-14no longer need to include sig_handlers.h in interfac.ecWarren Dukes1-1/+0
2004-11-14fix a few bugs in read()'ingWarren Dukes1-8/+9
2004-11-14optimized read() on clients, should be much, much faster nowWarren Dukes1-121/+120
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-4/+6
2004-11-03now one can specify multiple bind_to_addressesWarren Dukes1-3/+2
2004-10-31we need to initialize interface_max_connections to 0, to indicate we have no...Warren Dukes1-1/+3
2004-10-28merge shank-rewrite-config changesWarren Dukes1-25/+56
2004-07-12potential fixes for NHI\'s bugsWarren Dukes1-1/+3
2004-06-15fix C99 stuff for commandErrorWarren Dukes1-8/+9
2004-06-05implement list_OK/command_list_ok_beginWarren Dukes1-15/+17
2004-06-04finish ack error codesWarren Dukes1-0/+1
2004-06-04clean up ACK error coding a little bitWarren Dukes1-8/+6
2004-05-11fix foobar!Warren Dukes1-1/+1
2004-05-11maybe this fixes remoford's bug?!?Warren Dukes1-1/+1
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes1-6/+3
2004-04-12cleanup interface between interface.[ch] and command.[ch]Warren Dukes1-41/+43
2004-04-11incremental updates and command-list/update kung fuWarren Dukes1-5/+10
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-4/+4
2004-04-01use our own portable version of usleep using select()Warren Dukes1-2/+3
2004-03-31cleanup reading from interface, when argArrayLength returned by buffer2arrayWarren Dukes1-3/+11