Fix sending replies to PTR questions
[project/mdnsd.git] / cache.c
2017-02-13 Rafał MiłeckiRename cache scanning to updating
2017-02-13 Rafał MiłeckiSet TTL to the new value when updating cached service...
2017-02-08 Rafał MiłeckiChange dns_send_question function arg from unicast...
2014-10-29 Steven Barthcache: fix cache record refreshing
2014-10-29 Steven Barthubus: add ubus fetch call
2014-10-29 Steven Barthcache: also cache PTR records
2014-10-28 Steven Barthcache: cache rdata of SRV-records as well
2014-10-28 Steven BarthUse monotonic clock for timeouts
2014-09-04 John Crispinadd a basic cache refresh logic
2014-09-04 John Crispinadd a iface pointer to services and records
2014-09-04 John Crispinentry->service
2014-09-04 John Crispinprint ttl when receiving a PTR record
2014-09-04 John Crispinbasic support for the cache flush bit
2014-09-02 John Crispinpropagate unicast bit
2014-08-28 John Crispindont delete records but set ttl to 1
2014-08-27 John Crispinfix potential null pointer deref when packets are forged
2014-08-27 John Crispinfix potential buffer overflow when txt records are...
2014-06-25 John Crispinfix entry duplication bug
2014-06-25 John Crispinfix off by one in record find code
2014-06-25 John Crispinfix use after free
2014-06-25 Felix Fietkaumdns: remove dependencies on asm/byteorder.h, fix const...
2014-06-09 Felix Fietkaufix segfault while dumping records
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