aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-02-25cleanup logging, need to be careful with SECURE and DEBUGWarren Dukes1-4/+18