aboutsummaryrefslogtreecommitdiff
path: root/avahi-client/browser.c
AgeCommit message (Expand)Author
2015-08-11rename avahi-common/malloc.[ch] to avahi-malloc.Robert Ginda
2011-04-02general: various smaller fixesLennart Poettering
2010-06-25get rid of a lot of old svn cruftLennart Poettering
2010-06-25from now on we enforce a strict whitespace regimeLennart Poettering
2005-11-23in the domain browser objects: don't return statically configured browsing do...Lennart Poettering
2005-11-16* Implement client API for arbitrary record browsingLennart 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-05* look for additional browsing dmains in $AVAHI_BROWSE_DOMAINS on the client ...Lennart Poettering
2005-10-18* remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering
2005-10-12* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering
2005-09-29* make all flags parameters UINT32 when marshalling for DBUSLennart Poettering
2005-09-25* fix some bugsLennart Poettering
2005-08-28* Move service/host name/address resolvers to asynchronous interfacesLennart Poettering
2005-08-26 * Implement the HostNameResolver in the avahi-client C apiTrent Lloyd
2005-08-23 * Move the D-BUS configured but not compiled in warning, and make it work ri...Trent Lloyd
2005-08-20* complete error handling in avahi-clientLennart Poettering
2005-08-16* start implementing error handling in avahi-clientLennart Poettering
2005-08-15* implement ini file parserLennart Poettering
2005-08-14* add new priority parameter to avahi_glib_poll_new()Lennart Poettering
2005-08-14 * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)Trent Lloyd
2005-08-14 * Remove most of the debug printf()s from avahi-client code and make sure er...Trent Lloyd
2005-08-14 * Add a free function for AvahiEntryGroup in C apiTrent Lloyd
2005-08-14 * Implement free functions for the various browsers in the C apiTrent Lloyd
2005-08-14 * Add service browser support to C client APITrent Lloyd
2005-08-14 * Revert revision 303 (Name space changes) as avahi-core has now been changed.Trent Lloyd
2005-08-12 * Rename various data structures to prevent a namespace conflict with avahi-...Trent Lloyd
2005-08-11 * Add ServiceTypeBrowser support to C APITrent Lloyd
2005-08-11 * Add DomainBrowser support to C client APITrent Lloyd