project/mdnsd.git
2014-06-09 Felix Fietkaumake interface_socket_setup static
2014-06-09 Felix Fietkaumove rdata_buffer to cache_answer()
2014-06-09 Felix Fietkauclean up interfaces on exit
2014-06-09 Felix Fietkaumove interface connect/read handling to interface.c
2014-06-09 Felix Fietkaucall announce_free from interface_free
2014-06-09 Felix Fietkaumove dns packet processing to dns.c
2014-06-09 Felix Fietkaucache: add support for scanning on multiple interfaces
2014-06-09 Felix Fietkaumove announce state to struct interface
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 Fietkauubus: implement the reload command
2014-06-05 Felix Fietkauservice: convert to vlist
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 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