simplify memory management for dns answers: use a blob_buf to cache entries
[project/mdnsd.git] / cache.c
2014-06-09 Felix Fietkaureuse mdns_buf for cache_answer()
2014-06-09 Felix Fietkaufix excessive stack usage
2014-06-09 Felix Fietkaumake the "records" avl tree static
2014-06-09 Felix Fietkaurename mdns_add_records to cache_dump_records and move...
2014-06-09 Felix Fietkauremove unused avl tree hosts
2014-06-09 Felix Fietkaumove rdata_buffer to cache_answer()
2014-06-09 Felix Fietkaucache: add support for scanning on multiple interfaces
2014-06-09 Felix Fietkauuse struct interface internally instead of struct uloop_fd
2014-06-09 Felix Fietkauinitial code refactoring to prepare for adding dynamic...
2014-06-05 Felix Fietkaucache: remove service descriptions for now, they belong...
2014-06-03 Felix Fietkaucache: fix host length calculation
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: 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-03-17 John Crispinimport v0.1