code-server/packages/server/src
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
..
vscode Fix debugging 2019-03-19 12:53:05 -04:00
cli.ts Fix debugging 2019-03-19 12:53:05 -04:00
constants.ts Adhere to XDG base directory spec for dataDir and logDir (#156) 2019-03-09 09:11:30 -08:00
fill.ts Add ripgrep, fill native fs functions, add ping endpoint (#39) 2019-02-27 15:12:26 -06:00
ipc.ts Some cleanup 2019-02-06 11:53:23 -06:00
modules.ts Feature/1.32.0 update (#117) 2019-03-08 08:37:03 -08:00
portScanner.ts Fix port scanner when netstat isn't available 2019-03-25 18:31:43 -05:00
server.ts Fix moving data directory across devices 2019-03-12 15:45:44 -05:00