- 30 Jan, 2017 4 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=c754e6961fc197d3057740169f55025b305b6936
-
Alexander Alashkin authored
PUBLISHED_FROM=7a67a67d2f0007e241e4ccb57bc24a43ba20bfde
-
Alexander Alashkin authored
PUBLISHED_FROM=85768c0d2536d9c31885a5127710b9756e3229a3
-
Deomid Ryabkov authored
PUBLISHED_FROM=570530179da327f8bb156bbbd7c557014c1630c1
-
- 26 Jan, 2017 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=ed0ac4133342c733977e7884a6bbadab7ee74127
-
- 25 Jan, 2017 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=6724de19c28f972a785b0d5e7dd4b41889e04850
-
- 24 Jan, 2017 1 commit
-
-
Deomid Ryabkov authored
Fixed a bunch of things to make OTA work on ESP32 with flash encryption: writes to app aprtitions must be 32-byte aligned and mod 32 in size. When merging filesystems during update, use spiffs_vfs_* functions so that old fs is properly decrypted. Refactored cs_dirent stuff: SPIFFS support moved to spiffs_vfs.c, added dirent.h on ESP8266 and CC3200 which includes cs_dirent.h Define DIR and dirent only if asked (ESP8266, CC3200, WIN32). PUBLISHED_FROM=58b0d05cdc41b1a9e02d341e2a1cdcb012829232
-
- 18 Jan, 2017 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=b22a136bc630b7cf4a62fd9d91b85e0e939a7f82
-
- 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 1 commit
-
-
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
-