- 06 Feb, 2017 2 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=67dc5d1ed30dc2500032be73dcdb214bd62c59d0
-
Alexander Alashkin authored
This reverts commit 1a17e17c462bdd4e1d26d8742f8b7087273e04c2. PUBLISHED_FROM=80028de308c9a021955d1425d2bfee8feb85f193
-
- 03 Feb, 2017 2 commits
-
-
Sergey Lyubka authored
Remove examples
-
Alexander Alashkin authored
-
- 02 Feb, 2017 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=cfd0018a5824c5ccac532558be86c17cda64ce50
-
- 01 Feb, 2017 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=ed6cf7fd63b6f80d5c37ab93899ecd09bac6102b
-
- 31 Jan, 2017 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=0bcb3e892e1ba2329aef5d17375fe4d3879dc666
-
- 30 Jan, 2017 5 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=7864ffa26cb553f5d4a93248f67c288327ec23b0
-
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 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=7c81ec28457cda3a503e4ab01fc8593e474df4b8
-
Alexander Alashkin authored
PUBLISHED_FROM=42997efb3ddc462c33d2cf7e8ef0e922797d9901
-