- 11 Feb, 2020 4 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
PUBLISHED_FROM=c0cbd13faf84fdac1f4566be02b596a232b68713
-
Sergey Lyubka authored
PUBLISHED_FROM=3819e74efb9ac8ff84a68105107afcacaeeab92a
-
Deomid "rojer" Ryabkov authored
* Actually drop the connection when no response to ping arrives within the next interval. * Avoid sending immediate ping when wall time is adjusted, it's usually spurious. PUBLISHED_FROM=8049280b58edfb94dd0fcb6a1e89ffefe69bcea1
-
- 01 Feb, 2020 1 commit
-
-
Deomid "rojer" Ryabkov authored
If file ends with .gz and has known "secondary extnesion", i.e. test.html.gz, its content type is determined by the secondary extension and content-encoding is set to gzip. PUBLISHED_FROM=a238763b4424bafabec2e58ccae4522cacdd7c78
-
- 31 Jan, 2020 2 commits
-
-
Deomid "rojer" Ryabkov authored
PUBLISHED_FROM=8f93bee72bc18efff64354203ee6268f4f8e8768
-
Deomid "rojer" Ryabkov authored
PUBLISHED_FROM=4fb65477b03bedc3206ac286e8236f0f9536f20e
-
- 22 Jan, 2020 1 commit
-
-
Deomid "rojer" Ryabkov authored
Also free up some RAM by not allocating ca_cert when `MBEDTLS_X509_CA_CHAIN_ON_DISK` is enabled. PUBLISHED_FROM=5e5f4103707de98c929973d2aed0aaedf0bb60da
-
- 20 Jan, 2020 1 commit
-
-
Deomid "rojer" Ryabkov authored
PUBLISHED_FROM=de1772bd6ea01f3dc467ceebb3b2af5cbe8eb240
-
- 29 Dec, 2019 2 commits
-
-
Deomid Ryabkov authored
CL: Add mg_strcasecmp() PUBLISHED_FROM=cd2a26fa12473bfa0f5e7a0a1d34fb86562ee082
-
Deomid Ryabkov authored
PUBLISHED_FROM=012e2939021d1b275a39632fd2982891d2c98c4e
-
- 23 Dec, 2019 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=f9106d2f746c67ae004aeab12685eaf9cd558cd8
-
- 19 Dec, 2019 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=8b6ebf46728aca40f916dde88e372b4540ed6ea4
-
- 07 Dec, 2019 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=68a57c967f8864946244893c71a397ab4e27d75d
-
- 04 Nov, 2019 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=5f465d245bb9ada5202cdd23ddc5b9856df26951
-
- 07 Oct, 2019 1 commit
-
-
Sergey Lyubka authored
fix typo in tools/README.md
-
- 30 Sep, 2019 4 commits
-
-
Jakob Löw authored
-
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
-