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