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
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
2017-05-12
Support PTR queries for a specific service
Rafał Miłecki
2017-05-12
Allow filtering with instance name in service_reply
Rafał Miłecki
2017-05-12
Store instance name in the struct service
Rafał Miłecki
2017-05-12
Rename service_name function to the service_instance_name
Rafał Miłecki
2017-05-12
Rename mdns_hostname variable to the umdns_host_label
Rafał Miłecki
2017-03-21
Fix sending unicast questions on cache expire
Rafał Miłecki
2017-03-21
Keep source sockaddr for every cached DNS record
Rafał Miłecki
2017-03-20
Fix code freeing cached non-A(AAA) records too early
Rafał Miłecki
2017-03-20
Fix replying to "QU" questions received on unicast interface
Rafał Miłecki
2017-03-20
Fix reading port of incoming packets
Rafał Miłecki
2017-03-20
Use MCAST_PORT define for port 5353
Rafał Miłecki
2017-03-20
Use one define for DNS-Based Service Discovery service name
Rafał Miłecki
2017-03-20
Drop entries cached for interface we're going to delete
Rafał Miłecki
2017-03-20
Fix comment typo in cache_gc_timer
Rafał Miłecki
2017-03-20
Fix refreshing cached A(AAA) records that expire
Rafał Miłecki
2017-03-14
Don't cache hosts as services
Rafał Miłecki
2017-03-14
Refresh DNS records A and AAAA directly
Rafał Miłecki
2017-03-14
Access cached records (instead of services) to read list of hosts
Rafał Miłecki
2017-03-10
Cancel (re)connect timer when deleting interface
Rafał Miłecki
2017-03-10
Drop unneeded code to simplify getting hosts over ubus
Rafał Miłecki
[next]