aboutsummaryrefslogtreecommitdiff
path: root/avahi-daemon/dbus-protocol.c
AgeCommit message (Expand)Author
2007-09-28Copyediting / spelling / grammarTed Percival
2007-05-09fix wording of the dbus reconneection message (closes fedora bug 237734)Lennart Poettering
2007-01-05Rework DBus connection handling: use a private DBusConnection instead of a sh...Lennart Poettering
2006-11-11Make d-bus version detection work for >= 1.0 (Closes: #71)Trent Lloyd
2006-08-31remove some embarrassinlgy superfluous codeLennart Poettering
2006-08-31fix a few more s/DBUS/D-Bus/Lennart Poettering
2006-08-31Some more s/D-BUS/D-Bus/gLennart Poettering
2006-08-31autoconf love: Lennart Poettering
2006-08-22add new D-Bus API function SetHostName to change the host name of the running...Lennart Poettering
2006-07-18 * Fix avhai builds with newer (>= 0.62) dbus that deprecated Trent Lloyd
2006-07-15work around a limitation in Gentoo's DBUS build (which is compiled with --dis...Lennart Poettering
2006-04-24reconnect if the DBUS daemon kicks avahi-daemon. Since the DBUS system bus so...Lennart Poettering
2006-01-20* add new API function avahi_nss_support()Lennart Poettering
2005-12-08Compatibility with DBUS 0.60Lennart Poettering
2005-11-24Add DBUS API versioningLennart Poettering
2005-11-16* Implement client API for arbitrary record browsingLennart Poettering
2005-11-06* add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering
2005-10-28* more trivial fix, now avahi-daemon and dnsconfd compiles on OpenBSDSebastien Estienne
2005-10-27* split dbus-protocol.c in multiple sources filesLennart Poettering
2005-10-27remove a bunch of compiler warningsLennart Poettering
2005-10-27 * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additionsTrent Lloyd
2005-10-26* avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering
2005-10-24* rename all limit defs so that they end with _MAXLennart Poettering
2005-10-24* add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering
2005-10-22increase the maximum number of allowed clients handled over DBUSLennart Poettering
2005-10-21 * added a missing include in dbus-protocol.cSebastien Estienne
2005-10-19 * replaced some ioctl by if_nametoindex and if_indextonameSebastien Estienne
2005-10-19 * remove some --disable in boostrap.sh for osxSebastien Estienne
2005-10-18* remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering
2005-10-17 * Add custom user-specific configure flags to bootstrap.shTrent Lloyd
2005-10-17* split client.h into client.h, lookup.h and publish.h just like we did on th...Lennart Poettering
2005-10-13Complete AVAHI_LOOKUP_NO_ADDRESS fixJakub Stachowski
2005-10-13* handle AVAHI_LOOKUP_NO_ADDRESS over DBUS correctlyLennart Poettering
2005-10-12* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering
2005-10-11wrap avahi_server_add_service_subtype() for DBUSLennart Poettering
2005-09-29* make all flags parameters UINT32 when marshalling for DBUSLennart Poettering
2005-09-28fix yet another bug found by our bugfinder number one, Sebastien. Thank you, ...Lennart Poettering
2005-09-25* adapt to recent avahi-core API changesLennart Poettering
2005-09-16Make AVAHI_PROTO_xxx well defined constantsLennart Poettering
2005-09-10add new DBUS function IsServiceLocal()Lennart Poettering
2005-09-10* add magic identification cookies to service TXT records automaticallyLennart Poettering
2005-08-28* improve debug messages Lennart Poettering
2005-08-25* brrr, fix commit r442Lennart Poettering
2005-08-25* support GetNetworkInterfaceNameByIndex/IndexByName on IPv6-only hostsLennart Poettering
2005-08-23Implement asynchronous service resolving DBUS APILennart Poettering
2005-08-23* Implement asynchronous host name resolvingLennart Poettering
2005-08-23* Implement asynchronous address resolverLennart Poettering
2005-08-22More asynchronous resolver workLennart Poettering
2005-08-22preliminary asynchronous resolver workLennart Poettering
2005-08-20* Add avahi-client examples to doxygenLennart Poettering