aboutsummaryrefslogtreecommitdiff
path: root/avahi-core/iface.c
AgeCommit message (Expand)Author
2008-12-12allow/deny interfaces supportLennart Poettering
2007-09-28Spelling/grammar corrections (all trivial)Ted Percival
2007-03-24 * Revert fix from R1398Trent Lloyd
2007-01-05* optionally, register A RR via IPv6, AAAA RR via IPv4 (Closes #62)Lennart Poettering
2005-11-27* may fix a compile problem on freebsd 4.xSebastien Estienne
2005-11-16* when calculating a random jitter time for time events, use the same jitter inLennart Poettering
2005-11-14deal better with mcast management and disappearing IP addressesLennart Poettering
2005-11-14don't fail if leaving a multicast group failsLennart Poettering
2005-11-13* Make "NameAcquired" warning line disappear in avahi-clientLennart Poettering
2005-11-08* Do not allow adding RRs to entry groups that are already commitedLennart Poettering
2005-11-03rework and cleanup socket handling to improve support for OS that don't suppo...Lennart Poettering
2005-11-01* Always specfify the local IP address when joining mcast groups. This increa...Lennart Poettering
2005-10-28* many trivial fix to make avahi compile on OpenBSDSebastien Estienne
2005-10-20handle architectures that miss "struct ip_mreq" betterLennart Poettering
2005-10-17 * Add custom user-specific configure flags to bootstrap.shTrent Lloyd
2005-10-17Rename "AvahiAnnouncement" to "AvahiAnnouncer" to match AvahiQuerierLennart Poettering
2005-10-17* implement record updating through the new flags AVAHI_PUBLISH_UPDATELennart Poettering
2005-10-11remove uneeded asm/types.h inclusionLennart Poettering
2005-10-11Split off linux specific parts of iface.[ch] into iface-linux.[ch]. This shouldLennart Poettering
2005-09-29* make all flags parameters UINT32 when marshalling for DBUSLennart Poettering
2005-09-25* split off lookup.h and publish.h from core.hLennart Poettering
2005-09-16Make AVAHI_PROTO_xxx well defined constantsLennart Poettering
2005-09-06Match rr_pending increases/decreases. Fixed crash (assert rr_pending>0) Jakub Stachowski
2005-08-28* Withdraw addresses if interface is not considered relevantLennart Poettering
2005-08-28* Change order of relevancy checks and RR updating for new/removed interfacesLennart Poettering
2005-08-28* postpone address registration until all addresses have been discoveredLennart Poettering
2005-08-28* First try to publish link local addresses in case they are the only ones on...Lennart Poettering
2005-08-28* be a little bit more verbose about published IP addressesLennart Poettering
2005-08-23hide some filesLennart Poettering
2005-08-20* Add avahi-client examples to doxygenLennart Poettering
2005-08-15* fix a bad memory access bug in avahi_strndup()Lennart Poettering
2005-08-14* add resource limit enforcement to the daemonLennart Poettering
2005-08-13Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering
2005-08-13* strip glib from avahi-coreLennart Poettering
2005-08-03* add C examplesLennart Poettering
2005-08-02* allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering
2005-07-30* add new tool avahi-publish-addressLennart Poettering
2005-07-27* swap order of "type" and "name" arguments of avahi_server_add_service() and...Lennart Poettering
2005-07-19* Change timeval arithmetic functions to use 64bit integers. This fixes some ...Lennart Poettering
2005-06-24* implement new source address check mechanismsLennart Poettering
2005-06-21* Update configure.ac to check for the availabilty of more functionsLennart Poettering
2005-06-18* rename the configuration variables register_xxx and announce_xxx to publish...Lennart Poettering
2005-06-11* add logging API and make all code make use of itLennart Poettering
2005-06-03* improve avahi-discover GUILennart Poettering
2005-06-03* add support for _workstation._tcpLennart Poettering
2005-06-03* implement reflection (including legacy unicast reflection)Lennart Poettering
2005-05-20* rename AvahiSubscription to AvahiRecordResolverLennart Poettering
2005-05-20* add new server state AVAHI_SERVER_SLEEPING to avoid conflicts by own responsesLennart Poettering
2005-05-20Add support for server state change callbacksLennart Poettering
2005-05-19add a new structure for configuration AvahiServerConfigLennart Poettering