summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * fix compiling with --disable-dbusSebastien Estienne2005-11-012-1/+5
* update TODOLennart Poettering2005-11-011-1/+1
* * add support to browse for domains in avahi-browseLennart Poettering2005-11-011-41/+125
* use a normal fork() instead of a daemon_fork() when forking of chroot() helpe...Lennart Poettering2005-11-011-2/+4
* update TODO listLennart Poettering2005-11-011-0/+1
* * many small fixes for NetBSDSebastien Estienne2005-10-315-7/+10
* update todoLennart Poettering2005-10-311-1/+3
* * small fix in the #includesSebastien Estienne2005-10-312-1/+3
* make use of setproctitle() to change the process title of the daemon processe...Lennart Poettering2005-10-307-26/+184
* * add chroot() support on LinuxLennart Poettering2005-10-3013-33/+757
* 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