| Commit message (Expand) | Author | Files | Lines |
2008-04-12 | unlink the socket before bind() | Max Kellermann | 1 | -0/+2 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -0/+2 |
2008-04-12 | proper bind error message for unix socket | Max Kellermann | 1 | -1/+2 |
2008-04-12 | provide switches for TCP and unix sockets | Max Kellermann | 1 | -0/+16 |
2008-04-12 | support listening on unix domain sockets | Max Kellermann | 1 | -0/+16 |
2008-04-12 | use constant pointers when possible | Max Kellermann | 1 | -7/+7 |
2008-04-12 | eliminate unused parameters | Max Kellermann | 1 | -6/+5 |
2008-03-26 | notify: cleanups | Eric Wong | 1 | -1/+1 |
2008-02-05 | listen.c: fix shadow warning here | Eric Wong | 1 | -8/+8 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -12/+1 |
2007-09-05 | Redirect stdin *before* we establish a listen socket | Eric Wong | 1 | -0/+29 |
2007-08-27 | export FATAL() with noreturn attribute | Eric Wong | 1 | -3/+3 |
2007-06-01 | Removing the getBoundPort() function and just making boundPort an extern. | J. Alexander Treuman | 1 | -6/+1 |
2007-05-26 | After changing ERROR();exit() to FATAL(), gcc incorrectly detects some | J. Alexander Treuman | 1 | -3/+3 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -31/+16 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-28 | Removing a useless block. | J. Alexander Treuman | 1 | -13/+10 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -3/+3 |
2007-01-14 | avahi: more sparse fixes (-Wshadow, non-ANSI declarations) | Eric Wong | 1 | -1/+1 |
2007-01-11 | Added zeroconf service publishing using avahi | Jim Ramsay | 1 | -0/+8 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+1 |
2006-08-01 | src/listen.c: replace bcopy with memcpy | Eric Wong | 1 | -4/+4 |
2006-07-22 | Fix the ipv6 bind issue in a nicer way | J. Alexander Treuman | 1 | -11/+17 |
2006-07-22 | Fix bug when binding to both ipv6 and ipv4 on Linux | J. Alexander Treuman | 1 | -11/+24 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -67/+68 |
2006-07-19 | bind to ipv4 and ipv6 addresses for "any" | Warren Dukes | 1 | -64/+69 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -3/+3 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | [CLEANUP] remove unused function | Avuton Olrich | 1 | -8/+0 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 1 | -0/+3 |
2005-09-03 | forgot to print a strerror | Warren Dukes | 1 | -1/+1 |
2005-03-19 | fix a spelling error in a debug msg | Warren Dukes | 1 | -1/+1 |
2005-03-13 | change some header includes so that we can compile on OS X | Warren Dukes | 1 | -3/+0 |
2005-03-06 | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 1 | -3/+22 |
2004-11-09 | add "genre" and "description" to shout config parameters | Warren Dukes | 1 | -2/+3 |
2004-11-03 | todo update | Warren Dukes | 1 | -1/+2 |
2004-11-03 | now one can specify multiple bind_to_addresses | Warren Dukes | 1 | -29/+78 |
2004-11-03 | todo update | Warren Dukes | 1 | -1/+0 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -8/+12 |
2004-05-15 | move ipv6supported from listen.c to utils.c | Warren Dukes | 1 | -10/+1 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-02 | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 1 | -3/+3 |