nodemcu-firmware/app/libc
Philip Gladstone 3a5e5f10e2 Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast
Merging as suggested by @TerryE (and squashing at the same time. Turns out that this feature is enabled for this repo).

* Squashed commit of the following:

commit f985f10d9d2ee035f5a6ee6245c60d9904d98cc1
Author: philip <philip@gladstonefamily.net>
Date:   Sun Mar 27 21:52:46 2016 -0400

    Better mdns code

commit 6ee49ee106
Author: philip <philip@gladstonefamily.net>
Date:   Fri Mar 25 23:25:11 2016 -0400

    Update the docs

commit 7e455541c6
Author: philip <philip@gladstonefamily.net>
Date:   Thu Mar 24 21:58:16 2016 -0400

    Add retries and buffer checking to mdns

    Get the length right

    Now it seems to work

* Might work for combined mode

* Fix crash

* Simplified various bits of code. Changed the LUA interface

Added checking (to some degree) incoming quyery types

Move the defaults to the right place

Added reference to the RFC`
2016-04-03 14:10:52 -04:00
..
Makefile Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
c_ctype.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
c_ctype.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
c_errno.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
c_fcntl.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
c_limits.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
c_locale.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
c_math.c Optimization of floating point Memory usage again. 2015-02-11 00:39:03 +08:00
c_math.h Try to ENABLE floating point, lack %g support. 2015-01-26 04:15:54 +08:00
c_signal.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
c_stdarg.h replace custom stdarg.h header file with the one in toolchain 2014-12-26 21:24:28 +08:00
c_stddef.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
c_stdint.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
c_stdio.c Corrected sprintf() prototype & behaviour. 2016-01-28 17:56:01 +11:00
c_stdio.h Modified wifi module 2016-03-31 19:01:41 -07:00
c_stdlib.c Minor tweaks to luac.cross for SDK 1.4 support 2015-11-03 22:45:43 +00:00
c_stdlib.h enable -std=gnu11 for lua dir 2016-01-24 00:02:27 +01:00
c_string.c Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast 2016-04-03 14:10:52 -04:00
c_string.h Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast 2016-04-03 14:10:52 -04:00