summaryrefslogtreecommitdiff
path: root/src/apps/mdns
AgeCommit message (Expand)Author
2018-07-03mdns: add config option to use netif ext callbackSimon Goldschmidt
2018-06-28mdns: implement random time for initial probingSimon Goldschmidt
2018-06-28mdns: add 2 RFC constantsSimon Goldschmidt
2018-06-28mdns: minor coding style cleanupSimon Goldschmidt
2018-06-28mdns: fix implicit cast warnings (size_t to u8_t)Simon Goldschmidt
2018-06-28mdns: use an u8_t instead of an enum for mdns_hos::probing_stateSimon Goldschmidt
2018-06-28mdns: add defines for mdns_name_result_cb_t result parameterSimon Goldschmidt
2018-06-28MDNS send probes to verify domain before useJens Nielsen
2018-02-08netif: ext_callback: make LWIP_NSC_ defines, not an enum; fix mdns accordinglygoldsimon
2018-02-08Revert "MDNS send probes to verify domain before use"goldsimon
2018-02-08Revert "netif: ext_callback: make LWIP_NSC_ defines, not an enum; fix mdns ac...goldsimon
2018-02-07netif: ext_callback: make LWIP_NSC_ defines, not an enum; fix mdns accordinglygoldsimon
2018-02-02MDNS send probes to verify domain before useJens Nielsen
2018-01-26mdns: clarify usage of ip_addr_cmp_zoneless()goldsimon
2018-01-12Work on task #14780: Add debug helper asserts to ensure threading/locking req...Dirk Ziegelmeier
2018-01-03Revert "Apply patch #9523: MDNS responder should reply after a random timeout"Dirk Ziegelmeier
2018-01-03Revert "Fix build warnings in mdns.c introduced in my last commit"Dirk Ziegelmeier
2018-01-03Fix build warnings in mdns.c introduced in my last commitDirk Ziegelmeier
2018-01-02Apply patch #9523: MDNS responder should reply after a random timeoutDirk Ziegelmeier
2018-01-02mdns: Fix multicast destination check for IPv6Erik Ekman
2018-01-02Work on bug #52770: mdns: move the announcements to a timer callbackDirk Ziegelmeier
2017-12-30Apply modified version of bug #52747: mdns resp: separate the announce functi...Dirk Ziegelmeier
2017-12-30mdns: guard against there being no ip4 address.Our Air Quality
2017-12-18Fix compiling mdns.c after last change (mixed code and declarations)goldsimon
2017-12-17mdns: silence some unused variable warnings.Our Air Quality
2017-09-17Reformat mdns.c using astylercDirk Ziegelmeier
2017-08-08Move several port number #defines to iana.hDirk Ziegelmeier
2017-07-18Correct a few uses of sizeof(ip6_addr_t) to sizeof(ip6_addr_p_t)Our Air Quality
2017-05-12Fix mdns_resp_del_servicegoldsimon
2017-05-12mdns: added support for removing service in mdns responderDavid Girault
2017-04-05Patch #9307: Replace mem_malloc+memset with mem_callocJoel Cunningham
2017-03-11mdns_domain_add_label_base should be staticDirk Ziegelmeier
2017-03-10mdns: minor(?) stack usage and performance improvement by letting mdns_readna...goldsimon
2017-02-15MDNS: Fix accessing wrong union member in netif ext callbackDirk Ziegelmeier
2017-02-15Third draft of task #14283: Add more detailed status callbackDirk Ziegelmeier
2017-02-14MDNS: Use new netif callback, now does not need mdns_resp_netif_settings_chan...Dirk Ziegelmeier
2016-12-19more LWIP_NOASSERT fixesgoldsimon
2016-12-09mdns.c: use group initializer constants from prot/dns.hgoldsimon
2016-12-09Revert "mdns.c: use constants from dns.h/.c"goldsimon
2016-12-09mdns.c: use constants from dns.h/.cgoldsimon
2016-12-08Try to remove #include <stdlib.h> from many files. Does not seem necessary an...Dirk Ziegelmeier
2016-11-30mdns: Fix assertion message in mdns_resp_add_service_txtitem()Axel Lin
2016-11-16mdns: Use strlen to determine string length of strings contained in a struct ...Dirk Ziegelmeier
2016-11-10Update email addressErik Ekman
2016-10-11mdns: Use netif_get/set_client_data helpersErik Ekman
2016-10-09Make lwIP compile with clang -Wdocumentation -> several documentation fixesDirk Ziegelmeier
2016-10-06Cleanup hton*/ntoh* function handling and platform abstractionDirk Ziegelmeier
2016-10-05mdns: Use NETIF_TO_HOST at appropriate placesAxel Lin
2016-09-29Substitute custom itoa implementation mdns by lwip_itoa() and strlen() callDirk Ziegelmeier
2016-09-28Cleanup handling of non-standard functions in lwIPDirk Ziegelmeier