code-server-2/packages/protocol/test
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
..
child_process.test.ts Fix coping and moving files around using the file tree (#568) 2019-04-24 10:38:21 -05:00
forker.js Refactor evaluations (#285) 2019-03-26 13:01:25 -05:00
fs.test.ts Fix coping and moving files around using the file tree (#568) 2019-04-24 10:38:21 -05:00
helpers.ts Refactor evaluations (#285) 2019-03-26 13:01:25 -05:00
index.ts Move and refactor fs tests 2019-02-19 14:21:04 -06:00
net.test.ts Update VS Code to 1.33.0 (#445) 2019-04-05 18:49:29 -05:00
node-pty.test.ts Refactor evaluations (#285) 2019-03-26 13:01:25 -05:00
server.test.ts Convert fully to protobuf (was partially JSON) (#402) 2019-04-02 17:44:28 -05:00
spdlog.test.ts Refactor evaluations (#285) 2019-03-26 13:01:25 -05:00
trash.test.ts Refactor evaluations (#285) 2019-03-26 13:01:25 -05:00
util.test.ts Convert fully to protobuf (was partially JSON) (#402) 2019-04-02 17:44:28 -05:00