project/mdnsd.git
2017-02-08 Rafał MiłeckiAdd simple "Fall through" comment to the announce_timer...
2017-02-08 Rafał MiłeckiChange dns_send_question function arg from unicast...
2017-01-31 Johannes Wegenerdo not assume that dns structs are aligned
2016-12-19 John Crispinmdnsd: the service is ignoring questions
2016-12-19 Florian Fainellicmake: Search for libjson-c
2016-12-19 Cristian Morales... Fix IPv6 read
2016-10-24 John CrispinRevert "mdnsd: interface: enable looped back messages"
2016-05-23 Eyal Birgermdnsd: interface: enable looped back messages
2015-09-03 Felix Fietkauinterface: include libubox/utils.h
2015-09-03 Felix Fietkauservice: remove obsolete uci include statements
2014-11-06 Steven Barthubus: add keep functionality to set_config-call
2014-10-29 Steven Barthcache: fix cache record refreshing
2014-10-29 Steven Barthubus: add ubus fetch call
2014-10-29 Steven Barthdns: use different buffers for encoding and decoding...
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-10-26 Steven BarthAdd query ubus call
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-04 John Crispinadd src ip validation
2014-09-04 John Crispinsilently drop unicast questions that dont originate...
2014-09-04 John Crispinpropagate sockaddr and port form the receive function...
2014-09-02 John Crispinfix free after use on shutdown
2014-09-02 John Crispinadd good bye messages
2014-09-02 John Crispinadd SO_BINDTODEVICE support
2014-09-02 John Crispinsaner debug output
2014-09-02 John Crispinipv6 cleanup
2014-09-02 John Crispinpropagate unicast bit
2014-09-02 John Crispinnicer debug output on rx
2014-09-02 John Crispinadd unicast listener sockets
2014-09-02 John Crispininterface.c cleanup
2014-08-30 John Crispinremove debug code
2014-08-30 John Crispinvalidate incoming interface
2014-08-30 John Crispinsane error message when read fails
2014-08-29 John Crispinadd pktinfo to rx path
2014-08-29 John Crispinadd -4 and -6 options
2014-08-29 John Crispinload service info from procd
2014-08-29 John Crispinsplit the service_load() function into 2. this allows...
2014-08-29 John Crispinchange the service json format this allows one instance...
2014-08-29 John Crispinsend unsolicitated answers when a new service appears
2014-08-28 John Crispinremove some debug code
2014-08-28 John Crispindont delete records but set ttl to 1
2014-08-28 John Crispinadd the rfc
2014-08-28 John Crispinadd goodbye messages when service disappear
2014-08-28 John Crispinmore ttl related changes. prereq for goodbye messages
2014-08-28 John Crispindns_add_answer() now has a ttl parameter
2014-08-28 John Crispinproperly announce all ips of an interface when asked
2014-08-28 John Crispinadd ipv6 support
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-08-27 John Crispinabort the reply parsing if an error is encountered
2014-08-27 John Crispingracefully exit if the cmdline is bogus
2014-06-27 John Crispinremove now unused service-types index
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 Fietkauremove linux specific includes
2014-06-25 Felix Fietkaumdns: remove dependencies on asm/byteorder.h, fix const...
2014-06-25 Felix Fietkauservice.c: remove unused service_attr_list
2014-06-11 Felix Fietkaurename set_interfaces to set_config, more stuff can...
2014-06-11 Felix Fietkauallow starting without an active interface
2014-06-11 Felix Fietkauadd support for dynamic reconfiguration of interfaces
2014-06-09 Felix Fietkaufix segfault while dumping records
2014-06-09 Felix Fietkausimplify memory management for dns answers: use a blob_...
2014-06-09 Felix Fietkauuse lookup array for dns_type_string()
2014-06-09 Felix Fietkaureuse mdns_buf for cache_answer()
2014-06-09 Felix Fietkaumove signal_setup() to main.c
2014-06-09 Felix Fietkaumake iface_name static
2014-06-09 Felix Fietkauclean up hostname handling, make service_name() static
2014-06-09 Felix Fietkaufix excessive stack usage
2014-06-09 Felix Fietkaufix a few format string bugs
2014-06-09 Felix Fietkauservice: simplify and remove more code duplication
2014-06-09 Felix Fietkauservice: get rid of some code duplication
2014-06-09 Felix Fietkauservice: free the blob_buf on exit
2014-06-09 Felix Fietkauremove a few TODO items
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 Fietkaustore ip address as struct in_addr instead of a string
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...
next