aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2015-08-11rename avahi-common/malloc.[ch] to avahi-malloc.Robert Ginda
2010-06-25get rid of a lot of old svn cruftLennart Poettering
2010-06-25from now on we enforce a strict whitespace regimeLennart Poettering
2008-06-18add .gitignore filesLennart Poettering
2007-12-17handle both cases of local collisionLennart Poettering
2007-12-16add proper handling for local collisions to example. Clean up the example in ...Lennart Poettering
2007-06-02Make herzi sleep beter. (Closes #143)Lennart Poettering
2007-01-30 * Fix typo of failure, thanks to Michael Burns (Closes #98)Trent Lloyd
2006-12-11 * Fix specifying priviliged access group (Closes: #85)Trent Lloyd
2006-08-31fix a few more s/DBUS/D-Bus/Lennart Poettering
2006-08-22fix logic of AVAHI_SERVER_REGISTERING state handling. Many clients assumed thatLennart Poettering
2006-01-27update example to include some code to show how to modify an existing serviceLennart Poettering
2005-11-08* add new flags parameter to avahi_client_new()Lennart Poettering
2005-11-06* Rename AVAHI_ERR_NOT_CONNECTED to AVAHI_ERR_DISCONNECTEDLennart Poettering
2005-11-06add new client state AVAHI_CLIENT_FAILURELennart Poettering
2005-10-26* avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering
2005-10-24fix core-publish-service.cLennart Poettering
2005-10-24* add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering
2005-10-19* Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering
2005-10-18add config.h inclusion to glib integration exampleLennart Poettering
2005-10-18* remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering
2005-10-17 * Add custom user-specific configure flags to bootstrap.shTrent Lloyd
2005-10-17* split client.h into client.h, lookup.h and publish.h just like we did on th...Lennart Poettering
2005-10-12* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering
2005-10-11add an example for subtype usageLennart Poettering
2005-10-11### BACKPORT ###Lennart Poettering
2005-10-11add support for service subtypes: avahi_server_add_service_subtype()Lennart Poettering
2005-09-29fix switch fall through errorLennart Poettering
2005-09-29* make all flags parameters UINT32 when marshalling for DBUSLennart Poettering
2005-09-25s/AVAHI_LOOKUP_CALLBACK/AVAHI_LOOKUP_RESULT/gLennart Poettering
2005-09-25update examples to reflect recent API changes (wide area)Lennart Poettering
2005-09-10update examples to use xxx_is_service_local()Lennart Poettering
2005-09-10update examples to make use of avahi_string_list_get_service_cookie() for wha...Lennart Poettering
2005-08-28 * Add new docs/NEWS file, updated for 0.2 release.Trent Lloyd
2005-08-23 * Mention a 'none' option to --with-distro for distributions that are not kn...Trent Lloyd
2005-08-22* fix glib example build when compiling without DBUS but with GLIBLennart Poettering
2005-08-22 * Add glib integration example.Trent Lloyd
2005-08-21Built client examples only when DBUS is availableLennart Poettering
2005-08-20* Add avahi-client examples to doxygenLennart Poettering
2005-08-20* Disable debug output of avahi-clientLennart Poettering
2005-08-15Remove glib dependency from examplesLennart Poettering
2005-08-13Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering
2005-08-13* strip glib from avahi-coreLennart Poettering
2005-08-05Improve examples to do error checkingLennart Poettering
2005-08-05* add proper error codes and patch everything to make use of itLennart Poettering
2005-08-04don't register workstation service in exampleLennart Poettering
2005-08-03* add C examplesLennart Poettering