summaryrefslogtreecommitdiff
path: root/deno2/include/deno.h
AgeCommit message (Expand)Author
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion
2018-06-15Don't use bool in deno.h to support C.Ryan Dahl
2018-06-14Demo protobufs in deno2.Ryan Dahl
2018-06-11deno_dispose -> deno_deleteRyan Dahl
2018-06-11Clarify memory guarantees of deno_bufRyan Dahl
2018-06-11Add channel to pub/subRyan Dahl
2018-06-11Rename deno_load to deno_execute.Ryan Dahl
2018-06-11Use pub/sub instead of send/recvRyan Dahl
2018-06-11Add deno_send tests.Ryan Dahl
2018-06-11Add mock_runtime_test.Ryan Dahl
2018-06-11s/RecvCallback/deno_recv_cb/gRyan Dahl
2018-06-10Minor libdeno clean ups.Ryan Dahl
2018-06-10Use C linkage in deno.hRyan Dahl
2018-06-10make_snapshot should be privateRyan Dahl
2018-06-10Expose deno::from_snapshot() constructorRyan Dahl
2018-06-10First pass at libdeno.Ryan Dahl