1. 30 Sep, 2019 3 commits
  2. 12 Jul, 2019 2 commits
    • Sergey Lyubka's avatar
      Better UI · ff4649fe
      Sergey Lyubka authored
      PUBLISHED_FROM=50f0cafa84cd06428f0da376d85766dcf62af9da
      ff4649fe
    • Sergey Lyubka's avatar
      Next · 1a38e910
      Sergey Lyubka authored
      PUBLISHED_FROM=6fa0be81ce429b8db9e3ed572cb4a876b6fb2693
      1a38e910
  3. 26 Jun, 2019 1 commit
    • Sergey Lyubka's avatar
      Lsm · b6196371
      Sergey Lyubka authored
      PUBLISHED_FROM=18d9d1e6411db84788c527d1c34ad2adc846df00
      b6196371
  4. 13 Jun, 2019 5 commits
  5. 24 May, 2019 1 commit
  6. 08 May, 2019 1 commit
    • Liviu's avatar
      Fix ASAN build · 12339bbf
      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.
      ```
      12339bbf
  7. 03 May, 2019 1 commit
  8. 02 May, 2019 1 commit
  9. 29 Apr, 2019 1 commit
  10. 24 Apr, 2019 2 commits
  11. 23 Apr, 2019 1 commit
    • Deomid Ryabkov's avatar
      Fix locking in lwip net_if · b4fbaf7c
      Deomid Ryabkov authored
      Was not being enabled when it should have been.
      
      CL: Fix locking in lwip net_if
      
      PUBLISHED_FROM=4810e73417c7599f0ea08a09812ed320d02f7cae
      b4fbaf7c
  12. 15 Apr, 2019 1 commit
  13. 10 Apr, 2019 1 commit
    • Deomid Ryabkov's avatar
      Core dump analysis improvements · 63d7a4fa
      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
      63d7a4fa
  14. 01 Apr, 2019 1 commit
    • Deomid Ryabkov's avatar
      Make FreeRTOS a library, upgrade to 10.2.0 · 8f4b6c41
      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
      8f4b6c41
  15. 28 Mar, 2019 1 commit
  16. 19 Mar, 2019 1 commit
  17. 12 Mar, 2019 1 commit
  18. 08 Mar, 2019 1 commit
    • Deomid Ryabkov's avatar
      RS14100: Blinky · 7820ad3a
      Deomid Ryabkov authored
      The humble beginning...
      
      CL: RS14100: Blinky
      
      PUBLISHED_FROM=7f1dc4d826122ababae44b52c52ed84b15d0ae5c
      7820ad3a
  19. 06 Mar, 2019 1 commit
  20. 04 Mar, 2019 3 commits
  21. 14 Feb, 2019 1 commit
    • Deomid Ryabkov's avatar
      Fix handling of WS handshake error response · 1e9fabe1
      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
      1e9fabe1
  22. 12 Feb, 2019 1 commit
  23. 08 Feb, 2019 2 commits
    • Deomid Ryabkov's avatar
      Fix mongoose CI test · c3057df3
      Deomid Ryabkov authored
      CL: none
      
      PUBLISHED_FROM=9510e460251c250cb6a67a40edc0af515044f9fe
      c3057df3
    • Deomid Ryabkov's avatar
      Improve ESP flasher baud rate setting · 0b2e474d
      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
      0b2e474d
  24. 30 Jan, 2019 1 commit
    • Deomid Ryabkov's avatar
      Log file:line instead of function; add cs_log_set_file_level() · 95a36b17
      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
      95a36b17
  25. 22 Jan, 2019 1 commit
  26. 16 Jan, 2019 2 commits
  27. 08 Jan, 2019 1 commit
  28. 25 Dec, 2018 1 commit