1. 03 4月, 2019 2 次提交
  2. 02 4月, 2019 4 次提交
  3. 01 4月, 2019 1 次提交
  4. 30 3月, 2019 2 次提交
  5. 29 3月, 2019 1 次提交
    • A
      Handle disconnects (#363) · 03ad2a17
      Asher 提交于
      * Make proxies decide how to handle disconnects
      
      * Connect to a new terminal instance on disconnect
      
      * Use our retry for the watcher
      
      * Specify method when proxy doesn't exist
      
      * Don't error when closing/killing disconnected proxy
      
      * Specify proxy ID when a method doesn't exist
      
      * Use our retry for the searcher
      
      Also dispose some things for the watcher because it doesn't seem that
      was done properly.
      
      The searcher also now starts immediately so there won't be lag when you
      perform your first search.
      
      * Use our retry for the extension host
      
      * Emit error in parent proxy class
      
      Reduces duplicate code. Not all items are "supposed" to have an error
      event according to the original implementation we are filling, but there
      is no reason why we can't emit our own events (and are already doing so
      for the "disconnected" event anyway).
      
      * Reconnect spdlog
      
      * Add error message when shared process disconnects
      
      * Pass method resolve to parse
      
      * Don't pass method to getProxy
      
      It doesn't tell you anything that trace logging wouldn't and has
      no relation to what the function actually does.
      
      * Fix infinite recursion when disposing protocol client in tests
      03ad2a17
  6. 28 3月, 2019 3 次提交
  7. 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
  8. 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
  9. 23 3月, 2019 2 次提交
  10. 22 3月, 2019 2 次提交
  11. 21 3月, 2019 1 次提交
  12. 20 3月, 2019 6 次提交
  13. 19 3月, 2019 1 次提交