Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/packages
Asher d16c6aeb30
Fix port scanner when netstat isn't available
- 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.
2019-03-25 18:31:43 -05:00
..
app Add error message for incorrect password. Fix issue #55 (#201) 2019-03-12 19:19:32 -04:00
disposable Remove block padding (blank lines) 2019-02-05 18:09:04 -06:00
dns Fix extra CSS being included on the client 2019-02-26 14:23:01 -06:00
events Make event listeners never undefined, remove unused func 2019-02-06 10:16:43 -06:00
ide Fix #251 2019-03-15 00:51:05 -04:00
ide-api Add additional ide-api events 2019-03-12 17:43:53 -04:00
logger Allow logger package to be publishable (#37) 2019-03-04 11:57:29 -06:00
protocol Fix moving data directory across devices 2019-03-12 15:45:44 -05:00
requirefs Remove block padding (blank lines) 2019-02-05 18:09:04 -06:00
runner Add Dockerfile and some cleanup (#57) 2019-03-06 18:59:43 -08:00
server Fix port scanner when netstat isn't available 2019-03-25 18:31:43 -05:00
tunnel Add evaluation helpers (#33) 2019-02-22 15:56:29 -06:00
vscode Ensure workspace configPath is a valid URI object (#317) 2019-03-22 16:58:37 -05:00
web Fix install from VSIX for TAR and ZIP formats (#245) 2019-03-21 14:04:09 -05:00
package.json Fix install from VSIX for TAR and ZIP formats (#245) 2019-03-21 14:04:09 -05:00
tsconfig.json Fix @coder imports 2019-02-05 11:15:43 -06:00
yarn.lock Implement fs module (#3) 2019-02-05 11:15:47 -06:00