summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/dbus-protocol.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Implement asynchronous service resolving DBUS APILennart Poettering2005-08-231-18/+178
* * Implement asynchronous host name resolvingLennart Poettering2005-08-231-5/+131
* * Implement asynchronous address resolverLennart Poettering2005-08-231-9/+150
* More asynchronous resolver workLennart Poettering2005-08-221-12/+67
* preliminary asynchronous resolver workLennart Poettering2005-08-221-39/+73
* * Add avahi-client examples to doxygenLennart Poettering2005-08-201-0/+2
* * Improve and reorganise DBus error handling, see avahi-common/dbus.hTrent Lloyd2005-08-191-31/+2
* * set FILENO rlimit to 30 by defaultLennart Poettering2005-08-191-12/+33
* * start implementing error handling in avahi-clientLennart Poettering2005-08-161-3/+3
* * implement ini file parserLennart Poettering2005-08-151-221/+274
* * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)Trent Lloyd2005-08-141-1/+0
* * Add a free function for AvahiEntryGroup in C apiTrent Lloyd2005-08-141-1/+2
* Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering2005-08-131-32/+32
* add missing error codes to some places where they belongLennart Poettering2005-08-131-1/+4
* * strip glib from avahi-coreLennart Poettering2005-08-131-6/+10
* Split avahi-common/util.h into Lennart Poettering2005-08-121-2/+0
* disable valgrind workaroundLennart Poettering2005-08-091-1/+1
* * Update HACKINGLennart Poettering2005-08-091-16/+65
* * Move avahi-core/llist.h to avahi-common/llist.h, not installed.Trent Lloyd2005-08-081-1/+1
* * Beef up simple protocol with error codesLennart Poettering2005-08-051-1/+2
* * add proper error codes and patch everything to make use of itLennart Poettering2005-08-051-82/+94
* * DBUS: add GetNetworkInterface{NameByIndex,IndexByName} and make everyone us...Lennart Poettering2005-08-041-19/+77
* * add C examplesLennart Poettering2005-08-031-0/+29
* * replace guchar and gint by AvahiProtocol, AvahiIfIndex at many places where...Lennart Poettering2005-08-021-24/+152
* * fix bug reported bei Sebastien Estienne: bogus assert whhen service resolvi...Lennart Poettering2005-07-301-1/+2
* DBUS: finish introspection supportLennart Poettering2005-07-301-13/+61
* * fix Server introspection dataLennart Poettering2005-07-301-4/+4
* * hide generate init scripts from SVNLennart Poettering2005-07-301-1/+13
* * add avahi-publishLennart Poettering2005-07-291-3/+49
* * Move dbus service #defines to avahi-common/dbus.hTrent Lloyd2005-07-291-8/+1
* DBUS: Wrap service resolverLennart Poettering2005-07-291-3/+107
* DBUS: implement ServiceBrowserLennart Poettering2005-07-291-3/+115
* * DBUS: implement service type browsingLennart Poettering2005-07-291-17/+126
* * DBUS: implement org.freedesktop.Avahi.GetVersionString()Lennart Poettering2005-07-281-44/+292
* * drop trailing dot in avahi_normalize_name()Lennart Poettering2005-07-281-0/+5
* * swap order of "type" and "name" arguments of avahi_server_add_service() and...Lennart Poettering2005-07-271-2/+2
* * Wrap HostNameResolver and AddressResolver APIs in DBUSLennart Poettering2005-07-271-5/+195
* implement DBUS protocolLennart Poettering2005-07-271-108/+436
* * Remove support for dbus 0.23.Trent Lloyd2005-07-041-34/+46
* * using AC_GNU_SOURCE instead of -D _GNU_SOURCESebastien Estienne2005-07-011-1/+1
* * Patch by Steev Klimaszewski for gentoo compilationTrent Lloyd2005-06-291-2/+3
* * make the daemon build with dbus on both 0.23 and 0.30+, it doesn't yet work...Trent Lloyd2005-06-171-0/+17
* * more dbus build fixesTrent Lloyd2005-06-171-4/+6
* * include dbus-protocol.h in dbus-protocol.cTrent Lloyd2005-06-171-1/+2
* * Split out the dbus stuff in the daemon to a separate file so it can be bui...Trent Lloyd2005-06-171-0/+161