aboutsummaryrefslogtreecommitdiff
path: root/avahi-common
AgeCommit message (Expand)Author
2005-10-28* many trivial fix to make avahi compile on OpenBSDSebastien Estienne
2005-10-27* format unknown DNS records according to RFC3597Lennart Poettering
2005-10-27 * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additionsTrent Lloyd
2005-10-27Add validity checking to TXT data parsing, this fixes a remotely exploitable ...Lennart Poettering
2005-10-26* avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering
2005-10-26reorder arguments of avahi_reverse_lookup_name() to make them more naturalLennart Poettering
2005-10-26* remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen ...Lennart Poettering
2005-10-25* replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering
2005-10-24* add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering
2005-10-23* gcc 2.95 compatibilityLennart Poettering
2005-10-23* correctly handle empty domain names (i.e. the root zone)Lennart Poettering
2005-10-21fix size of escaped_name in avahi_service_name_join()Lennart Poettering
2005-10-19actually drop avahi_strlcpy() from domain.hLennart Poettering
2005-10-19* Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering
2005-10-18in order to reduce our code/API size, drop support for reverse IPv6 name look...Lennart Poettering
2005-10-18* remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering
2005-10-17* do no longer include timeval.h in watch.h by defaultLennart Poettering
2005-10-17 * Add custom user-specific configure flags to bootstrap.shTrent Lloyd
2005-10-17* implement record updating through the new flags AVAHI_PUBLISH_UPDATELennart Poettering
2005-10-16* fix compat-howl to work with nautilusLennart Poettering
2005-10-14 * missing include for freebsdSebastien Estienne
2005-10-12remove a trailing comma in an enum definitionLennart Poettering
2005-10-12* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering
2005-10-11* rename avahi_is_valid_service_type() to avahi_is_valid_service_type_generic()Lennart Poettering
2005-10-11remove some superfluous commas from enum definitionsLennart Poettering
2005-10-11add support for service subtypes: avahi_server_add_service_subtype()Lennart Poettering
2005-10-10* rename avahi_service_name_snprint() to avahi_service_name_join()Lennart Poettering
2005-10-04define AVAHI_DOMAIN_NAME_MAXLennart Poettering
2005-10-03Add avahi_service_name_snprint()Lennart Poettering
2005-10-03### BACKPORT ###Lennart Poettering
2005-10-03### BACKPORT ###Lennart Poettering
2005-10-02* Split up avahi_simple_poll_iterate() into avahi_simple_poll_prepare(),avahi...Lennart Poettering
2005-10-02drop superfluous version infoLennart Poettering
2005-10-01small doc fixLennart 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-26* rename some DBUS errrorsLennart Poettering
2005-09-25s/AVAHI_LOOKUP_CALLBACK/AVAHI_LOOKUP_RESULT/gLennart Poettering
2005-09-25refer to avahi_free() instead of g_free() in docsLennart Poettering
2005-09-25brown paperbag fixLennart Poettering
2005-09-25documentation updatesLennart Poettering
2005-09-25* split off lookup.h and publish.h from core.hLennart Poettering
2005-09-25* add new macros AVAHI_IF_VALID, AVAHI_PROTO_VALIDLennart Poettering
2005-09-25* add new linked list implementation ala GSListLennart Poettering
2005-09-25add new function avahi_domain_ends_with()Lennart Poettering
2005-09-25add a bunch of new errors codesLennart Poettering
2005-09-19 * Fix minor typo in documentation commentsTrent Lloyd
2005-09-16Make AVAHI_PROTO_xxx well defined constantsLennart Poettering
2005-09-14add some mo0re wakeupsLennart Poettering
2005-09-13* add wakeup stuff to AvahiSimplePoll to facilitate integration in threaded e...Lennart Poettering