Julien BLACHE
|
691e6a8c93
|
Fix | vs. |= typo
|
2010-06-21 19:18:52 +02:00 |
Julien BLACHE
|
4bd09cba62
|
Browse and resolve mDNS services on both IPv4 and IPv6
|
2010-05-14 17:36:29 +02:00 |
Julien BLACHE
|
516909545b
|
Include config.h in all C files
|
2010-02-02 21:09:55 +01:00 |
Julien BLACHE
|
2cb67743fc
|
Add service type to the "ALL FOR NOW" message
|
2010-01-20 18:17:04 +01:00 |
Julien BLACHE
|
04f4622086
|
Add generic mDNS browsing + resolving facility
|
2010-01-17 10:52:58 +01:00 |
Julien BLACHE
|
b918d14e38
|
Fix group_entries list traversal
|
2010-01-17 10:52:58 +01:00 |
Julien BLACHE
|
cdf0e2f9a5
|
Fix incorrect log domain
|
2010-01-09 11:14:23 +01:00 |
Julien BLACHE
|
974a74a833
|
Update copyright notices for 2010
|
2010-01-05 19:34:00 +01:00 |
Julien BLACHE
|
7b3b538ea6
|
Rename L_REND to L_MDNS
|
2009-05-09 17:14:07 +02:00 |
Julien BLACHE
|
11fd038d16
|
Use new logger facility
|
2009-05-09 17:14:06 +02:00 |
Julien BLACHE
|
10bb9dec57
|
Remove useless daapd.h
|
2009-05-05 16:22:11 +02:00 |
Julien BLACHE
|
c85f9ed7dd
|
Move main event base extern declaration to mdns_avahi.c where it's used
|
2009-05-05 16:10:49 +02:00 |
Julien BLACHE
|
3ec2cc0f00
|
Stop the TXT record encoding madness
Use a proper string array to pass the TXT record fields, get rid of the
encoding stuff.
Changes the plugin API.
|
2009-04-19 19:37:41 +02:00 |
Julien BLACHE
|
2e2dbc6964
|
Free mDNS group entries in mdns_deinit()
|
2009-04-19 19:37:41 +02:00 |
Julien BLACHE
|
b3b66449bc
|
Build the string list for the mDNS TXT record once in mdns_register
Instead of rebuilding the string list at every regitration, build it once
and for all in mdns_register().
|
2009-04-19 19:37:41 +02:00 |
Julien BLACHE
|
97cb82faf7
|
Add new Avahi mDNS backend with libevent integration.
|
2009-04-08 14:57:34 +02:00 |