1. 17 11月, 2019 1 次提交
  2. 27 10月, 2019 1 次提交
  3. 12 10月, 2019 1 次提交
  4. 21 9月, 2019 1 次提交
    • B
      js: reschedule global timer if it fires earlier than expected (#2989) · 93b7acf9
      Bert Belder 提交于
      When the global timer fires earlier than expected, which apparently
      happens sometimes on server editions of Windows, we didn't call any
      setTimeout callbacks, but we *also* didn't reschedule the global timer
      to fire again later.
      
      When this situation occurred it would make deno exit abruptly if there
      were no other asynchronous ops running on the event loop. It could also
      lead to application hangs if the upcoming setTimeout callback was
      critical for the application to make progress.
      93b7acf9
  5. 26 8月, 2019 1 次提交
  6. 25 8月, 2019 1 次提交
    • R
      Revert json ops (#2814) · 2235dd79
      Ryan Dahl 提交于
      * Revert "port more ops to JSON (#2809)"
      
      This reverts commit 137f3373.
      
      * Revert "port ops to JSON: compiler, errors, fetch, files (#2804)"
      
      This reverts commit 79f82cf1.
      
      * Revert "Port rest of os ops to JSON (#2802)"
      
      This reverts commit 5b2baa5c.
      2235dd79
  7. 24 8月, 2019 1 次提交
  8. 22 8月, 2019 1 次提交
    • R
      Organize dispatch a bit (#2796) · bdc97b39
      Ryan Dahl 提交于
      Just some clean up reorganization around flatbuffer/minimal dispatch
      code. This is prep for adding a JSON dispatcher.
      bdc97b39
  9. 14 8月, 2019 1 次提交