project/mdnsd.git
2014-06-03 Felix Fietkaucache: fix host length calculation
2014-06-03 Felix Fietkauservice: constify struct service fields
2014-06-03 Felix Fietkauservice: constify function arguments
2014-06-03 Felix Fietkauservice: make the service txt field const uint8_t to...
2014-06-03 Felix Fietkauservice: get rid of extra useless malloc for txt data
2014-06-03 Felix Fietkauservice: use calloc instead of malloc+memset
2014-06-03 Felix Fietkaucache: constify cache_record fields
2014-06-03 Felix Fietkaucache: remove now unused rem argument to cache_record_f...
2014-06-03 Felix Fietkaucache: reduce allocation of cache records to one chunk...
2014-06-03 Felix Fietkaucache: constify entry and host pointers in struct cache...
2014-06-03 Felix Fietkauubus: constify name argument to mdns_add_records
2014-06-03 Felix Fietkaudns: constify various functions
2014-06-03 Felix Fietkauutil: constify memdup()
2014-06-03 Felix Fietkaucache: remove struct cache_type
2014-06-03 Felix Fietkaucache: reduce allocation of cache entries to one chunk...
2014-06-03 Felix Fietkaucache: use proper avl lookup for entries
2014-06-03 Felix Fietkaucache: convert types to kvlist
2014-06-03 Felix Fietkaudns: use alloca instead of malloc to fix memleak in...
2014-06-03 Felix Fietkaudns: use common function for sending packets
2014-06-03 Felix Fietkaudns: reuse global name_buffer in dns_send_question()
2014-06-03 Felix Fietkaudns: use bss instead of heap for buffers
2014-06-03 Felix Fietkaudns: use compile time initialization for structs, remov...
2014-05-27 John Crispinmake the code work for bridge interfaces
2014-03-17 John Crispinimport v0.1