aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* maybe this fixes remoford's bug?!?Warren Dukes2004-05-111-1/+1
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-131-6/+3
* cleanup interface between interface.[ch] and command.[ch]Warren Dukes2004-04-121-41/+43
* incremental updates and command-list/update kung fuWarren Dukes2004-04-111-5/+10
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-4/+4
* use our own portable version of usleep using select()Warren Dukes2004-04-011-2/+3
* cleanup reading from interface, when argArrayLength returned by buffer2arrayWarren Dukes2004-03-311-3/+11
* cleanup logging, need to be careful with SECURE and DEBUGWarren Dukes2004-02-251-4/+18
* import from SF CVSWarren Dukes2004-02-231-0/+624