Dirk Ziegelmeier
|
fb62e9350f
|
Fix wrong sizeof() and remove superfluous NULL pointer check in MDNS
|
2016-08-29 19:15:22 +02:00 |
|
Dirk Ziegelmeier
|
d9b0236525
|
Fix MDNS did not allocate TX packets from RAM but from POOL
|
2016-08-24 08:04:04 +02:00 |
|
goldsimon
|
ebd1bf8a49
|
fixed typo :-(
|
2016-08-19 11:03:09 +02:00 |
|
goldsimon
|
4a7dafc6a6
|
fixed compiling mdns.c after moving things to mdns_priv.h
|
2016-08-19 11:02:37 +02:00 |
|
goldsimon
|
96c3c48ba7
|
mdns: moved private things into mdns_priv.h
|
2016-08-19 09:52:30 +02:00 |
|
goldsimon
|
14fb48cd7a
|
minor: whitespace cleanups
|
2016-08-19 09:41:34 +02:00 |
|
Dirk Ziegelmeier
|
a262a2f252
|
MDNS: Add callback to be called manually when IP has changed to announce new IP
|
2016-08-18 10:59:08 +02:00 |
|
Dirk Ziegelmeier
|
c8c804140d
|
Fix possible NULL pointer dereference in mdns.c introduced in my last commit
|
2016-08-17 21:00:59 +02:00 |
|
Dirk Ziegelmeier
|
ee815e4e7a
|
Finish porting MDNS to new netif client data API
|
2016-08-17 20:09:28 +02:00 |
|
Dirk Ziegelmeier
|
c28fb298b7
|
Introduce an API to store arbitrary data pointers in struct netif
Let MDNS to use the new API
TODO: AutoIP, DHCP
|
2016-08-17 16:37:15 +02:00 |
|
Dirk Ziegelmeier
|
2a90f33757
|
MDNS responder: two functions can take struct mdns_host instead of netif as argument
|
2016-08-17 12:32:33 +02:00 |
|
Dirk Ziegelmeier
|
efb7b3d5f8
|
Rename LWIP_MDNS to LWIP_MDNS_RESPONDER
|
2016-08-17 12:07:38 +02:00 |
|
Dirk Ziegelmeier
|
fec657bb38
|
MDNS: Substitute a few strlens by sizeof()
|
2016-08-16 09:33:53 +02:00 |
|
Dirk Ziegelmeier
|
858287fc3a
|
MDNS: Fix several MSVC warnings
|
2016-08-16 08:33:16 +02:00 |
|
Dirk Ziegelmeier
|
ab72ed8517
|
Fix options #include in mdns code
|
2016-08-16 08:22:41 +02:00 |
|
Dirk Ziegelmeier
|
482a4d2ce9
|
MDNS: Correct setting TTL when IGMP is not enabled
|
2016-08-16 08:09:19 +02:00 |
|
Dirk Ziegelmeier
|
39ac8e2c57
|
Remove some MDNS functions from documentation, they are only visible for unit tests
|
2016-08-14 17:08:39 +02:00 |
|
Dirk Ziegelmeier
|
52449e12c0
|
Forgot to save before committing...
|
2016-08-14 16:56:34 +02:00 |
|
Dirk Ziegelmeier
|
2335c1a73c
|
Port MDNS to new dual-stack API
|
2016-08-14 16:47:45 +02:00 |
|
Dirk Ziegelmeier
|
ebe0e6f98d
|
Some documentation cosmetics in mdns.c
|
2016-08-14 15:42:22 +02:00 |
|
Dirk Ziegelmeier
|
a2894ede1c
|
MDNS: make a few arguments const where suitable
|
2016-08-14 15:31:49 +02:00 |
|
Dirk Ziegelmeier
|
306113c8c3
|
Add MDNS to doxygen docs
|
2016-08-14 15:22:05 +02:00 |
|
Erik Ekman
|
4919932c49
|
Apply patch #8755: Multicast DNS responder support from Erik Ekman
|
2016-08-14 15:07:45 +02:00 |
|