- 30 Sep, 2019 3 commits
-
-
Sergey Lyubka authored
Fix ASAN build for examples/cookie_auth
-
Sergey Lyubka authored
-
Sergey authored
-
- 12 Jul, 2019 2 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=50f0cafa84cd06428f0da376d85766dcf62af9da
-
Sergey Lyubka authored
PUBLISHED_FROM=6fa0be81ce429b8db9e3ed572cb4a876b6fb2693
-
- 26 Jun, 2019 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=18d9d1e6411db84788c527d1c34ad2adc846df00
-
- 13 Jun, 2019 5 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
PUBLISHED_FROM=69f3a5f14d4ebce0fb89728fc345f90f1e7b1700
-
Sergey Lyubka authored
-
Sergey Lyubka authored
PUBLISHED_FROM=3306592896298597fff5269634df0c1a1555113b
-
https://github.com/cesanta/mongoose/issues/1008Sergey Lyubka authored
PUBLISHED_FROM=1b7bf2d7318568851e6c8f07451cd3982d9498b6
-
- 24 May, 2019 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=b0df728a75073c6ea9fc1984bb6a6b463f539347
-
- 08 May, 2019 1 commit
-
-
Liviu authored
The ASAN build fails with ``` cookie_auth.c:62:7: error: variable 'ret' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized] if (cookie_header == NULL) goto clean; ^~~~~~~~~~~~~~~~~~~~~ cookie_auth.c:84:10: note: uninitialized use occurs here return ret; ^~~ cookie_auth.c:62:3: note: remove the 'if' if its condition is always false if (cookie_header == NULL) goto clean; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cookie_auth.c:65:3: note: variable 'ret' is declared here struct session *ret = NULL; ^ cookie_auth.c:62:7: error: variable 'ssid' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized] if (cookie_header == NULL) goto clean; ^~~~~~~~~~~~~~~~~~~~~ cookie_auth.c:81:7: note: uninitialized use occurs here if (ssid != ssid_buf) { ^~~~ cookie_auth.c:62:3: note: remove the 'if' if its condition is always false if (cookie_header == NULL) goto clean; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cookie_auth.c:64:3: note: variable 'ssid' is declared here char *ssid = ssid_buf; ^ 2 errors generated. ```
-
- 03 May, 2019 1 commit
-
-
Deomid Ryabkov authored
CL: none PUBLISHED_FROM=a1320658181aa19cd1a269d7ae62e11b3439ef84
-
- 02 May, 2019 1 commit
-
-
Deomid Ryabkov authored
Moved to https://github.com/mongoose-os/mos PUBLISHED_FROM=8a0475678dba38fd6e057b8a530e9d08054ff74f
-
- 29 Apr, 2019 1 commit
-
-
novlean authored
PUBLISHED_FROM=784159d816e78f18fbfa6826f18bdea7d88dccbb
-
- 24 Apr, 2019 2 commits
-
-
Deomid Ryabkov authored
CL: none PUBLISHED_FROM=4d5d68f92d6c082b5b0c25ed8935fc097939001f
-
Deomid Ryabkov authored
CL: none PUBLISHED_FROM=49d4f4a3c83520fd6ec9714b74333f75f3a2aa1c
-
- 23 Apr, 2019 1 commit
-
-
Deomid Ryabkov authored
Was not being enabled when it should have been. CL: Fix locking in lwip net_if PUBLISHED_FROM=4810e73417c7599f0ea08a09812ed320d02f7cae
-
- 15 Apr, 2019 1 commit
-
-
Deomid Ryabkov authored
tcpip_callback doesn't wait for the callback to run (as was previosuly assumed). CL: mg_net_if_lwip: Fix invoking callbacks on tcpip thread PUBLISHED_FROM=930c45f1346f9c3b024e5e684f4a452c762db92b
-
- 10 Apr, 2019 1 commit
-
-
Deomid Ryabkov authored
* ARM * Provide MSP and PSP * Provide FreeRTOS task info * Profide target specification XML (extra regs and FPU / no FPU Cortex cores) * ESP32 * Use uxTaskGetSystemState instead of uxTaskGetTaskHandles * General cleanup and refactoring CL: Core dump analysis improvements PUBLISHED_FROM=3297ffb2e6069a3a6a598367273bc2183063cf1e
-
- 01 Apr, 2019 1 commit
-
-
Deomid Ryabkov authored
All the platforms except esp32 (which uses heavily patched 9.0 from IDF) and esp8266 (doesn't use RTOS at all) are using the same version of FreeRTOS now. CL: Make FreeRTOS a library, upgrade to 10.2.0 PUBLISHED_FROM=a4f7949a9f1546d23fc183412445859830f02d1a
-
- 28 Mar, 2019 1 commit
-
-
Deomid Ryabkov authored
Run CPU at 180 MHz, flash at up to 100. CL: RS14100: FS support, increase CPU and flash clock PUBLISHED_FROM=e9f995bf03e4e36dc66e19a2a2d60ae1675ecaae
-
- 19 Mar, 2019 1 commit
-
-
Deomid Ryabkov authored
CL: mg: Deliver EV_CLOSE to the last endpoint handler PUBLISHED_FROM=02ee2c6627ed9ee1d35022244f71dfe1877ce2c0
-
- 12 Mar, 2019 1 commit
-
-
Deomid Ryabkov authored
CL: none PUBLISHED_FROM=4f84111ef76bd609348c439304f46556ce5d4497
-
- 08 Mar, 2019 1 commit
-
-
Deomid Ryabkov authored
The humble beginning... CL: RS14100: Blinky PUBLISHED_FROM=7f1dc4d826122ababae44b52c52ed84b15d0ae5c
-
- 06 Mar, 2019 1 commit
-
-
Sergey Lyubka authored
CL: Allow NULL handler for mg_bind and mg_connect PUBLISHED_FROM=4963d5c022c2c57dd03101d9c7e72ca910c3bb61
-
- 04 Mar, 2019 3 commits
-
-
Deomid Ryabkov authored
-
Deomid Ryabkov authored
PUBLISHED_FROM=3e6e17d1f1cfb05efc37d76279dcbedb7f1add5d
-
Deomid Ryabkov authored
* Add calculated redundancy values when writing eFuse blocks 1-3 * Perform 192 -> 256 bit key extension when encrypting images for flashing Fixes https://github.com/cesanta/mos-tool/issues/37 CL: mos: ESP32: Add support for the 3/4 key encoding scheme PUBLISHED_FROM=16639fb25d5200550ad2097929239d896e188b5b
-
- 14 Feb, 2019 1 commit
-
-
Deomid Ryabkov authored
Check response code, make sure it's 101. Pass http_message to the client to keep it appraised. This represents a slight change in the API - in case of an error MG_EV_WEBSOCKET_HANDSHAKE_DONE will now be delivered where previosuly connection would just hang. Clients that do not examine the argument may for a moment think handshake has succeeded but in fact connection will be closed immediately. CL: mg: Fix handling of WS handshake error response PUBLISHED_FROM=645a43d9e5bee216e54411f85827c9b974e9a7d1
-
- 12 Feb, 2019 1 commit
-
-
Deomid Ryabkov authored
CL: STM32F2 and Particle Electron board support PUBLISHED_FROM=20dede6546e9f99d2829508177924790d87e985a
-
- 08 Feb, 2019 2 commits
-
-
Deomid Ryabkov authored
CL: none PUBLISHED_FROM=9510e460251c250cb6a67a40edc0af515044f9fe
-
Deomid Ryabkov authored
Use old baud rate and autodetected divider to calculate new divider. This works better with higher baud rates and drifting clocks. CL: mos: Improve ESP flasher baud rate setting PUBLISHED_FROM=7761e756c3ae7cc76e3b9a4fe3e40d06a779b2e8
-
- 30 Jan, 2019 1 commit
-
-
Deomid Ryabkov authored
cs_log_set_filter() is removed in favor of cs_log_set_file_level() which allows setting log verbosity of individual files and/or lines. E.g.: `mg_=1,mjs=1,=4` - level for for everything except mjs and mongoose. We use the fact that we are usually pretty careful with our file names and use prefixes consistently. In mos, `debug.file_level` sets the option on boot and `Sys.SetDebug` is updated to parse `file_level` option to change it at runtime. CL: Log file:line instead of function; add cs_log_set_file_level() PUBLISHED_FROM=49f18d4d0d3dd224865129a4f8fe6cccd1d9bc12
-
- 22 Jan, 2019 1 commit
-
-
Deomid Ryabkov authored
CL: mg: Properly support MQTT wildcards when matching topics PUBLISHED_FROM=aa60a71d488f4b56dff0951886c8a9a4066fd4f2
-
- 16 Jan, 2019 2 commits
-
-
Deomid Ryabkov authored
CL: Add mg_strfree() PUBLISHED_FROM=b80566218986e0607a9d2758bf776a1031b27212
-
Бобби authored
CL: Send extra options with OPTIONS. Integrate https://github.com/cesanta/mongoose/pull/657 PUBLISHED_FROM=6ee609a92febd8d908f7713f94fb73657443a09a
-
- 08 Jan, 2019 1 commit
-
-
Deomid Ryabkov authored
CL: Fix nsleep100 on STM32 PUBLISHED_FROM=cabb98a0541bac9bb66bfa702d54bf8ff20063e7
-
- 25 Dec, 2018 1 commit
-
-
Deomid Ryabkov authored
CL: none PUBLISHED_FROM=4bbc2175634e20a726dd4b2dadff57f945b261d0
-