]> git.meshlink.io Git - catta/history - avahi-client/client.h
fix avahi_netlink_new to allow multiple netlinks per process
[catta] / avahi-client / client.h
2010-06-28 Lennart PoetteringMerge remote branch 'origin/master-tx'
2010-06-25 Lennart Poetteringget rid of a lot of old svn cruft
2010-06-24 Lennart Poetteringfrom now on we enforce a strict whitespace regime
2007-05-09 Lennart PoetteringDoxygen documentation cleanups:
2006-12-31 Lennart PoetteringFix documentation of avahi_{entry_group|client}_new...
2006-08-22 Lennart Poetteringimplement avahi_client_set_host_name() as wrapper aroun...
2006-08-21 Lennart Poetteringbuild docs for avahi-core only if --enable-core-docs...
2006-02-20 Lennart Poetteringreverse 1144, since it broke more things than it fixed
2006-02-17 Lennart Poetteringmake anonymous structs appear properly in doxygen
2006-01-30 Lennart Poetteringdoxygen update
2006-01-20 Lennart Poetteringadd doxygen \since tags
2006-01-20 Lennart Poettering* add new API function avahi_nss_support()
2005-11-08 Lennart Poettering* add new flags parameter to avahi_client_new()
2005-11-06 Lennart Poettering* Rename AVAHI_ERR_NOT_CONNECTED to AVAHI_ERR_DISCONNECTED
2005-11-06 Lennart Poetteringadd new client state AVAHI_CLIENT_FAILURE
2005-10-26 Lennart Poettering* avahi-utils: replace python avahi-browse with a versi...
2005-10-26 Lennart Poettering* remove lots of DOXYGEN_SHOULD_SKIP_THIS from the...
2005-10-24 Lennart Poettering* add new entry group state AVAHI_ENTRY_GROUP_FAILURE
2005-10-18 Lennart Poettering* remove AVAHI_PUBLISH_IS_PROXY, it was a bad idea
2005-10-17 Lennart Poettering* split client.h into client.h, lookup.h and publish...
2005-10-11 Lennart Poetteringadd client side wrapping of EntryGroup.AddServiceSubtype
2005-09-29 Lennart Poettering* make all flags parameters UINT32 when marshalling...
2005-09-25 Lennart Poettering* fix some bugs
2005-09-10 Lennart Poetteringadd new API avahi_client_is_service_local()
2005-09-10 Lennart Poettering* add magic identification cookies to service TXT recor...
2005-08-28 Lennart Poettering* Move service/host name/address resolvers to asynchron...
2005-08-27 Lennart Poettering* fix some small issues in client-test
2005-08-26 Trent Lloyd * Implement AddressResolver in the avahi-client C api
2005-08-26 Trent Lloyd * Implement the HostNameResolver in the avahi-client...
2005-08-22 Trent Lloyd * Add glib integration example.
2005-08-20 Lennart Poetteringdoc update
2005-08-20 Lennart Poettering* Add avahi-client examples to doxygen
2005-08-20 Lennart Poettering* Disable debug output of avahi-client
2005-08-20 Lennart Poettering* complete error handling in avahi-client
2005-08-20 Lennart Poettering* many improvements to avahi-client (especially error...
2005-08-19 Lennart Poettering* implement avahi_client_free
2005-08-16 Lennart Poettering* start implementing error handling in avahi-client
2005-08-14 Lennart Poettering* add new priority parameter to avahi_glib_poll_new()
2005-08-14 Trent Lloyd * Add a free function for AvahiEntryGroup in C api
2005-08-14 Trent Lloyd * Implement free functions for the various browsers...
2005-08-14 Trent Lloyd * Add service browser support to C client API
2005-08-14 Trent Lloyd * Revert revision 303 (Name space changes) as avahi...
2005-08-12 Trent Lloyd * Rename various data structures to prevent a namespac...
2005-08-11 Lennart Poettering* Some minor error handling cleanups
2005-08-11 Lennart Poetteringrename avahi_entry_group_state() to avahi_entry_group_g...
2005-08-11 Trent Lloyd * Add ServiceTypeBrowser support to C API
2005-08-11 Trent Lloyd * Add DomainBrowser support to C client API
2005-08-11 Trent Lloyd * Work on avahi-client
2005-08-08 Trent Lloyd * Add avahi-client to the doxygen run
2005-08-08 Trent Lloyd * Move avahi-core/llist.h to avahi-common/llist.h...
2005-08-01 Trent Lloyd * Work on avahi-client
2005-07-29 Trent Lloyd * Move dbus service #defines to avahi-common/dbus.h
2005-06-04 Trent Lloyd * Add some use documentation to the daemon