index
:
mdnsd
master
openwrt-23.05
OpenWrt MDNS daemon
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-02-14
Make sdudp string const
Rafał Miłecki
2017-02-13
Rename cache scanning to updating
Rafał Miłecki
2017-02-13
Set TTL to the new value when updating cached service entry
Rafał Miłecki
2017-02-13
Load service JSONs from /etc/umdns/
Rafał Miłecki
2017-02-11
Rename project to umdns
Rafał Miłecki
2017-02-11
Drop one-liner service_announce function
Rafał Miłecki
2017-02-11
Don't use _services._dns-sd._tcp.local
Rafał Miłecki
2017-02-10
Simplify UDP vs. TCP handling in service_announce_services
Rafał Miłecki
2017-02-10
Check correct attributes when loading service from blob
Rafał Miłecki
2017-02-10
Avoid duplicated iteration over services when announcing
Rafał Miłecki
2017-02-10
Move matching logic out of service_reply_single function
Rafał Miłecki
2017-02-10
Send A(AAA) records when announcing
Rafał Miłecki
2017-02-09
Fix/change comment format about port 5353
Rafał Miłecki
2017-02-09
Don't call dns_reply_a from service_reply
Rafał Miłecki
2017-02-08
Rename service_reply_a to dns_reply_a and move it to proper file
Rafał Miłecki
2017-02-08
Add simple "Fall through" comment to the announce_timer function switch
Rafał Miłecki
2017-02-08
Change dns_send_question function arg from unicast to multicast
Rafał Miłecki
2017-01-31
do not assume that dns structs are aligned
Johannes Wegener
2016-12-19
mdnsd: the service is ignoring questions
John Crispin
2016-12-19
cmake: Search for libjson-c
Florian Fainelli
2016-12-19
Fix IPv6 read
Cristian Morales Vega
2016-10-24
Revert "mdnsd: interface: enable looped back messages"
John Crispin
2016-05-23
mdnsd: interface: enable looped back messages
Eyal Birger
2015-09-03
interface: include libubox/utils.h
Felix Fietkau
2015-09-03
service: remove obsolete uci include statements
Felix Fietkau
2014-11-06
ubus: add keep functionality to set_config-call
Steven Barth
2014-10-29
cache: fix cache record refreshing
Steven Barth
2014-10-29
ubus: add ubus fetch call
Steven Barth
2014-10-29
dns: use different buffers for encoding and decoding names
Steven Barth
2014-10-29
cache: also cache PTR records
Steven Barth
2014-10-28
cache: cache rdata of SRV-records as well
Steven Barth
2014-10-28
Use monotonic clock for timeouts
Steven Barth
2014-10-26
Add query ubus call
Steven Barth
2014-09-04
add a basic cache refresh logic
John Crispin
2014-09-04
add a iface pointer to services and records
John Crispin
2014-09-04
entry->service
John Crispin
2014-09-04
print ttl when receiving a PTR record
John Crispin
2014-09-04
basic support for the cache flush bit
John Crispin
2014-09-04
add src ip validation
John Crispin
2014-09-04
silently drop unicast questions that dont originate from port 5353
John Crispin
2014-09-04
propagate sockaddr and port form the receive function to the parser
John Crispin
2014-09-02
fix free after use on shutdown
John Crispin
2014-09-02
add good bye messages
John Crispin
2014-09-02
add SO_BINDTODEVICE support
John Crispin
2014-09-02
saner debug output
John Crispin
2014-09-02
ipv6 cleanup
John Crispin
2014-09-02
propagate unicast bit
John Crispin
2014-09-02
nicer debug output on rx
John Crispin
2014-09-02
add unicast listener sockets
John Crispin
2014-09-02
interface.c cleanup
John Crispin
[next]