- 17 Jan, 2017 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=e18f33e14f4c0e1cb004aa264dd64ca5a0056190
-
- 13 Jan, 2017 2 commits
-
-
Deomid Ryabkov authored
cesanta/esp-idf is rebased onto espressif/esp-idf#aece3d6fc62fd91d3c5a87e0ab2ddb5ac51d8ff0 A few wifi changes and VFS support for directory-related functions. PUBLISHED_FROM=7823db802945122aa1b5453da8abd8e380cbf2fa
-
Dmitry Frank authored
Now it also tries to find the included file relatively to the "parent" file. This is required for amalgamation of the frozen into mjs, since `frozen.c` includes `frozen.h` instead of `frozen/frozen.h`. PUBLISHED_FROM=8f670a1509a30cfdfb22e454b7851f4cf28fb98d
-
- 11 Jan, 2017 2 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=1f767c1383c1dcd366e667681aebd41c30a102f3
-
Alexander Alashkin authored
PUBLISHED_FROM=da389ddabf96918fd1bc022e0696dbb4542c71c1
-
- 10 Jan, 2017 2 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=fe7230811b7f12286c5ac6de1ef8fb068cd61145
-
Deomid Ryabkov authored
The list of cipher suites must be retained while the context is alive. PUBLISHED_FROM=a3a82e42c1214c54ae1a40fbc49bc26bca32c053
-
- 09 Jan, 2017 6 commits
-
-
Deomid Ryabkov authored
Optional specification of SSL/TLS cipher suites. PUBLISHED_FROM=e8968c6c7a92f10514d3ee575c2fb9be862e6cf8
-
Deomid Ryabkov authored
PUBLISHED_FROM=609ef3587e4293b0cdbf865cfc466bbb85233361
-
Deomid Ryabkov authored
These are not spammy and help debug issues with serving files PUBLISHED_FROM=84b0ee174314373d472678a14ca87f575fda6e14
-
Alexander Alashkin authored
PUBLISHED_FROM=13fe18cb6c92e5dd6d9e319c35e256e2b206a110
-
Alexander Alashkin authored
PUBLISHED_FROM=d4337a442a8f5728826eb109bdca41ca03a18d2a
-
Dmitry Frank authored
URLs like mongoose-iot.com are left intact PUBLISHED_FROM=b8502b163c26a2cb54598db57ba094333fe7cf54
-
- 23 Dec, 2016 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=0b6e19e41c12675a487cb61c4f6e0aaba0be0758
-
Deomid Ryabkov authored
PUBLISHED_FROM=336d6b28d6165ece75d25911058ffdd075a3c191
-
- 21 Dec, 2016 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=44bcbb87c326a4e05e96dc0b094fd9dd1a9d4276
-
Deomid Ryabkov authored
- LWIP UDP sockets are always writable and they are not reported as such by select() (bug? featuyre?). TCP sockets are ok. - Always deliver MG_EV_POLL, whether we have other fd_events or not. Otherwise MG_EV_POLL would not be delivered at all to perma-writable UDP sockets (as they are on LWIP). - Ignore EAGAIN/EWOULDBLOCK errors while connecting, this happens during SSL handshake. PUBLISHED_FROM=3b1ee0d2b0c672512da5c9d6141aba1112983426
-
- 20 Dec, 2016 2 commits
-
-
Deomid Ryabkov authored
Until issues with hardware I2C are resolved PUBLISHED_FROM=78bced9f18b5bfbf547de06f813bf98c82eea6ea
-
novlean authored
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=de4b9f3e9eeafa75bb8919abacd86fb23fdefc1b
-
- 14 Dec, 2016 2 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=3a22eb96ff011ef8327cd1b78b56a3af86ba2c84
-
Dmitry Frank authored
PUBLISHED_FROM=20c87885c8f778139d3df20507d6870070bcc787
-
- 13 Dec, 2016 4 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=7c81ec28457cda3a503e4ab01fc8593e474df4b8
-
Alexander Alashkin authored
PUBLISHED_FROM=42997efb3ddc462c33d2cf7e8ef0e922797d9901
-
Deomid Ryabkov authored
Factor out common part of SPIFFS libc interface support from the CC3200 port and reuse it for ESP32. Minor cleanups. PUBLISHED_FROM=19ad4049372f83046abd8eba29cfc7c2cc405671
-
Sergey Lyubka authored
PUBLISHED_FROM=41f43cb0e707259740de3346308f746c2a3778fd
-
- 12 Dec, 2016 1 commit
-
-
Dmitry Frank authored
This PR does not include `fw/platforms/pic32` since it's too dirty. PUBLISHED_FROM=db50ba389202da80355aafe5f2c1ceeca7bffe41
-
- 09 Dec, 2016 4 commits
-
-
Deomid Ryabkov authored
Fix errors so it builds. PUBLISHED_FROM=db9fc9ef997d6b1847117e8db9aefdc7e540f4cc
-
Dmitry Frank authored
PUBLISHED_FROM=00ca7b2adabde94a683ac4d33be1f2bdbb17772f
-
Dmitry Frank authored
Namely, define it if only `MG_ENABLE_HTTP_STREAMING_MULTIPART` and `MG_ENABLE_FILESYSTEM` are on PUBLISHED_FROM=3094738a4b76ceb09a3c2374e8d9d914b71c3441
-
Alexander Alashkin authored
PUBLISHED_FROM=2f6fb7ea5abdcd4ca9b06956172938ee3bc28459
-
- 08 Dec, 2016 3 commits
-
-
Dmitry Frank authored
And use it for `FW_ARCHITECTURE`. This is needed because with Microchip's xc32, `-DFOO=\"bar\"` results in `FOO` being `bar`, not `"bar"`, so we have to stringify differently. PUBLISHED_FROM=d0aeebb55ef9e0e92a7f750104cd6600e0d9c636
-
Alexander Alashkin authored
PUBLISHED_FROM=bd87b901b7c1c1a4f9b0f875f0b024b672121d4a
-
Alexander Alashkin authored
PUBLISHED_FROM=6abc158f198f5bd032e5ab06cc0ba3373434cdbe
-
- 07 Dec, 2016 2 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=4d86de7f73ef9d4c0f236e1fe1201e5de792f19f
-
Sergey Lyubka authored
PUBLISHED_FROM=fb856714ead67390dfd7ce9d208ae5ae19ce7c6d
-
- 02 Dec, 2016 2 commits
-
-
Dmitry Frank authored
On PIC32MZ, this is required to get `ntohl` and friends. PUBLISHED_FROM=82ab532cd3757df6f79215f3eaca90cd87f6c965
-
Alexander Alashkin authored
PUBLISHED_FROM=3c5859f06ab838bba7c95c4878c4e7e883329810
-
- 01 Dec, 2016 2 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=5b63325ade34b9032476fc88ac407816990f1cfc
-
Alexander Alashkin authored
PUBLISHED_FROM=ca0ae588290f133ef7640ca538847a63c0cb544b
-