- 15 Jan, 2018 1 commit
-
-
Deomid Ryabkov authored
h/t @kzyapkov PUBLISHED_FROM=d15a5a0057f69f2f755af6436e676b1b179d069d
-
- 12 Jan, 2018 1 commit
-
-
Deomid Ryabkov authored
AWS MQTT connection works Also fixes https://github.com/mongoose-os-libs/ethernet/issues/1 (because why not). PUBLISHED_FROM=7b0fa8894f2127335d075f2a97fcd37b932006b2
-
- 04 Jan, 2018 1 commit
-
-
Deomid Ryabkov authored
Standardize common packages in build images, to make better use of Docker image cache. PUBLISHED_FROM=a080e83cf5dd80feaf7960147dee36413244a92c
-
- 02 Jan, 2018 1 commit
-
-
Dmitry Frank authored
PUBLISHED_FROM=63cc7ed8c3378bebf209d3620efb09d73675370c
-
- 29 Dec, 2017 2 commits
-
-
Dmitry Frank authored
PUBLISHED_FROM=028d6f56ec1cc15484c995335f00d087b590faef
-
Dmitry Frank authored
PUBLISHED_FROM=08eee4052dd9bbc364875a577409cb78665dee30
-
- 28 Dec, 2017 1 commit
-
-
Dmitry Frank authored
PUBLISHED_FROM=470ff0f484bff3e4478651f0b64cc160bba8ebfc
-
- 17 Dec, 2017 1 commit
-
-
Dmitry Frank authored
PUBLISHED_FROM=de02f5cc6a9d854e92cf674e5382f793709da831
-
- 16 Dec, 2017 1 commit
-
-
Dmitry Frank authored
PUBLISHED_FROM=72f0892ecfba5b1c3c2a70f0ecd5715578d7ffce
-
- 14 Dec, 2017 2 commits
-
-
Dmitry Frank authored
PUBLISHED_FROM=0a321ace3753a518e299b795fb7a4eed19708bb6
-
Бобби authored
PUBLISHED_FROM=cd059adee921dd10fd89100b0e2500ff8d7743eb
-
- 04 Dec, 2017 1 commit
-
-
Dmitry Frank authored
PUBLISHED_FROM=3b75fd8247ba9028e0ef0c3e211e7c1a80013951
-
- 02 Dec, 2017 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=971951e1eeb82078b986cd6e25e52cfc1ccef286
-
- 28 Nov, 2017 3 commits
-
-
Dmitry Frank authored
PUBLISHED_FROM=2c176091ffb6c7c5cfe8ea4f05b6109e00b33383
-
Sergey Lyubka authored
PUBLISHED_FROM=e5b829d93ecf946e5bdbbf33132be7068ffe0dd2
-
Dmitry Frank authored
PUBLISHED_FROM=1bfc6e332f56b68eb6155bb729a97a0d8d5a316c
-
- 24 Nov, 2017 1 commit
-
-
Deomid Ryabkov authored
To avoid name clashes. PUBLISHED_FROM=e6ae32ec48f9b599eace7a9214a1863cdc185fd9
-
- 23 Nov, 2017 2 commits
-
-
Бобби authored
PUBLISHED_FROM=b85fe1ee1e7bae4528c1240d8531c410728d0709
-
Deomid Ryabkov authored
2.0 redefined LWIP_VERSION in a way that is no longer compatible with use by preprocessor (boo). also, tcp_pcb.acked is gone, but we only use it for debug, so it doesn't matter. PUBLISHED_FROM=776f90a08bd5024fa8a61dae257af6c60ec6710d
-
- 21 Nov, 2017 1 commit
-
-
Deomid Ryabkov authored
ECDHE is way too slow on ESP8266 w/o cryptochip, this sometimes results in WiFi STA deauths. Disable DHE completely because it's just hopelessly slow. PUBLISHED_FROM=d9c8e95b7d5c992f9e127726c569f187b1e0b453
-
- 09 Nov, 2017 1 commit
-
-
Бобби authored
PUBLISHED_FROM=5bee629477514370f9b670771e786c4f4ddae934
-
- 08 Nov, 2017 1 commit
-
-
Бобби authored
PUBLISHED_FROM=7cde8b374d5e318b5cdd69fc5b4de86b2a9552f5
-
- 31 Oct, 2017 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=c61fa89018f8cef4f798e094acff8d36c72869f2
-
- 30 Oct, 2017 2 commits
-
-
Deomid Ryabkov authored
Make sure topic is properly NUL-terminated. Ignore SUBSCRIBE requests with no topic expressions. PUBLISHED_FROM=a00f39dda44fe63299e971a91a98f8ee57dd2a64
-
Deomid Ryabkov authored
NULL out cgi_nc->user_data so it doesn't touch nc anymore. PUBLISHED_FROM=de2f76981c377d8951fb8e18e8b3d41dbfcf38b1
-
- 24 Oct, 2017 1 commit
-
-
Deomid Ryabkov authored
Must set SSL parameters before invoking sl_Listen PUBLISHED_FROM=9147e7aa945f75e73d5c7cd7987cb5749025a86b
-
- 21 Oct, 2017 1 commit
-
-
Deomid Ryabkov authored
ev_timer_time may remain the same for legit reason, so to prevent looping, instead, reset it before invoking the handler. To let user know what the initial setting was, pass it as the argument instead of current time (which is kind of pointless). PUBLISHED_FROM=fa328009f097f9b49b5b0dd13a38ee6d6e6518de
-
- 19 Oct, 2017 4 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=2cb4449d2f36d59db2b0dc37c46b35de6a461810
-
Sergey Lyubka authored
PUBLISHED_FROM=92f43c7b0a705ff40c4aea07f2ee0627f8e0e4a1
-
Бобби authored
PUBLISHED_FROM=d17e96a97e1621e9788844bcd627c3143d37315c
-
Deomid Ryabkov authored
PUBLISHED_FROM=5202fa46a6a834bde35168ba566d3dce7c48f453
-
- 18 Oct, 2017 2 commits
- 16 Oct, 2017 1 commit
-
-
- 11 Oct, 2017 1 commit
-
-
Dmitry Frank authored
Now apps should use getters and setters instead of accessing struct fields directly, e.g. instead of `get_cfg()->update.timeout` it should be `mgos_sys_config_get_update_timeout()` to get the current value, and `mgos_sys_config_set_update_timeout(123)` to update the value. For now, the config structs are public, but they will be made private soon, so use accessors to keep your code working. PUBLISHED_FROM=f7d582421a8d7e4d1ed50a280f2670d8b62f8d45
-
- 14 Sep, 2017 2 commits
-
-
Deomid Ryabkov authored
Mongoose would report consumed bytes twice if mg_call is invoked recursively (e.g. proto_handler uses mg_call to invoke user's handler). Reporting twice as much recved as was delivered effectively disables LwIP's TCP throttling and causes buffers to grow too big. PUBLISHED_FROM=4ad5cd5db4dd54623bd6de2d50d32ddcc9e2b08a
-
Deomid Ryabkov authored
PUBLISHED_FROM=a34cfa3ebc12daf75d7f24c8d3f3707dcc33d9a2
-
- 13 Sep, 2017 3 commits
-
-
Deomid Ryabkov authored
Mongoose 6.9
-
Deomid Ryabkov authored
PUBLISHED_FROM=9e9047060b688291655ed227d19b7937fa9a147d
-
Sergey Lyubka authored
Mongoose 6.8
-