Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-22 | Move `deno2` folder to `src` (#277) | Tristan Marion | |
2018-06-19 | Snapshot clean ups | Ryan Dahl | |
- Don't call eval() in mock_runtime - not allowed - see js2c.py. - Don't use v8_use_external_startup_data - Move MakeSnapshot to snapshot_creator.cc - Use logging.h in from_snapshot.cc | |||
2018-06-14 | Demo protobufs in deno2. | Ryan Dahl | |
Adds deno_set_response() to allow stack allocated responses. | |||
2018-06-14 | Add InitializeContext for future deno_nosnapshot target. | Ryan Dahl | |
2018-06-12 | Fix protobufjs snapshotting. | Ryan Dahl | |
2018-06-11 | Use pub/sub instead of send/recv | Ryan Dahl | |
2018-06-11 | s/RecvCallback/deno_recv_cb/g | Ryan Dahl | |
2018-06-10 | Use C linkage in deno.h | Ryan Dahl | |
2018-06-10 | make_snapshot should be private | Ryan Dahl | |
Now deno.h doesn't export v8.h and is self contained. | |||
2018-06-10 | Expose deno::from_snapshot() constructor | Ryan Dahl | |