]> git.meshlink.io Git - catta/history - avahi-daemon/dbus-protocol.c
Rename some server side objects/symbols so that they do not conflict with the same...
[catta] / avahi-daemon / dbus-protocol.c
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...