summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix avahi-browse build when gdbm is not availableLennart Poettering2005-10-291-1/+2
* fix configure.acLennart Poettering2005-10-291-1/+1
* * more trivial fix, now avahi-daemon and dnsconfd compiles on OpenBSDSebastien Estienne2005-10-282-0/+2
* * many trivial fix to make avahi compile on OpenBSDSebastien Estienne2005-10-2813-21/+46
* lookup service types in the service data base in avahi-browseLennart Poettering2005-10-276-16/+229
* * split dbus-protocol.c in multiple sources filesLennart Poettering2005-10-2715-1706/+2268
* * nicer display of txt recordsSebastien Estienne2005-10-271-7/+22
* remove the NotFound event, as it is not used anymoreJames Willcox2005-10-271-1/+0
* remove a bunch of compiler warningsLennart Poettering2005-10-276-16/+16
* change rdata type from "uint8_t*" to "const void*"Lennart Poettering2005-10-272-3/+3
* * format unknown DNS records according to RFC3597Lennart Poettering2005-10-2710-55/+129
* fix the ClientState enumerationJames Willcox2005-10-271-3/+9
* * Update TODOTrent Lloyd2005-10-271-0/+1
* update TODOLennart Poettering2005-10-271-0/+1
* update TODOLennart Poettering2005-10-271-0/+1
* * Update TODOTrent Lloyd2005-10-271-1/+2
* * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additionsTrent Lloyd2005-10-2710-5/+219
* Remove -Wlarger-than-4000 from gcc command lineLennart Poettering2005-10-271-1/+1
* Add validity checking to TXT data parsing, this fixes a remotely exploitable ...Lennart Poettering2005-10-277-20/+59
* install publish.h, lookup.hLennart Poettering2005-10-271-1/+1
* distribute sigint.hLennart Poettering2005-10-261-1/+1
* update Makefile.amLennart Poettering2005-10-261-0/+5
* distribute publish.h lookup.hLennart Poettering2005-10-261-1/+2
* add dns-srv.hh to distributionLennart Poettering2005-10-261-1/+2
* ignore some more filesLennart Poettering2005-10-260-0/+0
* add sigint.[ch]Lennart Poettering2005-10-262-0/+176
* add avahi-browse.cLennart Poettering2005-10-261-0/+593
* * 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