Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-26 | Remove broken feature: trace() | Ryan Dahl | |
2018-10-17 | Optimization: Reuse ArrayBuffer during serialization. | Ryan Dahl | |
2018-10-04 | Rename fbs to msg. | Ryan Dahl | |
2018-10-04 | Rename flatbuffer base.msg to base.inner | Ryan Dahl | |
This better disambiguates with the msg_generated.ts module, which in JS we call "fbs", but would be better called "msg". | |||
2018-10-03 | timers: implement timers in javascript | Bert Belder | |
2018-09-27 | Support zero-copy data in libdeno.send(). (#838) | Ryan Dahl | |
This is a large API refactor of deno.h which replaces deno_send() and deno_set_response() with deno_respond(). It also adds a req_id parameter to the deno_recv_cb. Make writeFile/writeFileSync use it. | |||
2018-09-22 | Implement deno.trace() (#795) | Kevin (Kun) "Kassimo" Qian | |
2018-09-10 | fbs_util.ts -> dispatch.ts | Ryan Dahl | |
And send() -> sendSync() | |||
2018-08-02 | Remove dispatch.ts and move assignCmdId to util.ts | Ryan Dahl | |
2018-07-24 | Change copyrights to be 'Deno authors'. | Ryan Dahl | |
2018-07-06 | Use C++ to do flatbuffer parsing. | Ryan Dahl | |
- Port protobuf messages to flatbuffers. - Demo linking to rust from C++ executable. - Start using the prototype TS libraries. | |||
2018-07-06 | Import ts file from prototype without change | Ryan Dahl | |
From commit 559453cf6cc88283bcf8fdeccd387458f5c63165 Excluding v8worker.d.ts, main.ts, and deno.d.ts. Updates tslint.json to be original settings. |