]> git.meshlink.io Git - catta/history - avahi-daemon/dbus-protocol.c
* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT_FOUND...
[catta] / avahi-daemon / dbus-protocol.c
2005-10-12 Lennart Poettering* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND...
2005-10-11 Lennart Poetteringwrap avahi_server_add_service_subtype() for DBUS
2005-09-29 Lennart Poettering* make all flags parameters UINT32 when marshalling...
2005-09-28 Lennart Poetteringfix yet another bug found by our bugfinder number one...
2005-09-25 Lennart Poettering* adapt to recent avahi-core API changes
2005-09-16 Lennart PoetteringMake AVAHI_PROTO_xxx well defined constants
2005-09-10 Lennart Poetteringadd new DBUS function IsServiceLocal()
2005-09-10 Lennart Poettering* add magic identification cookies to service TXT recor...
2005-08-28 Lennart Poettering* improve debug messages
2005-08-25 Lennart Poettering* brrr, fix commit r442
2005-08-25 Lennart Poettering* support GetNetworkInterfaceNameByIndex/IndexByName...
2005-08-23 Lennart PoetteringImplement asynchronous service resolving DBUS API
2005-08-23 Lennart Poettering* Implement asynchronous host name resolving
2005-08-23 Lennart Poettering* Implement asynchronous address resolver
2005-08-22 Lennart PoetteringMore asynchronous resolver work
2005-08-22 Lennart Poetteringpreliminary asynchronous resolver work
2005-08-20 Lennart Poettering* Add avahi-client examples to doxygen
2005-08-19 Trent Lloyd * Improve and reorganise DBus error handling, see...
2005-08-19 Lennart Poettering* set FILENO rlimit to 30 by default
2005-08-16 Lennart Poettering* start implementing error handling in avahi-client
2005-08-15 Lennart Poettering* implement ini file parser
2005-08-14 Trent Lloyd * Fix docs/INSTALL for the right dbus path for debian...
2005-08-14 Trent Lloyd * Add a free function for AvahiEntryGroup in C api
2005-08-13 Lennart PoetteringRename some server side objects/symbols so that they...
2005-08-13 Lennart Poetteringadd missing error codes to some places where they belong
2005-08-13 Lennart Poettering* strip glib from avahi-core
2005-08-12 Lennart PoetteringSplit avahi-common/util.h into
2005-08-09 Lennart Poetteringdisable valgrind workaround
2005-08-09 Lennart Poettering* Update HACKING
2005-08-08 Trent Lloyd * Move avahi-core/llist.h to avahi-common/llist.h...
2005-08-05 Lennart Poettering* Beef up simple protocol with error codes
2005-08-05 Lennart Poettering* add proper error codes and patch everything to make...
2005-08-04 Lennart Poettering* DBUS: add GetNetworkInterface{NameByIndex,IndexByName...
2005-08-03 Lennart Poettering* add C examples
2005-08-02 Lennart Poettering* replace guchar and gint by AvahiProtocol, AvahiIfInde...
2005-07-30 Lennart Poettering* fix bug reported bei Sebastien Estienne: bogus assert...
2005-07-30 Lennart PoetteringDBUS: finish introspection support
2005-07-30 Lennart Poettering* fix Server introspection data
2005-07-30 Lennart Poettering* hide generate init scripts from SVN
2005-07-29 Lennart Poettering* add avahi-publish
2005-07-29 Trent Lloyd * Move dbus service #defines to avahi-common/dbus.h
2005-07-29 Lennart PoetteringDBUS: Wrap service resolver
2005-07-29 Lennart PoetteringDBUS: implement ServiceBrowser
2005-07-29 Lennart Poettering* DBUS: implement service type browsing
2005-07-28 Lennart Poettering* DBUS: implement org.freedesktop.Avahi.GetVersionString()
2005-07-28 Lennart Poettering* drop trailing dot in avahi_normalize_name()
2005-07-27 Lennart Poettering* swap order of "type" and "name" arguments of avahi_se...
2005-07-27 Lennart Poettering* Wrap HostNameResolver and AddressResolver APIs in...
2005-07-27 Lennart Poetteringimplement DBUS protocol
2005-07-04 Trent Lloyd * Remove support for dbus 0.23.
2005-07-01 Sebastien Estienne* using AC_GNU_SOURCE instead of -D _GNU_SOURCE
2005-06-29 Trent Lloyd * Patch by Steev Klimaszewski for gentoo compilation
2005-06-17 Trent Lloyd* make the daemon build with dbus on both 0.23 and...
2005-06-17 Trent Lloyd * more dbus build fixes
2005-06-17 Trent Lloyd* include dbus-protocol.h in dbus-protocol.c
2005-06-17 Trent Lloyd * Split out the dbus stuff in the daemon to a separate...