1. 18 Feb, 2024 4 commits
  2. 05 Feb, 2024 1 commit
  3. 23 Jan, 2024 1 commit
  4. 18 Oct, 2023 2 commits
  5. 22 Dec, 2022 1 commit
  6. 14 Dec, 2022 1 commit
  7. 10 Jul, 2022 1 commit
    • Gregor Hartmann's avatar
      Fix some bugs and problems in gossip (#3527) · 193fe359
      Gregor Hartmann authored
      * Allow configuration of debugOutput to be performed
      
      * don't send to own IP or update own data
      
      * Use same socket to send and receive. Avoid problems in many opened and closed sockets to send
      
      * Add callback for REMOVEed hosts
      
      * Send broascast messages if seedList is empty
      
      * Adapt yeelink to new luacheck rules
      
      * Fix building of luac.cross for win to win2019 and VS 2019
      193fe359
  8. 23 May, 2022 1 commit
  9. 20 May, 2022 1 commit
  10. 03 Apr, 2022 1 commit
    • Nathaniel Wesley Filardo's avatar
      Switch GET_BYTE_FN to LUA_LOAD_BYTE_FN · 565bbbfc
      Nathaniel Wesley Filardo authored
      This is intended to be a more portable abstraction: rather than
      hard-coding offsets in the macro invocations, it relies on the existence
      of __builtin_offset and its availability even within inline asm blocks.
      
      While here, rename some of the functions involved to hopefully improve
      clarity
      565bbbfc
  11. 27 Jan, 2022 1 commit
  12. 15 Jan, 2022 2 commits
  13. 12 Jan, 2022 1 commit
  14. 07 Jan, 2022 1 commit
  15. 30 Dec, 2021 1 commit
  16. 28 Dec, 2021 1 commit
  17. 06 Dec, 2021 1 commit
  18. 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
  19. 08 Sep, 2021 2 commits
  20. 07 Sep, 2021 1 commit
  21. 27 Aug, 2021 1 commit
  22. 19 Aug, 2021 1 commit
  23. 04 Aug, 2021 1 commit
  24. 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
  25. 25 Apr, 2021 1 commit
  26. 01 Apr, 2021 3 commits
  27. 17 Mar, 2021 1 commit
  28. 12 Mar, 2021 2 commits
  29. 14 Feb, 2021 2 commits