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