1. 30 Dec, 2021 24 commits
  2. 28 Dec, 2021 1 commit
  3. 06 Dec, 2021 1 commit
  4. 19 Nov, 2021 2 commits
    • Johny Mattsson's avatar
      Minor Lua fixes. (#3467) · 1965a12e
      Johny Mattsson authored
      Discovered over on the dev-esp32-idf4 branch.
      
      - Off by one error in loadLFS, leading to slight memory leak and
        potential corruption.
      
      - Insufficient return value check in loadLFS, where uzlib may return
        one of two success conditions, one of which would result in an
        out-of-bounds access and related pain.
      
      - One case of a side effect within a lua_assert(), leading to
        silently broken LFS image handling when compiling without asserts
        enabled, the issue showing up as module names being shuffled around.
      
      - Incorrect encoding of TValues in LFS when 64bit numbers in use.
      1965a12e
    • Johan Ström's avatar
      Fix IGMP timer (#3476) · f7b48b92
      Johan Ström authored
      LWIP_RAND() return type is int, value returned is sometimes negative.
      This causes timer to sometimes (often) go outside of max_time, which in turn causes IGMP snoopers or IGMP routers to drop the subscription
      f7b48b92
  5. 08 Sep, 2021 2 commits
  6. 07 Sep, 2021 1 commit
  7. 27 Aug, 2021 1 commit
  8. 19 Aug, 2021 1 commit
  9. 04 Aug, 2021 1 commit
  10. 10 May, 2021 1 commit
  11. 06 May, 2021 1 commit
    • Lukáš Voborský's avatar
      File LFS Lua module initial commit (#3332) · 949875d5
      Lukáš Voborský authored
      * File LFS module initial commit
      
      * LFS file module update #1
      
      * LFS file module update #2 - doc update and file.stat() returning read only attribute
      
      * Implementing file.list()
      
      * Fine-tuning `file_lfs` module
      
      * Adding `file_lfs` to mkdocs.yml
      
      * Implementing file.list() update #1
      
      * Fine-tuning
      
      * Fine-tuning #2
      949875d5
  12. 25 Apr, 2021 1 commit
  13. 01 Apr, 2021 3 commits