]> git.meshlink.io Git - catta/history - avahi-core/iface.c
workaround: disable PTR records for local interfaces to make it compatible with concu...
[catta] / avahi-core / iface.c
2014-08-07 Niklas Hofmannworkaround: disable PTR records for local interfaces...
2010-06-29 Lennart Poetteringcore: implement packet rate limiting and enable it...
2010-06-28 Lennart Poetteringcore: fix counting of workstation services that are...
2010-06-28 Lennart Poetteringcore: properly unescape host name before using it in...
2010-06-28 Lennart Poetteringiface: check for IFA_F_DEPRECATED
2010-06-28 Lennart PoetteringMerge remote branch 'origin/master-tx'
2010-06-25 Lennart Poetteringget rid of a lot of old svn cruft
2009-03-05 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2008-12-12 Lennart PoetteringMerge commit 'flameeyes/master'
2008-12-12 Lennart Poetteringallow/deny interfaces support
2007-09-28 Ted PercivalSpelling/grammar corrections (all trivial)
2007-03-24 Trent Lloyd * Revert fix from R1398
2007-01-05 Lennart Poettering* optionally, register A RR via IPv6, AAAA RR via IPv4...
2005-11-27 Sebastien Estienne* may fix a compile problem on freebsd 4.x
2005-11-16 Lennart Poettering* when calculating a random jitter time for time events...
2005-11-14 Lennart Poetteringdeal better with mcast management and disappearing...
2005-11-14 Lennart Poetteringdon't fail if leaving a multicast group fails
2005-11-13 Lennart Poettering* Make "NameAcquired" warning line disappear in avahi...
2005-11-08 Lennart Poettering* Do not allow adding RRs to entry groups that are...
2005-11-03 Lennart Poetteringrework and cleanup socket handling to improve support...
2005-11-01 Lennart Poettering* Always specfify the local IP address when joining...
2005-10-28 Sebastien Estienne* many trivial fix to make avahi compile on OpenBSD
2005-10-20 Lennart Poetteringhandle architectures that miss "struct ip_mreq" better
2005-10-17 Trent Lloyd * Add custom user-specific configure flags to bootstrap.sh
2005-10-17 Lennart PoetteringRename "AvahiAnnouncement" to "AvahiAnnouncer" to match...
2005-10-17 Lennart Poettering* implement record updating through the new flags AVAHI...
2005-10-11 Lennart Poetteringremove uneeded asm/types.h inclusion
2005-10-11 Lennart PoetteringSplit off linux specific parts of iface.[ch] into iface...
2005-09-29 Lennart Poettering* make all flags parameters UINT32 when marshalling...
2005-09-25 Lennart Poettering* split off lookup.h and publish.h from core.h
2005-09-16 Lennart PoetteringMake AVAHI_PROTO_xxx well defined constants
2005-09-06 Jakub StachowskiMatch rr_pending increases/decreases. Fixed crash ...
2005-08-28 Lennart Poettering* Withdraw addresses if interface is not considered...
2005-08-28 Lennart Poettering* Change order of relevancy checks and RR updating...
2005-08-28 Lennart Poettering* postpone address registration until all addresses...
2005-08-28 Lennart Poettering* First try to publish link local addresses in case...
2005-08-28 Lennart Poettering* be a little bit more verbose about published IP addresses
2005-08-23 Lennart Poetteringhide some files
2005-08-20 Lennart Poettering* Add avahi-client examples to doxygen
2005-08-15 Lennart Poettering* fix a bad memory access bug in avahi_strndup()
2005-08-14 Lennart Poettering* add resource limit enforcement to the daemon
2005-08-13 Lennart PoetteringRename some server side objects/symbols so that they...
2005-08-13 Lennart Poettering* strip glib from avahi-core
2005-08-03 Lennart Poettering* add C examples
2005-08-02 Lennart Poettering* allow caller to specifiy additional CFLAGS arguments...
2005-07-30 Lennart Poettering* add new tool avahi-publish-address
2005-07-27 Lennart Poettering* swap order of "type" and "name" arguments of avahi_se...
2005-07-19 Lennart Poettering* Change timeval arithmetic functions to use 64bit...
2005-06-24 Lennart Poettering* implement new source address check mechanisms
2005-06-21 Lennart Poettering* Update configure.ac to check for the availabilty...
2005-06-18 Lennart Poettering* rename the configuration variables register_xxx and...
2005-06-11 Lennart Poettering* add logging API and make all code make use of it
2005-06-03 Lennart Poettering* improve avahi-discover GUI
2005-06-03 Lennart Poettering* add support for _workstation._tcp
2005-06-03 Lennart Poettering* implement reflection (including legacy unicast reflec...
2005-05-20 Lennart Poettering* rename AvahiSubscription to AvahiRecordResolver
2005-05-20 Lennart Poettering* add new server state AVAHI_SERVER_SLEEPING to avoid...
2005-05-20 Lennart PoetteringAdd support for server state change callbacks
2005-05-19 Lennart Poetteringadd a new structure for configuration AvahiServerConfig
2005-05-17 Lennart Poettering* split packet scheduler into three seperate parts
2005-05-16 Lennart Poettering* case insensitive name comparisons
2005-05-11 Lennart Poettering* add auxiliary records to packet
2005-05-10 Lennart Poettering* abstract MTU stuff for packet generation
2005-05-07 Lennart Poetteringrename libavahi-core to avahi-core