| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -3/+3 |
* | fix a few warnings on 64-bit machines | Eric Wong | 2006-08-18 | 1 | -2/+2 |
* | Separate PROTOCOL_VERSION from VERSION | Eric Wong | 2006-08-10 | 1 | -1/+1 |
* | Several fixes uncovered with -pedantic | Eric Wong | 2006-08-01 | 1 | -5/+5 |
* | fix some warnings introduced in the big malloc-reduction patch | Eric Wong | 2006-07-30 | 1 | -0/+1 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -175/+270 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -6/+6 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -294/+300 |
* | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes | 2006-07-17 | 1 | -2/+2 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -6/+6 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | [CLEANUP] Remove unused code | Avuton Olrich | 2006-07-14 | 1 | -32/+12 |
* | [CLEANUP] Remove unnecessary includes, static | Avuton Olrich | 2006-07-14 | 1 | -3/+3 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | My first commit! :D Make sure the same interface isn't closed twice when max... | J. Alexander Treuman | 2006-05-10 | 1 | -1/+2 |
* | change a break; to a return statement | Warren Dukes | 2005-08-18 | 1 | -1/+1 |
* | attempt to fix an issue discoverred by jat with sending two close commands ba... | Warren Dukes | 2005-08-18 | 1 | -0/+5 |
* | change the default max_output_buffer_size from 2048 to 8192 | Warren Dukes | 2005-04-27 | 1 | -1/+1 |
* | cleanup some debug code | Warren Dukes | 2005-03-19 | 1 | -14/+11 |
* | fix some signal handling | Warren Dukes | 2005-03-19 | 1 | -0/+11 |
* | *) slight code cleanup | Warren Dukes | 2005-03-12 | 1 | -10/+15 |
* | make the "kill" command work again | Eric Wong | 2005-02-07 | 1 | -2/+2 |
* | fix some casting issues in error messages for output buffer size | Warren Dukes | 2004-12-22 | 1 | -5/+6 |
* | fix an issue with errors and new read() code on interface | Warren Dukes | 2004-11-16 | 1 | -3/+8 |
* | no longer need to include sig_handlers.h in interfac.ec | Warren Dukes | 2004-11-14 | 1 | -1/+0 |
* | fix a few bugs in read()'ing | Warren Dukes | 2004-11-14 | 1 | -8/+9 |
* | optimized read() on clients, should be much, much faster now | Warren Dukes | 2004-11-14 | 1 | -121/+120 |
* | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 2004-11-11 | 1 | -4/+6 |
* | now one can specify multiple bind_to_addresses | Warren Dukes | 2004-11-03 | 1 | -3/+2 |
* | we need to initialize interface_max_connections to 0, to indicate we have no... | Warren Dukes | 2004-10-31 | 1 | -1/+3 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -25/+56 |
* | potential fixes for NHI\'s bugs | Warren Dukes | 2004-07-12 | 1 | -1/+3 |
* | fix C99 stuff for commandError | Warren Dukes | 2004-06-15 | 1 | -8/+9 |
* | implement list_OK/command_list_ok_begin | Warren Dukes | 2004-06-05 | 1 | -15/+17 |
* | finish ack error codes | Warren Dukes | 2004-06-04 | 1 | -0/+1 |
* | clean up ACK error coding a little bit | Warren Dukes | 2004-06-04 | 1 | -8/+6 |
* | fix foobar! | Warren Dukes | 2004-05-11 | 1 | -1/+1 |
* | maybe this fixes remoford's bug?!? | Warren Dukes | 2004-05-11 | 1 | -1/+1 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | ok, rework myfprintf so it uses write() and never use any file stream | Warren Dukes | 2004-04-13 | 1 | -6/+3 |
* | cleanup interface between interface.[ch] and command.[ch] | Warren Dukes | 2004-04-12 | 1 | -41/+43 |
* | incremental updates and command-list/update kung fu | Warren Dukes | 2004-04-11 | 1 | -5/+10 |
* | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 2004-04-02 | 1 | -4/+4 |
* | use our own portable version of usleep using select() | Warren Dukes | 2004-04-01 | 1 | -2/+3 |
* | cleanup reading from interface, when argArrayLength returned by buffer2array | Warren Dukes | 2004-03-31 | 1 | -3/+11 |
* | cleanup logging, need to be careful with SECURE and DEBUG | Warren Dukes | 2004-02-25 | 1 | -4/+18 |
* | import from SF CVS | Warren Dukes | 2004-02-23 | 1 | -0/+624 |