aboutsummaryrefslogtreecommitdiff
path: root/avahi-core/entry.c
AgeCommit message (Expand)Author
2015-08-11rename avahi-common/malloc.[ch] to avahi-malloc.Robert Ginda
2010-06-29core: fix potential crash on service name collisionPatrick Oppenlander
2010-06-25get rid of a lot of old svn cruftLennart Poettering
2010-06-25from now on we enforce a strict whitespace regimeLennart Poettering
2009-11-14core: Bug fixes for cleanup codeLennart Poettering
2007-07-20 * Modify the local conflict detection to allow multiple identical Trent Lloyd
2007-03-30 * avahi-core/entry.c: Correctly reset register_time_event when leaving the R...Trent Lloyd
2006-03-02don't allow registration of address records for invalid host names according ...Lennart Poettering
2006-01-30add new error code AVAHI_ERR_IS_EMPTY and use it in avahi_entry_group_commit()Lennart Poettering
2006-01-30don't allow commiting of empty entry groupsLennart Poettering
2006-01-23reenable record updating using AVAHI_PUBLISH_UPDATELennart Poettering
2005-11-16* when calculating a random jitter time for time events, use the same jitter inLennart Poettering
2005-11-08* Do not allow adding RRs to entry groups that are already commitedLennart Poettering
2005-11-06* add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering
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-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-24* add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering
2005-10-23* correctly handle empty domain names (i.e. the root zone)Lennart 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-18in order to reduce our API size, dropping avahi_entry_group_add_service_va(),...Lennart Poettering
2005-10-18* remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering
2005-10-17rename server.h to internal.hLennart Poettering
2005-10-17* move unicast DNS server registration/browsing routines to their own header ...Lennart Poettering
2005-10-17remove or unexport avahi_server_add_txt_strlst(), avahi_server_add_txt_va(), ...Lennart Poettering
2005-10-17split entry and entry-group management stuff off to its own file entry.cLennart Poettering