summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/dbus-protocol.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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