| Commit message (Expand) | Author | Files | Lines |
2007-09-05 | conf: improved boolean config parameter handling from -ke | Eric Wong | 1 | -4/+2 |
2007-09-02 | zeroconf: avoid passing NULLs to Avahi *_free() routines | Eric Wong | 1 | -4/+6 |
2007-06-03 | Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we can | J. Alexander Treuman | 1 | -0/+2 |
2007-06-03 | Oops, forgot to test that last bool commit. Fixing an error and warning. | J. Alexander Treuman | 1 | -4/+4 |
2007-06-03 | Making some bool options more consistent. | J. Alexander Treuman | 1 | -5/+12 |
2007-06-03 | allow zeroconf to be disabled. | Patrik Weiskircher | 1 | -0/+9 |
2007-06-02 | Adding a missing include. | J. Alexander Treuman | 1 | -0/+1 |
2007-06-02 | Added Bonjour zeroconf support. This works now natively on MacOS X. | Patrik Weiskircher | 1 | -10/+106 |
2007-06-01 | Removing the getBoundPort() function and just making boundPort an extern. | J. Alexander Treuman | 1 | -1/+1 |
2007-05-15 | Changing "//" comments to "/* */" comments. | J. Alexander Treuman | 1 | -1/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-01-14 | avahi: malloc => xmalloc | Eric Wong | 1 | -2/+3 |
2007-01-14 | avahi: use #ifdef instead of #if because AVAHI may not be defined at all | Eric Wong | 1 | -2/+2 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -4/+4 |
2007-01-14 | zeroconf: avoid mixing declarations and code | Eric Wong | 1 | -15/+19 |
2007-01-11 | Added zeroconf service publishing using avahi | Jim Ramsay | 1 | -0/+493 |