aboutsummaryrefslogtreecommitdiff
path: root/avahi-client
AgeCommit message (Expand)Author
2008-06-18add .gitignore filesLennart Poettering
2007-12-17rework documentation a bit, and explain the issues pointed out in #185 by Mat...Lennart Poettering
2007-12-16document the meaning of aprotocol in avahi_service_resolver_new(), closes #179Lennart Poettering
2007-08-12make gcc shut up a little bit moreLennart Poettering
2007-07-30Document in avahi_entry_group_add_service() that Avahi service names need to ...Lennart Poettering
2007-05-09Doxygen documentation cleanups:Lennart Poettering
2007-04-20adda note to avahi_service_resolver_new() to remind people to pass the correc...Lennart Poettering
2006-12-31remove yet another occurence of dbus_message_iter_get_array_len() due to obso...Lennart Poettering
2006-12-31Fix documentation of avahi_{entry_group|client}_new(): clarify that the speci...Lennart Poettering
2006-08-31autoconf love: Lennart Poettering
2006-08-24rethink r1269 once again: instead of updating the entry group state inLennart Poettering
2006-08-24If the client calls EntryGroup::Commit update the local state immediately andLennart Poettering
2006-08-22implement avahi_client_set_host_name() as wrapper around the new DBUS functio...Lennart Poettering
2006-08-21build docs for avahi-core only if --enable-core-docs was passed to configure....Lennart Poettering
2006-07-18 * Fix avhai builds with newer (>= 0.62) dbus that deprecated Trent Lloyd
2006-05-15sunstudio cc compat (contributed by Padraig O'Briain)Lennart Poettering
2006-05-14brown paperbag: actually reserve memory for our AvahiAddress before parsing d...Lennart Poettering
2006-04-24* don't call dbus_connection_get_is_connected() for a NULL dbus connection (c...Lennart Poettering
2006-02-20reverse 1144, since it broke more things than it fixedLennart Poettering
2006-02-17make anonymous structs appear properly in doxygenLennart Poettering
2006-01-30doxygen updateLennart Poettering
2006-01-28Update doxygen docs for publishing a littleLennart Poettering
2006-01-27fix entry group destruction (closes #5)Lennart Poettering
2006-01-20add doxygen \since tagsLennart Poettering
2006-01-20* add new API function avahi_nss_support()Lennart Poettering
2006-01-20small fix that speeds up destruction of AvahiClient objects. We will now simp...Lennart Poettering
2005-12-07remove a stupid fprintf() lineLennart Poettering
2005-11-24don't build static library for dbus-watch-glue and the like, instead compile ...Lennart Poettering
2005-11-24Add DBUS API versioningLennart Poettering
2005-11-24Map DBUS specific errors to Avahi counterpartsLennart Poettering
2005-11-23in the domain browser objects: don't return statically configured browsing do...Lennart Poettering
2005-11-16small doxygen fixLennart Poettering
2005-11-16* Implement client API for arbitrary record browsingLennart Poettering
2005-11-13* Make "NameAcquired" warning line disappear in avahi-clientLennart Poettering
2005-11-08* add new flags parameter to avahi_client_new()Lennart Poettering
2005-11-06* Rename AVAHI_ERR_NOT_CONNECTED to AVAHI_ERR_DISCONNECTEDLennart Poettering
2005-11-06add new client state AVAHI_CLIENT_FAILURELennart Poettering
2005-11-06* add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering
2005-11-05* look for additional browsing dmains in $AVAHI_BROWSE_DOMAINS on the client ...Lennart Poettering
2005-11-04implement XDG basedir subset, which we will use to read user configured brows...Lennart Poettering
2005-10-27remove a bunch of compiler warningsLennart Poettering
2005-10-27change rdata type from "uint8_t*" to "const void*"Lennart Poettering
2005-10-27 * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additionsTrent Lloyd
2005-10-27install publish.h, lookup.hLennart Poettering
2005-10-26distribute publish.h lookup.hLennart Poettering
2005-10-26* avahi-utils: replace python avahi-browse with a version written in C.Lennart 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-19* Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering