1. 28 3月, 2019 1 次提交
    • A
      Watcher and initial load performance improvements (#357) · 259095ea
      Asher 提交于
      * Set low CPU priority on watcher
      
      Fixes #247.
      
      * Batch stat and readdir calls
      
      * Fix fs.exists
      
      callbackify seems to always adds an error as the first argument. Opted
      to just use the promise for this one.
      
      * Batch lstat
      
      * Add maximum time for flushing batches
      259095ea
  2. 27 3月, 2019 14 次提交
    • C
      Add example with letsencrypt certificates · 38a0706b
      Carlos Azaustre 提交于
      * updated the download link
      
      * added example with letsencrypt certificates
      38a0706b
    • R
      Add .node-version file (#272) · c7ae12c2
      Ryo Ochiai 提交于
      c7ae12c2
    • J
      Update Dockerfile (#327) · 3331f9b2
      James Peters 提交于
      3331f9b2
    • R
      Changed executable name (#353) · def4104c
      Reda Aissaoui 提交于
      code-server-luni should be only code-server
      def4104c
    • K
      Fixes #121 · 4eb5331d
      Kyle Carberry 提交于
      4eb5331d
    • K
      Fixes #351 · 3bb5c0bb
      Kyle Carberry 提交于
      3bb5c0bb
    • K
      Update nbin version. Fixes extensions · 83aa952d
      Kyle Carberry 提交于
      83aa952d
    • K
      Update nbin to 1.0.3 · e0d33f23
      Kyle Carberry 提交于
      e0d33f23
    • K
      Update nbin · 194cbca0
      Kyle Carberry 提交于
      194cbca0
    • K
      Use commander instead of oclif · 1697cc32
      Kyle Carberry 提交于
      1697cc32
    • K
      Place all envs in one line · f058f903
      Kyle Carberry 提交于
      f058f903
    • K
      Update versioning format · ca4b0346
      Kyle Carberry 提交于
      ca4b0346
    • K
      Remove tslib external · 8d692ded
      Kyle Carberry 提交于
      8d692ded
    • A
      Refactor evaluations (#285) · dc2253e7
      Asher 提交于
      * Replace evaluations with proxies and messages
      
      * Return proxies synchronously
      
      Otherwise events can be lost.
      
      * Ensure events cannot be missed
      
      * Refactor remaining fills
      
      * Use more up-to-date version of util
      
      For callbackify.
      
      * Wait for dispose to come back before removing
      
      This prevents issues with the "done" event not always being the last
      event fired. For example a socket might close and then end, but only
      if the caller called end.
      
      * Remove old node-pty tests
      
      * Fix emitting events twice on duplex streams
      
      * Preserve environment when spawning processes
      
      * Throw a better error if the proxy doesn't exist
      
      * Remove rimraf dependency from ide
      
      * Update net.Server.listening
      
      * Use exit event instead of killed
      
      Doesn't look like killed is even a thing.
      
      * Add response timeout to server
      
      * Fix trash
      
      * Require node-pty & spdlog after they get unpackaged
      
      This fixes an error when running in the binary.
      
      * Fix errors in down emitter preventing reconnecting
      
      * Fix disposing proxies when nothing listens to "error" event
      
      * Refactor event tests to use jest.fn()
      
      * Reject proxy call when disconnected
      
      Otherwise it'll wait for the timeout which is a waste of time since we
      already know the connection is dead.
      
      * Use nbin for binary packaging
      
      * Remove additional module requires
      
      * Attempt to remove require for local bootstrap-fork
      
      * Externalize fsevents
      dc2253e7
  3. 26 3月, 2019 1 次提交
    • A
      Fix port scanner when netstat isn't available · d16c6aeb
      Asher 提交于
      - It logs the error now.
      - For some reason when there is an error node-netstat runs the callback
        twice. That resulted in us scheduling an exponentially growing number
      	of calls which ate up all the CPU (and probably memory eventually).
        For now, opted to dispose when there is an error.
      d16c6aeb
  4. 23 3月, 2019 2 次提交
  5. 22 3月, 2019 2 次提交
  6. 21 3月, 2019 1 次提交
  7. 20 3月, 2019 6 次提交
  8. 19 3月, 2019 1 次提交
  9. 18 3月, 2019 3 次提交
  10. 16 3月, 2019 1 次提交
  11. 15 3月, 2019 8 次提交