summaryrefslogtreecommitdiffstats
path: root/avahi-client/entrygroup.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
* from now on we enforce a strict whitespace regimeLennart Poettering2010-06-251-69/+69
* rethink r1269 once again: instead of updating the entry group state inLennart Poettering2006-08-241-12/+19
* If the client calls EntryGroup::Commit update the local state immediately andLennart Poettering2006-08-241-2/+12
* fix entry group destruction (closes #5)Lennart Poettering2006-01-271-1/+1
* * Implement client API for arbitrary record browsingLennart Poettering2005-11-161-2/+0
* * add new flags parameter to avahi_client_new()Lennart Poettering2005-11-081-10/+10
* * Rename AVAHI_ERR_NOT_CONNECTED to AVAHI_ERR_DISCONNECTEDLennart Poettering2005-11-061-10/+10
* remove a bunch of compiler warningsLennart Poettering2005-10-271-2/+2
* change rdata type from "uint8_t*" to "const void*"Lennart Poettering2005-10-271-2/+2
* * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additionsTrent Lloyd2005-10-271-0/+100
* in order to reduce our API size, dropping avahi_entry_group_add_service_va(),...Lennart Poettering2005-10-181-42/+4
* * remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering2005-10-181-1/+0
* * Add custom user-specific configure flags to bootstrap.shTrent Lloyd2005-10-171-0/+86
* * split client.h into client.h, lookup.h and publish.h just like we did on th...Lennart Poettering2005-10-171-39/+172
* add client side wrapping of EntryGroup.AddServiceSubtypeLennart Poettering2005-10-111-0/+88
* * make all flags parameters UINT32 when marshalling for DBUSLennart Poettering2005-09-291-2/+8
* remove avahi_entry_group_get_dbus_path()Lennart Poettering2005-09-101-5/+0
* * complete error handling in avahi-clientLennart Poettering2005-08-201-4/+20
* * many improvements to avahi-client (especially error handling)Lennart Poettering2005-08-201-147/+366
* * start implementing error handling in avahi-clientLennart Poettering2005-08-161-2/+2
* * add new priority parameter to avahi_glib_poll_new()Lennart Poettering2005-08-141-12/+11
* * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)Trent Lloyd2005-08-141-1/+0
* * Remove AvahiEntryGroups from the client's list when we free itTrent Lloyd2005-08-141-0/+2
* * Remove most of the debug printf()s from avahi-client code and make sure er...Trent Lloyd2005-08-141-5/+0
* * Add a free function for AvahiEntryGroup in C apiTrent Lloyd2005-08-141-0/+22
* * Revert revision 303 (Name space changes) as avahi-core has now been changed.Trent Lloyd2005-08-141-13/+13
* * Rename various data structures to prevent a namespace conflict with avahi-...Trent Lloyd2005-08-121-13/+13
* * Some minor error handling cleanupsLennart Poettering2005-08-111-1/+1
* rename avahi_entry_group_state() to avahi_entry_group_get_state()Lennart Poettering2005-08-111-1/+1
* It is a bad idea to name your own variables "errno". On some system the libc ...Lennart Poettering2005-08-111-1/+1
* * Add DomainBrowser support to C client APITrent Lloyd2005-08-111-2/+2
* * Work on avahi-clientTrent Lloyd2005-08-111-0/+256