index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
dispatch.ts
Age
Commit message (
Expand
)
Author
2019-09-14
feat: parallelize downloads from TS compiler (#2949)
Bartek Iwańczuk
2019-09-02
Refactor snapshot build (#2825)
Ryan Dahl
2019-08-30
Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)
Ryan Dahl
2019-08-26
Port readSync/writeSync ops to minimal
Ryan Dahl
2019-08-26
port fs ops to JSON (#2812)
Bartek Iwańczuk
2019-08-26
bring back json ops (#2815)
Bartek Iwańczuk
2019-08-24
Revert json ops (#2814)
Ryan Dahl
2019-08-24
port more ops to JSON (#2809)
Bartek Iwańczuk
2019-08-24
port ops to JSON: compiler, errors, fetch, files (#2804)
Bartek Iwańczuk
2019-08-24
Port rest of os ops to JSON (#2802)
Ryan Dahl
2019-08-22
introduce JSON serialization for ops (#2799)
Ryan Dahl
2019-08-21
Organize dispatch a bit (#2796)
Ryan Dahl
2019-08-16
Revert "Remove dead code: legacy read/write ops"
Ryan Dahl
2019-08-14
Remove dead code: legacy read/write ops (#2776)
Ryan Dahl
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-06-17
refactor dispatch take 2 (#2533)
andy finch
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-06-08
Add asserts checking that async ops return null (#2463)
Ryan Dahl
2019-05-03
Optimize read and write ops (#2259)
Ryan Dahl
2019-04-07
use flatbuffer create functions to add fields (#2046)
Jonathon Orsi
2019-03-30
Move //libdeno to //core/libdeno (#2015)
Ryan Dahl
2019-03-26
namespace reorg: libdeno and DenoCore to Deno.core (#1998)
Kitson Kelly
2019-03-18
Integrate //core into existing code base
Ryan Dahl
2019-03-12
Make timers act like normal ops
Ryan Dahl
2019-03-09
Migrate from tslint to eslint for linting (#1905)
Kitson Kelly
2019-02-26
deno_core (#1827)
Ryan Dahl
2019-01-21
chore: update license lines (#1557)
Yoshiya Hinosawa
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
2018-10-03
timers: implement timers in javascript
Bert Belder
2018-09-27
Support zero-copy data in libdeno.send(). (#838)
Ryan Dahl
2018-09-22
Implement deno.trace() (#795)
Kevin (Kun) "Kassimo" Qian
2018-09-10
fbs_util.ts -> dispatch.ts
Ryan Dahl
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
2018-07-06
Import ts file from prototype without change
Ryan Dahl