summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/static-services.c
Commit message (Expand)AuthorAgeFilesLines
* static-services: unescape host name when using it in static service namesLennart Poettering2010-06-281-3/+10
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
* add missing stdlib.h inclusionLennart Poettering2007-12-161-54/+55
* Allow compilation against bsdxml instead of Expat. Patch from zml. (Closes #159)Lennart Poettering2007-12-161-0/+6
* macosx portability: use GLOB_xxx macros only if they are availableLennart Poettering2007-02-051-8/+13
* regenerate wild carded service names when the host name changedLennart Poettering2006-08-221-1/+3
* convert an error log into an info logSebastien Estienne2006-03-241-1/+1
* proposed patch to close Ticket #20Sebastien Estienne2006-03-171-2/+15
* remove yet another osx compiler warningLennart Poettering2006-02-231-1/+1
* * fix for undefined XMLCALLSebastien Estienne2005-11-011-0/+4
* * add chroot() support on LinuxLennart Poettering2005-10-301-2/+2
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-261-2/+2
* * add support for subtypes for static servicesLennart Poettering2005-10-261-14/+66
* * remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering2005-10-181-1/+1
* Add new flag AVAHI_PUBLISH_IS_PROXY and activate it for static services with ...Lennart Poettering2005-09-291-1/+1
* * make all flags parameters UINT32 when marshalling for DBUSLennart Poettering2005-09-291-1/+2
* * adapt to recent avahi-core API changesLennart Poettering2005-09-251-0/+1
* * be a little bit more verbose about published IP addressesLennart Poettering2005-08-281-1/+1
* 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