summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/simple-protocol.c
Commit message (Expand)AuthorAgeFilesLines
* systemd: fix sd_is_socket() invocationLennart Poettering2011-04-021-1/+1
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
* systemd: add support for acquiring socket from systemdLennart Poettering2010-06-251-52/+75
* Copyediting / spelling / grammarTed Percival2007-09-281-1/+1
* Patch from Padraig O'Briain <Padraig.Obriain@sun.com> to build avahi on SolarisSebastien Estienne2006-05-021-0/+7
* fix bad memory access in simple-procotol.c's debug outputLennart Poettering2006-04-241-3/+3
* remove two compiler warnings on OSXLennart Poettering2006-02-231-1/+2
* * add chroot() support on LinuxLennart Poettering2005-10-301-0/+8
* * more trivial fix, now avahi-daemon and dnsconfd compiles on OpenBSDSebastien Estienne2005-10-281-0/+1
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-261-10/+10
* * move unicast DNS server registration/browsing routines to their own header ...Lennart Poettering2005-10-171-0/+2
* * Add custom user-specific configure flags to bootstrap.shTrent Lloyd2005-10-171-2/+2
* * avahi-daemon: Only use multicast when looking up things in simple-protocolTrent Lloyd2005-10-151-8/+8
* * drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering2005-10-121-18/+5
* remove empty line. YEAH!Lennart Poettering2005-10-031-1/+0
* * adapt to recent avahi-core API changesLennart Poettering2005-09-251-13/+45
* 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