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