1. 15 Jan, 2017 2 commits
  2. 09 Jan, 2017 2 commits
  3. 06 Jan, 2017 1 commit
  4. 04 Jan, 2017 2 commits
  5. 03 Jan, 2017 1 commit
  6. 01 Jan, 2017 3 commits
  7. 31 Dec, 2016 2 commits
    • Marcel Stör's avatar
      Fix mbed TLS naming · f8f10692
      Marcel Stör authored
      f8f10692
    • Yury Popov's avatar
      Net functionality rewrite on top of LWIP (#1379) · 3adba91b
      Yury Popov authored
      * Rewrite net.dns.resolve on LWIP
      
      * Move IGMP (net multicast) to LWIP
      
      * Cleanup net module
      
      * Move secure connection operations to tls module
      
      * Net module on LWIP
      
      * Server timeout parameter
      
      * TCP hold
      
      * Fixes in documentation
      
      * Documentation fixes
      
      * Note TLS module depends on net
      
      * Add TLS module to user_modules.h
      
      * Callback on connect event
      
      * Fix depends net module on tls module
      
      * Fix unhold exponential time issue
      3adba91b
  8. 30 Dec, 2016 1 commit
  9. 29 Dec, 2016 1 commit
  10. 26 Dec, 2016 3 commits
  11. 25 Dec, 2016 1 commit
  12. 24 Dec, 2016 1 commit
    • Philip Gladstone's avatar
      Various minor bits of cleanup (#1647) · feab8b22
      Philip Gladstone authored
      * Check the return code of the read function when doing crypto.fhash so that we don't pass negative lengths to the hashing functions
      *  Fix various assert failures in the LVM arising from rotables. No functional change
      * Add the gpio interrupt time to the callback (and pass it from the interrupt handler)
      * Get the PC right in the perf module
      * Make the headers static in the websocket module
      * Fix the documentation
      feab8b22
  13. 23 Dec, 2016 2 commits
  14. 14 Dec, 2016 2 commits
  15. 11 Dec, 2016 4 commits
  16. 04 Dec, 2016 1 commit
  17. 01 Dec, 2016 4 commits
  18. 29 Nov, 2016 1 commit
  19. 27 Nov, 2016 1 commit
  20. 19 Nov, 2016 1 commit
    • Mariusz Kryński's avatar
      support for custom websocket headers (#1573) · 59b9b3e2
      Mariusz Kryński authored
      Looks good to me. Thank you.
      
      Also:
       - allow for '\0's in received messages
      
      * add client:config for setting websocket headers
      
      Also:
       - headers are case-insensitive now
      
      * fix docs
      
      * fix typo
      
      * remove unnecessary luaL_argcheck calls
      
      * replace os_sprintf with simple string copy
      59b9b3e2
  21. 17 Nov, 2016 2 commits
  22. 12 Nov, 2016 1 commit
  23. 10 Nov, 2016 1 commit