aboutsummaryrefslogtreecommitdiff
path: root/avahi-daemon/static-services.c
AgeCommit message (Expand)Author
2015-08-11rename avahi-common/malloc.[ch] to avahi-malloc.Robert Ginda
2010-06-28static-services: unescape host name when using it in static service namesLennart Poettering
2010-06-25get rid of a lot of old svn cruftLennart Poettering
2007-12-16add missing stdlib.h inclusionLennart Poettering
2007-12-16Allow compilation against bsdxml instead of Expat. Patch from zml. (Closes #159)Lennart Poettering
2007-02-05macosx portability: use GLOB_xxx macros only if they are availableLennart Poettering
2006-08-22regenerate wild carded service names when the host name changedLennart Poettering
2006-03-24 convert an error log into an info logSebastien Estienne
2006-03-17proposed patch to close Ticket #20Sebastien Estienne
2006-02-23remove yet another osx compiler warningLennart Poettering
2005-11-01* fix for undefined XMLCALLSebastien Estienne
2005-10-30* add chroot() support on LinuxLennart Poettering
2005-10-26* avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering
2005-10-26* add support for subtypes for static servicesLennart Poettering
2005-10-18* remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering
2005-09-29Add new flag AVAHI_PUBLISH_IS_PROXY and activate it for static services with ...Lennart Poettering
2005-09-29* make all flags parameters UINT32 when marshalling for DBUSLennart Poettering
2005-09-25* adapt to recent avahi-core API changesLennart Poettering
2005-08-28* be a little bit more verbose about published IP addressesLennart Poettering
2005-08-22Make protocol an attribute instead of an element. (Sorry Lathiat, but you bro...Lennart Poettering
2005-08-21* fix a bug with bad collision handling in static services (Thanks Sebest!)Lennart Poettering
2005-08-20* Add avahi-client examples to doxygenLennart Poettering
2005-08-20brown paper bug typoLennart Poettering
2005-08-20small fixesLennart Poettering
2005-08-19 * Add support for specifying the protocol in service definition filesTrent Lloyd
2005-08-16Fix service reloading on SIGHUP (thanks, Sebastien!)Lennart Poettering
2005-08-15* fix a bad memory access bug in avahi_strndup()Lennart Poettering
2005-08-15* implement ini file parserLennart Poettering
2005-08-14* allow SRV records with port == 0 (for flagship naming)Lennart Poettering
2005-08-13Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering
2005-08-08 * Move avahi-core/llist.h to avahi-common/llist.h, not installed.Trent Lloyd
2005-08-05* add proper error codes and patch everything to make use of itLennart Poettering
2005-08-03* add C examplesLennart Poettering
2005-08-02* replace guchar and gint by AvahiProtocol, AvahiIfIndex at many places where...Lennart Poettering
2005-08-02* allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering
2005-07-30DBUS: finish introspection supportLennart Poettering
2005-07-27* swap order of "type" and "name" arguments of avahi_server_add_service() and...Lennart Poettering
2005-06-21* Improve error message when /etc/avahi/services is not availableLennart Poettering
2005-06-19* detect other running mDNS stacksLennart Poettering
2005-06-18* fix memory handling when reading configuration filesLennart Poettering
2005-06-16* add support for static service definitions for the daemon using XML fragmentsLennart Poettering