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
2025-02-10
cache: improve service discovery reliability
Felix Fietkau
2025-02-10
ubus: allow query without specifying interface
Felix Fietkau
2024-12-11
dns: fix response to TYPE_PTR query
Rahul Thakur
2024-12-11
fix unicast response port and timeout
Tobias Waldvogel
2024-12-11
service: announce all services in single dns answer
John Crispin
2024-12-11
display announced services in ubus call umdns browse
Mohd Husaam Mehdi
2024-12-11
display more srv attributes in output of ubus browse function
Mohd Husaam Mehdi
2024-09-17
cache: improve update call by doing a full refresh probe
John Crispin
2024-09-17
dns: reply to A/AAAA questions for additional hostnames
John Crispin
2024-01-08
ubus: assume that the service iface can be NULL
Felix Fietkau
2024-01-08
interface: remove unused peer field
Felix Fietkau
2024-01-05
interface: add missing cache cleanup on interface free
Felix Fietkau
2024-01-05
add the ability to announce additional hostnames
John Crispin
2023-11-21
add udebug support
Felix Fietkau
2023-11-21
interface: fix interface memory corruption
Felix Fietkau
2023-10-19
ubus: add array flag support for the hosts method
Felix Fietkau
2023-10-19
use hostname from SRV record to look up IP addresses
Felix Fietkau
2023-10-19
cache: dump hostname target from srv records
Felix Fietkau
2023-10-19
interface: use a global socket instead of per-interface ones
Felix Fietkau
2023-10-18
Fix AVL tree traversal in cache_record_find and cache_host_is_known
Martin Röder
2023-10-18
ubus: add a browse flag for suppressing cached ip addresses
Felix Fietkau
2023-10-18
cache: make record/hostname lookup case-insensitive
Felix Fietkau
2023-01-16
ubus: add the interface name to browse reply
John Crispin
2023-01-15
ubus: also allow dumping ipv4/6 as an array
John Crispin
2023-01-15
ubus: make it possible to return txt records as an array
John Crispin
2022-12-27
ubus: allow filtering by service when invoking the browse method
John Crispin
2021-06-30
reconnect: increase initial connect delay
John Crispin
2021-05-13
service: fix compilation with GCC 10
Stijn Tintel
2021-01-26
umdns: fix 64-bit time format string
Rosen Penev
2020-10-13
cache: cache_answer: fix off by one
Petr Štetiar
2020-10-13
cache: cache_record_find: fix buffer overflow
Petr Štetiar
2020-10-13
cmake: tests: provide umdns-san binary
Petr Štetiar
2020-10-13
tests: add dns_handle_packet_file tool
Petr Štetiar
2020-10-13
tests: add libFuzzer based fuzzing
Petr Štetiar
2020-10-13
cmake: create static library
Petr Štetiar
2020-10-13
interface: fix possible null pointer dereference
Petr Štetiar
2020-10-13
interface: fix value stored to 'fd' is never read
Petr Štetiar
2020-08-31
Add initial GitLab CI support
Petr Štetiar
2020-08-31
cmake: fix include dirs and libs lookup
Petr Štetiar
2020-07-19
service.c: fix build on gcc 10
Kevin Darbyshire-Bryant
2020-06-08
Fix advertised IPv6 addresses
David Woodhouse
2020-04-24
dns.c: fix input validation fix
Kevin Darbyshire-Bryant
2020-04-19
dns.c: improve input validation
Kevin Darbyshire-Bryant
2020-04-05
umdns: fix unused error
Polynomialdivision
2020-04-04
dns: explicitly endian-convert all fields in header and question
Paul Fertser
2018-01-02
umdnsd: Replace strerror(errno) with %m.
Rosen Penev
2017-09-28
Add debug output for service_timeout
Philipp Meier
2017-09-28
Remove incorrect comma in http service json config
Philipp Meier
2017-09-28
Remove ttl==255 restriction for queries
Philipp Meier
2017-05-22
Support specifying instance name in JSON file
Rafał Miłecki
[next]