1. 07 Apr, 2023 1 commit
    • Earle F. Philhower, III's avatar
      Rename BTstack lib to BTstackLib (#1360) · 07781e9c
      Earle F. Philhower, III authored
      Fixes #1356
      
      Mac and Windows have case-insensitive filesystems, so the will find
      the internal (all-lowercase) "btstack.h" and not the library's "BTstack.h",
      causing compilation errors.
      
      Rename the library and header to avoid the issue.
      07781e9c
  2. 05 Apr, 2023 1 commit
  3. 04 Apr, 2023 2 commits
  4. 03 Apr, 2023 1 commit
  5. 30 Mar, 2023 2 commits
  6. 29 Mar, 2023 1 commit
  7. 28 Mar, 2023 1 commit
  8. 21 Mar, 2023 1 commit
  9. 20 Mar, 2023 1 commit
  10. 19 Mar, 2023 1 commit
  11. 16 Mar, 2023 2 commits
  12. 15 Mar, 2023 2 commits
  13. 14 Mar, 2023 2 commits
  14. 11 Mar, 2023 1 commit
  15. 10 Mar, 2023 3 commits
  16. 09 Mar, 2023 2 commits
  17. 08 Mar, 2023 1 commit
    • Earle F. Philhower, III's avatar
      Adjust LWIP intf to avoid hangs/crashes under load (#1286) · e6c7b97b
      Earle F. Philhower, III authored
      It seems possible now for TCP connection _pcbs to disappear while being
      processed, due to the new async context configuration.  This would cause
      LWIP to panic when a NULL pcb was passed in.
      
      Check for and avoid passing in null PCBs in the ClientContext.
      
      Undo special-casing of sys_check_timeouts wrapper
      
      AdvancedWebServer with heavy F5-refresh and #1274 test both pass.
      
      Fixes #1274
      e6c7b97b
  18. 05 Mar, 2023 4 commits
  19. 04 Mar, 2023 2 commits
  20. 03 Mar, 2023 2 commits
  21. 02 Mar, 2023 7 commits