summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Make herzi sleep beter. (Closes #143)Lennart Poettering2007-06-021-1/+1
* * Fix typo of failure, thanks to Michael Burns (Closes #98)Trent Lloyd2007-01-301-1/+1
* * Fix specifying priviliged access group (Closes: #85)Trent Lloyd2006-12-111-1/+1
* fix a few more s/DBUS/D-Bus/Lennart Poettering2006-08-311-1/+1
* fix logic of AVAHI_SERVER_REGISTERING state handling. Many clients assumed thatLennart Poettering2006-08-222-10/+26
* update example to include some code to show how to modify an existing serviceLennart Poettering2006-01-271-0/+30
* * add new flags parameter to avahi_client_new()Lennart Poettering2005-11-083-2/+4
* * Rename AVAHI_ERR_NOT_CONNECTED to AVAHI_ERR_DISCONNECTEDLennart Poettering2005-11-063-11/+4
* add new client state AVAHI_CLIENT_FAILURELennart Poettering2005-11-061-0/+7
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-266-24/+20
* fix core-publish-service.cLennart Poettering2005-10-241-1/+1
* * add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering2005-10-242-72/+129
* * Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering2005-10-191-0/+8
* add config.h inclusion to glib integration exampleLennart Poettering2005-10-181-0/+4
* * remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering2005-10-184-33/+26
* * Add custom user-specific configure flags to bootstrap.shTrent Lloyd2005-10-172-2/+2
* * split client.h into client.h, lookup.h and publish.h just like we did on th...Lennart Poettering2005-10-172-0/+4
* * drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering2005-10-122-13/+5
* add an example for subtype usageLennart Poettering2005-10-111-0/+6
* ### BACKPORT ###Lennart Poettering2005-10-111-1/+1
* add support for service subtypes: avahi_server_add_service_subtype()Lennart Poettering2005-10-111-0/+6
* fix switch fall through errorLennart Poettering2005-09-292-1/+2
* * make all flags parameters UINT32 when marshalling for DBUSLennart Poettering2005-09-292-4/+4
* s/AVAHI_LOOKUP_CALLBACK/AVAHI_LOOKUP_RESULT/gLennart Poettering2005-09-252-6/+6
* update examples to reflect recent API changes (wide area)Lennart Poettering2005-09-253-76/+141
* update examples to use xxx_is_service_local()Lennart Poettering2005-09-102-3/+19
* update examples to make use of avahi_string_list_get_service_cookie() for wha...Lennart Poettering2005-09-102-2/+2
* * Add new docs/NEWS file, updated for 0.2 release.Trent Lloyd2005-08-281-0/+11
* * Mention a 'none' option to --with-distro for distributions that are not kn...Trent Lloyd2005-08-231-0/+2
* * fix glib example build when compiling without DBUS but with GLIBLennart Poettering2005-08-221-3/+3
* * Add glib integration example.Trent Lloyd2005-08-222-0/+151
* Built client examples only when DBUS is availableLennart Poettering2005-08-211-3/+9
* * Add avahi-client examples to doxygenLennart Poettering2005-08-202-0/+3
* * Disable debug output of avahi-clientLennart Poettering2005-08-205-9/+361
* Remove glib dependency from examplesLennart Poettering2005-08-151-4/+0
* Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering2005-08-132-13/+13
* * strip glib from avahi-coreLennart Poettering2005-08-132-71/+120
* Improve examples to do error checkingLennart Poettering2005-08-052-15/+39
* * add proper error codes and patch everything to make use of itLennart Poettering2005-08-052-5/+29
* don't register workstation service in exampleLennart Poettering2005-08-041-0/+1
* * add C examplesLennart Poettering2005-08-033-0/+304