- 12 Jul, 2016 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=d151a5a0bf34b135a7a2c879f5a6bd5676af275a
-
Deomid Ryabkov authored
PUBLISHED_FROM=7264edfb3b8e4e37f15f2993f479dfe0a9550b1d
-
- 11 Jul, 2016 1 commit
-
-
Deomid Ryabkov authored
Newlib implements rename as _link and _unlink, not _rename. There is no _link on either SLFS or SPIFFS, so override rename directly. PUBLISHED_FROM=ebb54664f8a3c8664ecab1fac021bef286a0e230
-
- 08 Jul, 2016 1 commit
-
-
rojer authored
!): Fix for compile error in Android.
-
- 07 Jul, 2016 1 commit
-
-
Deomid Ryabkov authored
Remember sorting settings in url fragment, reverse order on repeated header click. PUBLISHED_FROM=faa033eddc86d0aafc12a86aea4145646ea2c89c
-
- 06 Jul, 2016 5 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=0e6a1c1a2356c1e12580e498c64ba7be367f601c
-
Deomid Ryabkov authored
SimpleLink restart invalidates all sockets. Listeners are restarted, outgoing connections are closed. PUBLISHED_FROM=15567dfb822bffbd44d39ba0e69a7ac64fd7a1c8
-
Deomid Ryabkov authored
cesanta/mongoose#677 PUBLISHED_FROM=4b62bdefac08fa3bedf511dc4d6f7463af3325fc
-
Sergey Lyubka authored
PUBLISHED_FROM=1599cf1d06c8f177918cbcf574c28c9e93d56d39
-
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 2 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=309be4a56754250406dd48f1abd30b68776f5c7e
-
Sergey Lyubka authored
PUBLISHED_FROM=da22d5ea0aa366d7cb9bba838f8e173ae0178f5e
-