summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/static-services.c
Commit message (Expand)AuthorAgeFilesLines
* Make protocol an attribute instead of an element. (Sorry Lathiat, but you bro...Lennart Poettering2005-08-221-34/+28
* * fix a bug with bad collision handling in static services (Thanks Sebest!)Lennart Poettering2005-08-211-7/+8
* * Add avahi-client examples to doxygenLennart Poettering2005-08-201-0/+2
* brown paper bug typoLennart Poettering2005-08-201-1/+1
* small fixesLennart Poettering2005-08-201-7/+8
* * Add support for specifying the protocol in service definition filesTrent Lloyd2005-08-191-1/+31
* Fix service reloading on SIGHUP (thanks, Sebastien!)Lennart Poettering2005-08-161-0/+4
* * fix a bad memory access bug in avahi_strndup()Lennart Poettering2005-08-151-2/+1
* * implement ini file parserLennart Poettering2005-08-151-82/+82
* * allow SRV records with port == 0 (for flagship naming)Lennart Poettering2005-08-141-2/+2
* Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering2005-08-131-7/+7
* * Move avahi-core/llist.h to avahi-common/llist.h, not installed.Trent Lloyd2005-08-081-1/+1
* * add proper error codes and patch everything to make use of itLennart Poettering2005-08-051-4/+3
* * add C examplesLennart Poettering2005-08-031-7/+9
* * replace guchar and gint by AvahiProtocol, AvahiIfIndex at many places where...Lennart Poettering2005-08-021-1/+1
* * allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering2005-08-021-0/+1
* DBUS: finish introspection supportLennart Poettering2005-07-301-1/+1
* * swap order of "type" and "name" arguments of avahi_server_add_service() and...Lennart Poettering2005-07-271-1/+1
* * Improve error message when /etc/avahi/services is not availableLennart Poettering2005-06-211-1/+1
* * detect other running mDNS stacksLennart Poettering2005-06-191-21/+24
* * fix memory handling when reading configuration filesLennart Poettering2005-06-181-1/+1
* * add support for static service definitions for the daemon using XML fragmentsLennart Poettering2005-06-161-0/+618