summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/simple-protocol.c
Commit message (Expand)AuthorAgeFilesLines
* Add debug message when executing simple protocol commandsLennart Poettering2005-08-211-0/+20
* initialize n_clients to 0Lennart Poettering2005-08-211-0/+1
* * Add avahi-client examples to doxygenLennart Poettering2005-08-201-0/+1
* * implement ini file parserLennart Poettering2005-08-151-131/+83
* Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering2005-08-131-18/+27
* * strip glib from avahi-coreLennart Poettering2005-08-131-5/+19
* * Move avahi-core/llist.h to avahi-common/llist.h, not installed.Trent Lloyd2005-08-081-1/+1
* * Beef up simple protocol with error codesLennart Poettering2005-08-051-13/+26
* * replace guchar and gint by AvahiProtocol, AvahiIfIndex at many places where...Lennart Poettering2005-08-021-3/+3
* * allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering2005-08-021-1/+1
* * moved AVAHI_RUNTIME_DIR and AVAHI_SOCKET in configure.acSebastien Estienne2005-06-301-5/+3
* * recreate DNS query in simple protocol on host or domain name changesLennart Poettering2005-06-281-6/+25
* * update todo listLennart Poettering2005-06-241-7/+43
* * remove stale UNIX sockets before creating new onesLennart Poettering2005-06-211-0/+7
* * move socket and pid file to its own directory /var/run/avahiLennart Poettering2005-06-211-7/+1
* * fix memory handling when reading configuration filesLennart Poettering2005-06-181-14/+18
* * update avahi_address_parse() to work with AF_UNSPEC address familyLennart Poettering2005-06-161-3/+116
* * add initial implmenentation of a "simple protocol" for usage with nss-mdnsLennart Poettering2005-06-161-0/+329