summaryrefslogtreecommitdiffstats
path: root/avahi-core/entry.c
Commit message (Expand)AuthorAgeFilesLines
* core: fix potential crash on service name collisionPatrick Oppenlander2010-06-291-2/+24
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
* from now on we enforce a strict whitespace regimeLennart Poettering2010-06-251-99/+99
* core: Bug fixes for cleanup codeLennart Poettering2009-11-141-0/+4
* * Modify the local conflict detection to allow multiple identical Trent Lloyd2007-07-201-0/+5
* * avahi-core/entry.c: Correctly reset register_time_event when leaving the R...Trent Lloyd2007-03-301-7/+5
* don't allow registration of address records for invalid host names according ...Lennart Poettering2006-03-021-3/+3
* add new error code AVAHI_ERR_IS_EMPTY and use it in avahi_entry_group_commit()Lennart Poettering2006-01-301-1/+1
* don't allow commiting of empty entry groupsLennart Poettering2006-01-301-0/+3
* reenable record updating using AVAHI_PUBLISH_UPDATELennart Poettering2006-01-231-1/+4
* * when calculating a random jitter time for time events, use the same jitter inLennart Poettering2005-11-161-9/+6
* * Do not allow adding RRs to entry groups that are already commitedLennart Poettering2005-11-081-0/+2
* * add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering2005-11-061-9/+67
* * many trivial fix to make avahi compile on OpenBSDSebastien Estienne2005-10-281-3/+6
* * format unknown DNS records according to RFC3597Lennart Poettering2005-10-271-0/+9
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-261-1/+1
* reorder arguments of avahi_reverse_lookup_name() to make them more naturalLennart Poettering2005-10-261-1/+1
* * remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen ...Lennart Poettering2005-10-261-0/+1
* * add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering2005-10-241-1/+1
* * correctly handle empty domain names (i.e. the root zone)Lennart Poettering2005-10-231-185/+212
* * Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering2005-10-191-1/+1
* in order to reduce our code/API size, drop support for reverse IPv6 name look...Lennart Poettering2005-10-181-12/+1
* in order to reduce our API size, dropping avahi_entry_group_add_service_va(),...Lennart Poettering2005-10-181-37/+2
* * remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering2005-10-181-9/+8
* rename server.h to internal.hLennart Poettering2005-10-171-1/+1
* * move unicast DNS server registration/browsing routines to their own header ...Lennart Poettering2005-10-171-0/+1
* remove or unexport avahi_server_add_txt_strlst(), avahi_server_add_txt_va(), ...Lennart Poettering2005-10-171-52/+0
* split entry and entry-group management stuff off to its own file entry.cLennart Poettering2005-10-171-0/+1201