index
:
mesalab_git/zhangyang/lwip.git
dev_zy
master
Repository for zhangyang/lwip
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
apps
/
mdns
Age
Commit message (
Expand
)
Author
2018-07-03
mdns: add config option to use netif ext callback
Simon Goldschmidt
2018-06-28
mdns: implement random time for initial probing
Simon Goldschmidt
2018-06-28
mdns: add 2 RFC constants
Simon Goldschmidt
2018-06-28
mdns: minor coding style cleanup
Simon Goldschmidt
2018-06-28
mdns: fix implicit cast warnings (size_t to u8_t)
Simon Goldschmidt
2018-06-28
mdns: use an u8_t instead of an enum for mdns_hos::probing_state
Simon Goldschmidt
2018-06-28
mdns: add defines for mdns_name_result_cb_t result parameter
Simon Goldschmidt
2018-06-28
MDNS send probes to verify domain before use
Jens Nielsen
2018-02-08
netif: ext_callback: make LWIP_NSC_ defines, not an enum; fix mdns accordingly
goldsimon
2018-02-08
Revert "MDNS send probes to verify domain before use"
goldsimon
2018-02-08
Revert "netif: ext_callback: make LWIP_NSC_ defines, not an enum; fix mdns ac...
goldsimon
2018-02-07
netif: ext_callback: make LWIP_NSC_ defines, not an enum; fix mdns accordingly
goldsimon
2018-02-02
MDNS send probes to verify domain before use
Jens Nielsen
2018-01-26
mdns: clarify usage of ip_addr_cmp_zoneless()
goldsimon
2018-01-12
Work on task #14780: Add debug helper asserts to ensure threading/locking req...
Dirk Ziegelmeier
2018-01-03
Revert "Apply patch #9523: MDNS responder should reply after a random timeout"
Dirk Ziegelmeier
2018-01-03
Revert "Fix build warnings in mdns.c introduced in my last commit"
Dirk Ziegelmeier
2018-01-03
Fix build warnings in mdns.c introduced in my last commit
Dirk Ziegelmeier
2018-01-02
Apply patch #9523: MDNS responder should reply after a random timeout
Dirk Ziegelmeier
2018-01-02
mdns: Fix multicast destination check for IPv6
Erik Ekman
2018-01-02
Work on bug #52770: mdns: move the announcements to a timer callback
Dirk Ziegelmeier
2017-12-30
Apply modified version of bug #52747: mdns resp: separate the announce functi...
Dirk Ziegelmeier
2017-12-30
mdns: guard against there being no ip4 address.
Our Air Quality
2017-12-18
Fix compiling mdns.c after last change (mixed code and declarations)
goldsimon
2017-12-17
mdns: silence some unused variable warnings.
Our Air Quality
2017-09-17
Reformat mdns.c using astylerc
Dirk Ziegelmeier
2017-08-08
Move several port number #defines to iana.h
Dirk Ziegelmeier
2017-07-18
Correct a few uses of sizeof(ip6_addr_t) to sizeof(ip6_addr_p_t)
Our Air Quality
2017-05-12
Fix mdns_resp_del_service
goldsimon
2017-05-12
mdns: added support for removing service in mdns responder
David Girault
2017-04-05
Patch #9307: Replace mem_malloc+memset with mem_calloc
Joel Cunningham
2017-03-11
mdns_domain_add_label_base should be static
Dirk Ziegelmeier
2017-03-10
mdns: minor(?) stack usage and performance improvement by letting mdns_readna...
goldsimon
2017-02-15
MDNS: Fix accessing wrong union member in netif ext callback
Dirk Ziegelmeier
2017-02-15
Third draft of task #14283: Add more detailed status callback
Dirk Ziegelmeier
2017-02-14
MDNS: Use new netif callback, now does not need mdns_resp_netif_settings_chan...
Dirk Ziegelmeier
2016-12-19
more LWIP_NOASSERT fixes
goldsimon
2016-12-09
mdns.c: use group initializer constants from prot/dns.h
goldsimon
2016-12-09
Revert "mdns.c: use constants from dns.h/.c"
goldsimon
2016-12-09
mdns.c: use constants from dns.h/.c
goldsimon
2016-12-08
Try to remove #include <stdlib.h> from many files. Does not seem necessary an...
Dirk Ziegelmeier
2016-11-30
mdns: Fix assertion message in mdns_resp_add_service_txtitem()
Axel Lin
2016-11-16
mdns: Use strlen to determine string length of strings contained in a struct ...
Dirk Ziegelmeier
2016-11-10
Update email address
Erik Ekman
2016-10-11
mdns: Use netif_get/set_client_data helpers
Erik Ekman
2016-10-09
Make lwIP compile with clang -Wdocumentation -> several documentation fixes
Dirk Ziegelmeier
2016-10-06
Cleanup hton*/ntoh* function handling and platform abstraction
Dirk Ziegelmeier
2016-10-05
mdns: Use NETIF_TO_HOST at appropriate places
Axel Lin
2016-09-29
Substitute custom itoa implementation mdns by lwip_itoa() and strlen() call
Dirk Ziegelmeier
2016-09-28
Cleanup handling of non-standard functions in lwIP
Dirk Ziegelmeier
[next]