1. 29 Oct, 2018 1 commit
  2. 15 Oct, 2018 1 commit
    • Deomid Ryabkov's avatar
      Fix digest auth result comparison · 220231e6
      Deomid Ryabkov authored
      Should use length of the exected response, not the response sent by the user.
      
      CL: mg: Fix digest auth result comparison
      
      PUBLISHED_FROM=23375133b8babac0b276b51395917ad975e1bd3c
      220231e6
  3. 09 Oct, 2018 1 commit
  4. 08 Oct, 2018 1 commit
    • Deomid Ryabkov's avatar
      Mongoose 6.13 · bc56353a
      Deomid Ryabkov authored
      CL: none
      
      PUBLISHED_FROM=32418b7da17a68193e88405547152f58a4dd877f
      bc56353a
  5. 04 Oct, 2018 2 commits
  6. 28 Sep, 2018 1 commit
  7. 27 Sep, 2018 2 commits
  8. 25 Sep, 2018 3 commits
    • Deomid Ryabkov's avatar
      CC3200: Fix boot loader regression · 492b8f69
      Deomid Ryabkov authored
      Go back to Ubuntu 16.04 and older gcc-arm (4.9.3).
      
      Boot loader just won't run when compiled with newer GCC (7.x).
      It's likely that it can be fixed with compile switches but I couldn't figure it out quickly, so going to just downgrade for now to get it back to workign state.
      
      CL: CC3200: Fix boot loader regression
      
      PUBLISHED_FROM=b70b03bd17e03c7dae02328b32b855f3ca3ad6a9
      492b8f69
    • Deomid Ryabkov's avatar
      Add mgos_gpio_blink() · 8ccee820
      Deomid Ryabkov authored
      CL: Add mgos_gpio_blink()
      
      PUBLISHED_FROM=a5d2e2f44413d1ab363abeeaf0fb497bd8f63d6d
      8ccee820
    • Deomid Ryabkov's avatar
      Fix build w/o logging · b99a94a6
      Deomid Ryabkov authored
      PUBLISHED_FROM=694346bd6562c55e5ab00886df47f7cbfb0a3720
      b99a94a6
  9. 20 Sep, 2018 2 commits
  10. 17 Sep, 2018 1 commit
  11. 14 Sep, 2018 2 commits
  12. 11 Sep, 2018 2 commits
    • Deomid Ryabkov's avatar
      Update STM32 build image · f63d833a
      Deomid Ryabkov authored
       * Update CubeL4 to 1.13.0
       * Rebuild OurTLS with `-DMBEDTLS_X509_CA_CHAIN_ON_DISK`
       * Add `-Wextra` and fix build issues
      
      CL: Update STM32 build image
      
      PUBLISHED_FROM=a7eacff7580bab6c6e40bdaf6164df575a717c55
      f63d833a
    • Deomid Ryabkov's avatar
      ISM43XXX networking support (TCP, UDP client) · ab035901
      Deomid Ryabkov authored
      Listeners still TODO
      
      CL: ISM43XXX networking support (TCP, UDP client)
      
      PUBLISHED_FROM=b58ba88b9e6bd7b55ccb607d0b69cea98cb52fa5
      ab035901
  13. 06 Sep, 2018 3 commits
    • Deomid Ryabkov's avatar
      STM32: Make LWIP optional · 20f54059
      Deomid Ryabkov authored
      CL: STM32: Make LWIP optional
      
      PUBLISHED_FROM=eebffe7800a74d7b69aafd95e476b2e90328be98
      20f54059
    • Deomid Ryabkov's avatar
      Add net_if_null, a no-op net interface · 563c3130
      Deomid Ryabkov authored
      Can be used for cases where device has no networking but mongoose is still needed for its event loop.
      
      CL: mg: Add net_if_null, a no-op net interface
      
      PUBLISHED_FROM=e79b4a8667508bbde1437dda9dad77ce3a3aa630
      563c3130
    • Deomid Ryabkov's avatar
      Refactor mg polling · 421e099f
      Deomid Ryabkov authored
       * Change return type of mg_mgr_poll to return number of events
       * Add mg_mgr_min_timer
       * Refactor main poll loop to remove LwIP-specific stuff
      
      CL: Refactor mg polling
      
      PUBLISHED_FROM=dc94618b32fa3c84a2f053bd04d134297780ec82
      421e099f
  14. 21 Aug, 2018 1 commit
  15. 18 Aug, 2018 1 commit
  16. 13 Aug, 2018 4 commits
  17. 23 Jul, 2018 1 commit
  18. 12 Jul, 2018 1 commit
  19. 09 Jul, 2018 1 commit
  20. 07 Jul, 2018 1 commit
  21. 03 Jul, 2018 1 commit
  22. 27 Jun, 2018 1 commit
  23. 26 Jun, 2018 2 commits
  24. 21 Jun, 2018 1 commit
  25. 20 Jun, 2018 1 commit
    • Deomid Ryabkov's avatar
      mg_file_upload_handler: Support multiple files · 339bbee0
      Deomid Ryabkov authored
      curl -F file1 -F file2 ...
      
      Add a unit test and fix a minor memory leak when returning an error.
      
      CL: mg_file_upload_handler: Support multiple files
      
      PUBLISHED_FROM=5c4bf2be676346fb782e80f50f79df6a6721ac88
      339bbee0
  26. 18 Jun, 2018 1 commit
  27. 06 Jun, 2018 1 commit