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-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
2017-03-09
Drop unneeded casting of "entry" from struct cache_service
Rafał Miłecki
2017-02-15
Set errno when refusing to send packet in interface_send_packet
Rafał Miłecki
2017-02-15
Fix error messages when sending packet fails
Rafał Miłecki
2017-02-15
Send A in response to service discovery
Rafał Miłecki
2017-02-15
Use A(AAA) when querying for domain on cache expire
Rafał Miłecki
2017-02-15
Don't try sending unicast responses with multicast address
Rafał Miłecki
2017-02-15
Use unicast IP address when sending unicast service reply
Rafał Miłecki
2017-02-15
Prepare support for sending unicast DNS answers
Rafał Miłecki
2017-02-15
Print error if parsing service JSON fails
Rafał Miłecki
2017-02-14
Set TTL to 255 for outgoing IPv4 unicast packets
Rafał Miłecki
2017-02-14
Fix sending replies to PTR questions
Rafał Miłecki
2017-02-14
Add helper for checking if cached entry is for a host
Rafał Miłecki
2017-02-14
Drop declaration of non-existing cache_lookup_name function
Rafał Miłecki
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
[next]