- 09 Jun, 2016 2 commits
-
-
rojer authored
SimpleLink sockets are suffciently different from BSD that all the ifdefs have become too messy to warrant a separate net_if implementation. As part of this we also implement proper async connect support. Added MG_F_SSL to identify SSL-enabled connections in a generic way, since SSL state can be different depending on the implementation. PUBLISHED_FROM=9cdb8c880b90683e4a26b972cf439d47d6f60917
-
rojer authored
SL requires cert and key to be separate files in DER format. Date verification is disabled for now. PUBLISHED_FROM=7d76150ed356140728a1e5fd82d8a0456347b7dc
-
- 07 Jun, 2016 1 commit
-
-
rojer authored
PUBLISHED_FROM=f8e052f1a256f671de133135901b509d39608a82
-
- 30 May, 2016 2 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=1562c629ce08004a5243a61eed79e1c3161f1268
-
Sergey Lyubka authored
PUBLISHED_FROM=9fb2260cd76ae30b51db02053f4d2debf4cdf900
-
- 28 May, 2016 4 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=309be4a56754250406dd48f1abd30b68776f5c7e
-
Sergey Lyubka authored
PUBLISHED_FROM=da22d5ea0aa366d7cb9bba838f8e173ae0178f5e
-
Sergey Lyubka authored
PUBLISHED_FROM=80e77fda1c358294f251ca77d3dd64e8ca9160e5
-
Dmitry Frank authored
`v7_mk_undefined()` and `v7_mk_null()` are left unchanged, but marked deprecated, and `V7_UNDEFINED` and `V7_NULL` are public now. Xtensa code size with instrumentation: 590400 -> 590432, i.e. 32 bytes. Xtensa code size without instrumentation: 530848 -> 531760, i.e. 912 bytes. As objdump reveals, inside v7.c, `v7_mk_number` and others are inlined, so the extra v7 argument is eliminated; outside of v7.c it's obviously not inlined. ---- Also, v7_get_int() is added, which currently just casts stored double value to int PUBLISHED_FROM=e984b7308faf2380b3de388f238e0fae0aea545d
-
- 16 May, 2016 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=f00b94cabc2a89d27d5bc78d68d67db0930811b4
-
- 15 May, 2016 2 commits
-
-
Dmitry Frank authored
It would be probably good idea to also remove tools/docgen.py and asciidoc.mk, but asciidoc.mk is still mentioned under `cloud/doc`, which may contain some useful info which we'll need at least to review before removing. PUBLISHED_FROM=faf454d4c52a2f07ea8ac084cf0bd11a0c9c9b3b
-
Marko Mikulicic authored
Until I read the doc and find how to limit the retention, otherwise it just eats all my ram and cpu and things start to fall apart. PUBLISHED_FROM=eb33fb44736f07b992270689217aca4af70513ff
-
- 03 May, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=69dc2fadfa0aad32290bd676331b57d0b5595c60
-
- 28 Apr, 2016 2 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=302ebfe7d711602e75c8db4bc843b0d52a382542
-
Alexander Alashkin authored
PUBLISHED_FROM=274bff744d9c3d12285f026d21c1c776946fae20
-
- 22 Apr, 2016 2 commits
-
-
Maxim Ignatenko authored
PUBLISHED_FROM=1ab69ecfbd03ad3eef82ef785474744e5b5b2e4d
-
Alexander Alashkin authored
PUBLISHED_FROM=688b64acb8c87e3cd78c79ee2b7667378d697cd8
-
- 19 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
In particular, there may be additional records which should not be copied PUBLISHED_FROM=6b348868cb62d7b3fc4df0e935ffd5a31a314a08
-
- 15 Apr, 2016 1 commit
-
-
Marko Mikulicic authored
Closes cesanta/smart.js#119 PUBLISHED_FROM=b912e99d457dbf21b3f8ccc6a51d0990cc3db833
-
- 13 Apr, 2016 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=197c9c874ea950aae8f3fd475d2a3ff836d0caab
-
- 12 Apr, 2016 2 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=192978ebdb0df77c32af8675118c0067f093c0e7
-
Marko Mikulicic authored
It conflicted with Workspace service PUBLISHED_FROM=bd891e246bfa4b8f47bcbc6c9f7e4401f5f6e052
-
- 11 Apr, 2016 2 commits
-
-
Deomid Ryabkov authored
Functions decl must follow comment to be correctly documented PUBLISHED_FROM=6ab035cda470c2c23240db4435abd8c241c71b0d
-
Dmitry Frank authored
Now it can talk to backend as well to the demo device: `LCD.AddLine`, `LED.Set`, `LED.Get`. PUBLISHED_FROM=40f493cdabe6ad23a6f26a4563366bebb5071529
-
- 08 Apr, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=db9afcafce26d2048b1a5ebc90bcd1c06f555ed8
-
- 05 Apr, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=d7b3e083c7a7d5095c8e61bb6183ae7e6e068858
-
- 01 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=23819ed308aeb8c1d6bdb08f5edd257df458ab38
-
- 22 Mar, 2016 1 commit
-
-
Dmitry Frank authored
This simplifies writing markdown docs (no need to specify relative path to images) PUBLISHED_FROM=039a563b2f7e6a2fbb2a9424ac5315b2496ca184
-
- 21 Mar, 2016 4 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=ebcd95607742a327cc0f453681f576982a8f027d
-
Dmitry Frank authored
PUBLISHED_FROM=cd50a664039b4a74cb7d4d08990f415912585f7d
-
Dmitry Frank authored
Comments in headers are changed a bit: removed adoc-specific stuff, markdown is used instead PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
-
Marko Mikulicic authored
This will allow to recreate the metadata after patching the FS. PUBLISHED_FROM=dae228bbf49d71f383e4dc52316cf98aba3914f5
-
- 08 Sep, 2015 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=12ccba10358075024a1195cd0b0c1ea132aae6a3
-
- 13 Jul, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 09 Apr, 2015 1 commit
-
-
Eugene Ossintsev authored
-
- 18 Mar, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 17 Mar, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 05 Mar, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 03 Mar, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 24 Feb, 2015 1 commit
-
-
Sergey Lyubka authored
-