1. 09 Jun, 2020 26 commits
  2. 23 Feb, 2020 1 commit
  3. 06 Jan, 2020 1 commit
  4. 07 Sep, 2019 1 commit
  5. 27 Aug, 2019 1 commit
  6. 15 Aug, 2019 1 commit
  7. 06 Aug, 2019 2 commits
  8. 04 Aug, 2019 2 commits
  9. 01 Aug, 2019 2 commits
  10. 27 Jul, 2019 3 commits
    • Nathaniel Wesley Filardo's avatar
      49ac968b
    • Nathaniel Wesley Filardo's avatar
      Simplify and tidy SNTP (#2700) · 7d387dd4
      Nathaniel Wesley Filardo authored
      * list_ref can become LUA_REFNIL, because that's what rawgeti returns
        for LUA_NOREF.  Defensively guard for this, rather than falling into
        the sntp_dolookups loop with nil on the stack.
      
      * set_repeat_mode should not call itself, but should rather always do
        what it's going to do and then optionally do the rest if directed.
      
      * sntp_sync should not try to special case the single string argument:
        we should be queueing that name for DNS resolution, too.  Towards that
        end, if we are given a single string, build a table and make that the
        list_ref and call off to sntp_dolookups, just like we otherwise do.
      
      FIXES: #2699
      7d387dd4
    • Nathaniel Wesley Filardo's avatar
      Clarify DNS callbacks (#2860) · 3d30c985
      Nathaniel Wesley Filardo authored
      3d30c985