summaryrefslogtreecommitdiffstats
path: root/avahi-client
Commit message (Expand)AuthorAgeFilesLines
* adda note to avahi_service_resolver_new() to remind people to pass the correc...Lennart Poettering2007-04-201-1/+3
* remove yet another occurence of dbus_message_iter_get_array_len() due to obso...Lennart Poettering2006-12-311-6/+5
* Fix documentation of avahi_{entry_group|client}_new(): clarify that the speci...Lennart Poettering2006-12-312-2/+2
* autoconf love: Lennart Poettering2006-08-311-5/+16
* rethink r1269 once again: instead of updating the entry group state inLennart Poettering2006-08-242-12/+20
* If the client calls EntryGroup::Commit update the local state immediately andLennart Poettering2006-08-241-2/+12
* implement avahi_client_set_host_name() as wrapper around the new DBUS functio...Lennart Poettering2006-08-222-0/+58
* build docs for avahi-core only if --enable-core-docs was passed to configure....Lennart Poettering2006-08-211-3/+0
* * Fix avhai builds with newer (>= 0.62) dbus that deprecated Trent Lloyd2006-07-181-0/+8
* sunstudio cc compat (contributed by Padraig O'Briain)Lennart Poettering2006-05-151-3/+3
* brown paperbag: actually reserve memory for our AvahiAddress before parsing d...Lennart Poettering2006-05-141-2/+2
* * don't call dbus_connection_get_is_connected() for a NULL dbus connection (c...Lennart Poettering2006-04-241-0/+1
* reverse 1144, since it broke more things than it fixedLennart Poettering2006-02-203-9/+9
* make anonymous structs appear properly in doxygenLennart Poettering2006-02-173-9/+9
* doxygen updateLennart Poettering2006-01-301-4/+14
* Update doxygen docs for publishing a littleLennart Poettering2006-01-281-35/+41
* fix entry group destruction (closes #5)Lennart Poettering2006-01-271-1/+1
* add doxygen \since tagsLennart Poettering2006-01-201-1/+1
* * add new API function avahi_nss_support()Lennart Poettering2006-01-204-1/+104
* small fix that speeds up destruction of AvahiClient objects. We will now simp...Lennart Poettering2006-01-201-4/+9
* remove a stupid fprintf() lineLennart Poettering2005-12-071-1/+1
* don't build static library for dbus-watch-glue and the like, instead compile ...Lennart Poettering2005-11-241-2/+4
* Add DBUS API versioningLennart Poettering2005-11-241-9/+43
* Map DBUS specific errors to Avahi counterpartsLennart Poettering2005-11-241-2/+7
* in the domain browser objects: don't return statically configured browsing do...Lennart Poettering2005-11-231-1/+1
* small doxygen fixLennart Poettering2005-11-161-2/+2
* * Implement client API for arbitrary record browsingLennart Poettering2005-11-167-6/+461
* * Make "NameAcquired" warning line disappear in avahi-clientLennart Poettering2005-11-131-2/+6
* * add new flags parameter to avahi_client_new()Lennart Poettering2005-11-088-93/+155
* * Rename AVAHI_ERR_NOT_CONNECTED to AVAHI_ERR_DISCONNECTEDLennart Poettering2005-11-065-36/+37
* add new client state AVAHI_CLIENT_FAILURELennart Poettering2005-11-062-4/+6
* * add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering2005-11-061-5/+3
* * look for additional browsing dmains in $AVAHI_BROWSE_DOMAINS on the client ...Lennart Poettering2005-11-052-1/+106
* implement XDG basedir subset, which we will use to read user configured brows...Lennart Poettering2005-11-044-2/+141
* remove a bunch of compiler warningsLennart Poettering2005-10-271-2/+2
* change rdata type from "uint8_t*" to "const void*"Lennart Poettering2005-10-272-3/+3
* * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additionsTrent Lloyd2005-10-273-0/+114
* install publish.h, lookup.hLennart Poettering2005-10-271-1/+1
* distribute publish.h lookup.hLennart Poettering2005-10-261-1/+2
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-264-34/+30
* * remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen ...Lennart Poettering2005-10-263-13/+0
* * replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering2005-10-251-3/+1
* * add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering2005-10-242-4/+22
* * Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering2005-10-191-0/+4
* in order to reduce our API size, dropping avahi_entry_group_add_service_va(),...Lennart Poettering2005-10-182-66/+4
* * remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering2005-10-188-130/+126
* * Add custom user-specific configure flags to bootstrap.shTrent Lloyd2005-10-174-2/+119
* * split client.h into client.h, lookup.h and publish.h just like we did on th...Lennart Poettering2005-10-177-302/+578
* cleanup of adresss parsing on the client sideLennart Poettering2005-10-131-2/+3
* Do not fail if address cannot be parsed - it is probably AVAHI_LOOKUP_NO_ADDR...Jakub Stachowski2005-10-131-4/+1