summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-2659-790/+645
* * correct the error handling in EntryGroupJames Willcox2005-10-262-26/+23
* update TODOLennart Poettering2005-10-261-0/+1
* first pass at updating to the 0.6 apisJames Willcox2005-10-2610-196/+231
* * add support for subtypes for static servicesLennart Poettering2005-10-265-21/+80
* reorder arguments of avahi_reverse_lookup_name() to make them more naturalLennart Poettering2005-10-266-8/+8
* update TODOLennart Poettering2005-10-261-1/+1
* * remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen ...Lennart Poettering2005-10-2640-157/+108
* * replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering2005-10-2520-198/+369
* document that AVAHI_PROTO_xxx is no longer defined to be identical with AF_xxxLennart Poettering2005-10-251-0/+3
* document that AVAHI_ERR_LOCAL_COLLISION has been renamed to AVAHI_ERR_COLLISIONLennart Poettering2005-10-251-5/+6
* add API-CHANGES-0.6 describing API changes between 0.5.x and 0.6Lennart Poettering2005-10-251-0/+57
* * add new core API functions avahi_rdata_serialize() and avahi_rdata_parse()Lennart Poettering2005-10-254-86/+177
* add a compiler warning that avahi_send_dns_packet_ipv4() still misses support...Lennart Poettering2005-10-251-3/+4
* build avahi_exe_name() exclusively on LinuxLennart Poettering2005-10-251-0/+14
* * small hack for netbsdSebastien Estienne2005-10-251-0/+6
* * rename all limit defs so that they end with _MAXLennart Poettering2005-10-2417-58/+58
* * use which in autogen.sh instead of type -pSebastien Estienne2005-10-244-6/+17
* update TODOLennart Poettering2005-10-241-1/+0
* fix avahi_interface_monitor_sync() for the linux NETLINK implementationLennart Poettering2005-10-242-32/+24
* * reorder some things during server initializationLennart Poettering2005-10-241-23/+19
* * change setsocktopt for IP_TTL to use an int instead of an uin8_t for compat...Lennart Poettering2005-10-241-3/+3
* cleanup socket.c a littleLennart Poettering2005-10-242-112/+93
* fix core-publish-service.cLennart Poettering2005-10-241-1/+1
* update TODOLennart Poettering2005-10-241-1/+1
* * add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering2005-10-2417-121/+268
* unrbeak IPv6 support: change ttl value size back to 32 bit for ipv6 Lennart Poettering2005-10-241-1/+1
* fix IP_TTL/IP_RECVTTL on linuxLennart Poettering2005-10-241-3/+2
* many cleanups in preperation of the netbsd portLennart Poettering2005-10-241-69/+83
* use seteuid() instead of setreuid(), since the latter seems to be broken on m...Lennart Poettering2005-10-232-5/+9
* * gcc 2.95 compatibilityLennart Poettering2005-10-233-4/+12
* add federico tags to some of the things in the TODO listLennart Poettering2005-10-231-2/+2
* * always add -std=c99 when netlink.h is not presentSebastien Estienne2005-10-231-15/+19
* update TODOLennart Poettering2005-10-231-1/+1
* * correctly handle empty domain names (i.e. the root zone)Lennart Poettering2005-10-2312-293/+320
* reorder lockingLennart Poettering2005-10-231-6/+5
* Reversse r841Lennart Poettering2005-10-231-30/+1
* Allow calls to DNSServiceRefDeallocate() with NULL passedLennart Poettering2005-10-231-4/+2
* set O_NONBLOCK for expoted libdns_sd socketsLennart Poettering2005-10-221-1/+31
* increase the maximum number of allowed clients handled over DBUSLennart Poettering2005-10-221-1/+1
* gnore some more filesLennart Poettering2005-10-220-0/+0
* Add init script support for fedora from Alexander LarssonLennart Poettering2005-10-225-1/+216
* * Quick fix to incorrect configure line, from FreeBSD. :)Trent Lloyd2005-10-211-1/+1
* * added a missing include in dbus-protocol.cSebastien Estienne2005-10-213-3/+9
* * removed bogus IP_RECVIFSebastien Estienne2005-10-211-24/+3
* fix size of escaped_name in avahi_service_name_join()Lennart Poettering2005-10-211-1/+1
* remove htonl() that shouldn't be thereLennart Poettering2005-10-211-1/+1
* handle architectures that miss "struct ip_mreq" betterLennart Poettering2005-10-203-96/+51
* * preliminary ipv6 support for BSDSebastien Estienne2005-10-202-1/+56
* * bug fix in run_versionedSebastien Estienne2005-10-203-10/+21