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