- 06 Jul, 2016 1 commit
-
-
Lu ZhiHe authored
-
- 01 Jul, 2016 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=89b978c02be2f10eb930ff13673d45249fd67763
-
- 29 Jun, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=dbfcfa91ad85d6447726d0d7e9fe15709f4c4646
-
- 28 Jun, 2016 3 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=2dd69a5db6ca56215726b563e1551c683f21a768
-
Deomid Ryabkov authored
PUBLISHED_FROM=bdaeed6628ffb544e31d7fd59475f3a2e78c2967
-
Deomid Ryabkov authored
PUBLISHED_FROM=2daba7380508df24d909f922c5009286b4d8e7cf
-
- 27 Jun, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=3b4cbc497c4a0eee2d46f561c0717415ca85c242
-
- 24 Jun, 2016 1 commit
-
-
Deomid Ryabkov authored
Domain name verification feature was added in NWP service pack (reported version: 2.6.0.5). Older versions do not support it. There's not much we can do about it, so we just ignore the error. PUBLISHED_FROM=9495250de1945aae4f2bdf7dddcd7bf1248e24c2
-
- 22 Jun, 2016 2 commits
-
-
Deomid Ryabkov authored
Frees up ~19KB RAM: Before: Code size: 210616 RAM at startup: 48636 total, 34472 free RAM after sys init: 15024 free After: Code size: 195784 RAM at startup: 65096 total, 52980 free RAM after sys init: 34116 free PUBLISHED_FROM=32a9cb8fb6d75cf428bc3548dd5684ce6e52c508
-
Deomid Ryabkov authored
PUBLISHED_FROM=b4062780d22be37acdbecd86e5951245e2908ff8
-
- 20 Jun, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=7e5fc4da88069a6193d911660f522b43ed1a5d40
-
- 15 Jun, 2016 4 commits
-
-
rojer authored
PUBLISHED_FROM=9d4ab680fa672690735b827f56e135330f72beed
-
rojer authored
PUBLISHED_FROM=9d4ab680fa672690735b827f56e135330f72beed
-
rojer authored
PUBLISHED_FROM=171b25e15cad2c87eb40a8123fe8ea07e34c41f7
-
Sergey Lyubka authored
PUBLISHED_FROM=e6de3b3747a1cd79c3930c2640fadc8356ffed61
-
- 13 Jun, 2016 2 commits
-
-
rojer authored
/sys/mcuimg.bin is just another file on SLFS, no reason to give it special treatment. Preserve backward compatibility with old bundles: translate sys_mcuimg.bin -> /sys/mcuimg.bin PUBLISHED_FROM=be89a3d9785046f09279fef9e2bb6604eeaa576e
-
rojer authored
PUBLISHED_FROM=61b87fcee909241d5bdf2ba7407003c0c3cfbd72
-
- 10 Jun, 2016 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=3a14579dabba4088e54350945dc17fd6ebb0d700
-
- 09 Jun, 2016 3 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
PUBLISHED_FROM=faf0beb7545eb426c941fc366b6f87667723eb4c
-
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 4 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=274a19d6988002fb029e614bffea4083002324a1
-
rojer authored
PUBLISHED_FROM=f8e052f1a256f671de133135901b509d39608a82
-
rojer authored
PUBLISHED_FROM=db7254b5bf25961a700cbce954ef02d41b176500
-
rojer authored
Make restful_server and netcat examples compilation tests: - netcat doesn't use HTTP, compile it with MG_DISABLE_HTTP - restful_server doesn't use websocket, compile it with MG_DISABLE_HTTP_WEBSOCKET h/t @labourcier, cesanta/mongoose#665 PUBLISHED_FROM=4494ac3cbd81e8314beb557ab301b4b44c4afb89
-
- 02 Jun, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=996721b6d28ee25fcfcb514d716552c4afa238e1
-
- 31 May, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=cec68bab53fc81b4085b81fba0c52e0c42b09f0f
-
- 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
-
- 18 May, 2016 1 commit
-
-
Marko Mikulicic authored
PUBLISHED_FROM=be604dc6b3650c78daaa02ea4db8cd067069b5e1
-
- 16 May, 2016 3 commits
-
-
Deomid Ryabkov authored
* Add TI compiler * Remove cc3200prog, we don't use it * Update to Xenial (new Ubuntu stable release). It has ARM toolchain in the repos too, which is nice (no more PPA). PUBLISHED_FROM=57d6650b438c5665023346abefbc953263e3f87b
-
Deomid Ryabkov authored
cesanta/mongoose#573 PUBLISHED_FROM=687722f0dbc3c49e6691e01e0d0b1ab2d181bd2f
-
Sergey Lyubka authored
PUBLISHED_FROM=f00b94cabc2a89d27d5bc78d68d67db0930811b4
-
- 15 May, 2016 3 commits
-
-
Deomid Ryabkov authored
cesanta/mongoose#653 PUBLISHED_FROM=a676dbce6d04b78ca316a4601e9cbb676ecc88d2
-
Dmitry Frank authored
We wanted to avoid `to` since it implies some kind of conversion, but these functions merely return underlying C entity. Public API changes: - `v7_to_number()` -> `v7_get_double()` - `v7_to_boolean()` -> `v7_get_bool()` - `v7_to_cstring()` -> `v7_get_cstring()` - `v7_get_string_data()` -> `v7_get_string()` - `v7_to_foreign()` -> `v7_get_ptr()` Private API changes: - `v7_to_pointer()` -> `get_ptr()` - `v7_to_generic_object()` -> `get_generic_object_struct()` - `v7_to_object()` -> `get_object_struct()` - `to_js_function()` -> `get_js_function_struct()` - `to_cfunction()` -> `get_cfunction_ptr()` PUBLISHED_FROM=036ac18d442c1128106292ad3e7a818b177eec6a
-
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
-