code-server/packages/protocol/src
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
..
browser Fix coping and moving files around using the file tree (#568) 2019-04-24 10:38:21 -05:00
common Fix coping and moving files around using the file tree (#568) 2019-04-24 10:38:21 -05:00
node Fix coping and moving files around using the file tree (#568) 2019-04-24 10:38:21 -05:00
proto Fix sending dates through the protocol 2019-04-04 18:24:53 -05:00
index.ts Refactor evaluations (#285) 2019-03-26 13:01:25 -05:00