summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/dbus-protocol.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: we better stay away from SIGQUIT since it is supposed to cause a core...Lennart Poettering2010-11-181-1/+1
* dbus: move interfaces into standard D-Bus interfaces directoryLennart Poettering2010-06-261-1/+1
* daemon: add some minimal OOM checking against D-BusLennart Poettering2010-06-251-0/+6
* daemon: make internal limits configurableLennart Poettering2010-06-251-19/+25
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
* from now on we enforce a strict whitespace regimeLennart Poettering2010-06-251-84/+84
* Copyediting / spelling / grammarTed Percival2007-09-281-1/+1
* fix wording of the dbus reconneection message (closes fedora bug 237734)Lennart Poettering2007-05-091-2/+2
* Rework DBus connection handling: use a private DBusConnection instead of a sh...Lennart Poettering2007-01-051-3/+41
* Make d-bus version detection work for >= 1.0 (Closes: #71)Trent Lloyd2006-11-111-18/+3
* remove some embarrassinlgy superfluous codeLennart Poettering2006-08-311-24/+0
* fix a few more s/DBUS/D-Bus/Lennart Poettering2006-08-311-1/+1
* Some more s/D-BUS/D-Bus/gLennart Poettering2006-08-311-2/+2
* autoconf love: Lennart Poettering2006-08-311-4/+4
* add new D-Bus API function SetHostName to change the host name of the running...Lennart Poettering2006-08-221-1/+16
* * Fix avhai builds with newer (>= 0.62) dbus that deprecated Trent Lloyd2006-07-181-0/+12
* work around a limitation in Gentoo's DBUS build (which is compiled with --dis...Lennart Poettering2006-07-151-12/+20
* reconnect if the DBUS daemon kicks avahi-daemon. Since the DBUS system bus so...Lennart Poettering2006-04-241-32/+107
* * add new API function avahi_nss_support()Lennart Poettering2006-01-201-0/+8
* Compatibility with DBUS 0.60Lennart Poettering2005-12-081-2/+9
* Add DBUS API versioningLennart Poettering2005-11-241-1/+9
* * Implement client API for arbitrary record browsingLennart Poettering2005-11-161-1/+68
* * add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering2005-11-061-1/+8
* * more trivial fix, now avahi-daemon and dnsconfd compiles on OpenBSDSebastien Estienne2005-10-281-0/+1
* * split dbus-protocol.c in multiple sources filesLennart Poettering2005-10-271-1704/+94
* remove a bunch of compiler warningsLennart Poettering2005-10-271-1/+1
* * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additionsTrent Lloyd2005-10-271-0/+82
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-261-3/+3
* * rename all limit defs so that they end with _MAXLennart Poettering2005-10-241-17/+17
* * add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering2005-10-241-1/+23
* increase the maximum number of allowed clients handled over DBUSLennart Poettering2005-10-221-1/+1
* * added a missing include in dbus-protocol.cSebastien Estienne2005-10-211-0/+1
* * replaced some ioctl by if_nametoindex and if_indextonameSebastien Estienne2005-10-191-13/+7
* * remove some --disable in boostrap.sh for osxSebastien Estienne2005-10-191-0/+2
* * remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering2005-10-181-38/+41
* * Add custom user-specific configure flags to bootstrap.shTrent Lloyd2005-10-171-6/+6
* * split client.h into client.h, lookup.h and publish.h just like we did on th...Lennart Poettering2005-10-171-53/+100
* Complete AVAHI_LOOKUP_NO_ADDRESS fixJakub Stachowski2005-10-131-1/+4
* * handle AVAHI_LOOKUP_NO_ADDRESS over DBUS correctlyLennart Poettering2005-10-131-2/+4
* * drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering2005-10-121-25/+42
* wrap avahi_server_add_service_subtype() for DBUSLennart Poettering2005-10-111-6/+41
* * make all flags parameters UINT32 when marshalling for DBUSLennart Poettering2005-09-291-48/+70
* fix yet another bug found by our bugfinder number one, Sebastien. Thank you, ...Lennart Poettering2005-09-281-0/+1
* * adapt to recent avahi-core API changesLennart Poettering2005-09-251-101/+191
* Make AVAHI_PROTO_xxx well defined constantsLennart Poettering2005-09-161-6/+6
* add new DBUS function IsServiceLocal()Lennart Poettering2005-09-101-0/+33
* * add magic identification cookies to service TXT records automaticallyLennart Poettering2005-09-101-0/+20
* * improve debug messages Lennart Poettering2005-08-281-13/+21
* * brrr, fix commit r442Lennart Poettering2005-08-251-2/+2
* * support GetNetworkInterfaceNameByIndex/IndexByName on IPv6-only hostsLennart Poettering2005-08-251-8/+10