code-server-2/packages
Asher c9f91e77cd
Fix coping and moving files around using the file tree (#568)
* Implement write/read buffers in electron fill

This makes cutting and copy files from the file tree work.

* Implement fs.createReadStream

This is used by the file tree to copy files.

* Allow passing proxies back from client to server

This makes things like piping streams possible.

* Synchronously bind to proxy events

This eliminates any chance whatsoever of missing events due to binding
too late.

* Make it possible to bind some events on demand

* Add some protocol documentation
2019-04-24 10:38:21 -05:00
..
app Make assets unique (#518) 2019-04-17 17:18:20 -05:00
disposable Remove block padding (blank lines) 2019-02-05 18:09:04 -06:00
dns Make assets unique (#518) 2019-04-17 17:18:20 -05:00
events Refactor evaluations (#285) 2019-03-26 13:01:25 -05:00
ide Fix coping and moving files around using the file tree (#568) 2019-04-24 10:38:21 -05:00
ide-api Add storage save to ide-api 2019-04-09 12:24:53 -04:00
logger Update logger 2019-04-17 17:47:02 -04:00
protocol Fix coping and moving files around using the file tree (#568) 2019-04-24 10:38:21 -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 no-auth to still use HTTPS, set default for no-auth to false (#573) 2019-04-23 16:38:49 -05:00
tunnel Add evaluation helpers (#33) 2019-02-22 15:56:29 -06:00
vscode Bundle grammars (#563) 2019-04-22 12:51:05 -05:00
web Make assets unique (#518) 2019-04-17 17:18:20 -05:00
package.json Update node to 10.15.1 (#472) 2019-04-15 19:48:12 -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