1. 16 Dec, 2015 1 commit
  2. 12 Dec, 2015 1 commit
    • Johny Mattsson's avatar
      Major cleanup of module registration. · 6b6456be
      Johny Mattsson authored
      As per #810 & #796, only LUA_OPTIMIZE_MEMORY=2 & MIN_OPT_LEVEL=2 are
      supported when building. This commit effects that limitation.
      
      With this change modules/auxmods.h no longer needs to be updated for
      every new module, nor do module writers need to cater for a hypothetical
      LUA_OPTIMIZE_MEMORY < 2 scenario.
      6b6456be
  3. 18 Nov, 2015 2 commits
  4. 15 Oct, 2015 1 commit
  5. 12 Oct, 2015 1 commit
  6. 27 Jun, 2015 1 commit
  7. 24 Jun, 2015 1 commit
  8. 20 Jun, 2015 1 commit
  9. 17 May, 2015 1 commit
  10. 15 Apr, 2015 1 commit
    • Kevin Uhlir's avatar
      Add multicastJoin and multicastLeave to net module · f68d4160
      Kevin Uhlir authored
      net.multicastJoin(if_ip, multicast_ip)
      net.multicastLeave(if_ip, multicast_ip)
      
      if_ip is a string containing the interface ip to join/leave the
      multicast group.  multicast_ip is the multicast ip of the group to
      join/leave. if_ip can be "" or "any" to affect all interfaces.
      f68d4160
  11. 11 Mar, 2015 1 commit
  12. 13 Feb, 2015 1 commit
  13. 09 Feb, 2015 1 commit
  14. 07 Feb, 2015 1 commit
  15. 18 Jan, 2015 1 commit
  16. 05 Jan, 2015 1 commit
  17. 22 Dec, 2014 1 commit