summaryrefslogtreecommitdiff
path: root/cli/ops
AgeCommit message (Expand)Author
2020-05-11Change plugin interface to prevent segfaults when unloading plugin (#5210)Bert Belder
2020-05-11refactor: check permissions in SourceFileFetcher (#5011)Bartek Iwańczuk
2020-05-09BREAKING: make Deno.hostname unstable (#5108)Ryan Dahl
2020-05-08refactor: Remove cli::compilers module (#5138)Bartek Iwańczuk
2020-05-07BREAKING: make Worker.deno unstable (#5128)Bartek Iwańczuk
2020-05-07BREAKING: Remove support for .wasm imports (#5135)Bartek Iwańczuk
2020-05-06BREAKING: execPath should require allow-read (#5109)Ryan Dahl
2020-05-05refactor(ts): remove op_cache (#5071)Bartek Iwańczuk
2020-05-04stabilize Deno.cwd and require --allow-read (#5068)Ryan Dahl
2020-05-04Rename DenoPermissions, add abs path asserts (#5076)Ryan Dahl
2020-05-02Deno.chdir should require allow-read not allow-write (#5033)Ryan Dahl
2020-05-02BREAKING: disallow static import of local modules from remote modules (#5050)Bartek Iwańczuk
2020-05-02BREAKING: remove support for JSON imports (#5037)Bartek Iwańczuk
2020-05-01BREAKING: remove window.location and self.location (#5034)Bartek Iwańczuk
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-04-29BREAKING: Include limited metadata in 'DirEntry' objects (#4941)Bert Belder
2020-04-29Make Deno.isatty stable (#4937)Brayden
2020-04-28refactor: factor out datagram from Deno.listen(), make it unstable (#4968)Bartek Iwańczuk
2020-04-28BREAKING: address renamed to path in UnixAddr UnixConnectOptions UnixListenOp...Ali Hasani
2020-04-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
2020-04-28mark Deno.startTls as unstable (#4965)Bartek Iwańczuk
2020-04-28Make shutdown unstable and async (#4940)Luca Casonato
2020-04-27Make Deno.kill unstable (#4950)Luca Casonato
2020-04-27make utime unstable (#4955)Ali Hasani
2020-04-27loadavg and osRelease made unstable (#4938)Ryan Dahl
2020-04-27Make unix sockets require allow-write (#4939)Luca Casonato
2020-04-27Mark Deno.umask unstable (#4935)Brayden
2020-04-27Rename FileInfo time fields and represent them as Date objects (#4932)Bert Belder
2020-04-27signal APIs should require --unstable (#4926)Ryan Dahl
2020-04-27Make Deno.setRaw and Deno.isatty unstable (#4925)Ryan Dahl
2020-04-27Make Deno.dir unstable (#4924)Ryan Dahl
2020-04-27Make runtime compile ops unstable (#4912)Ryan Dahl
2020-04-25introduce unstable flag, make a few things unstable (#4892)Ryan Dahl
2020-04-24chdir should require --allow-write (#4889)Ryan Dahl
2020-04-25remove bootstrap methods from global scope after bootstrapping (#4869)Bartek Iwańczuk
2020-04-25BREAKING CHANGE: remove Deno.OpenMode (#4884)Bartek Iwańczuk
2020-04-23Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)Ryan Dahl
2020-04-21Move resource_table from deno::State to deno_core::Isolate (#4834)Ryan Dahl
2020-04-20Remove core/plugin.rs (#4824)Ryan Dahl
2020-04-19Modify op dispatcher to include &mut Isolate argument (#4821)Ryan Dahl
2020-04-18Fix Op definitions (#4814)Ryan Dahl
2020-04-18feat: startTLS (#4773)EnokMan
2020-04-17replace block_on in net interfaces (#4796)Bartek Iwańczuk
2020-04-16feat: support Deno namespace in Worker API (#4784)Bartek Iwańczuk
2020-04-16remove more calls to futures::executor::block_on (#4775)Bartek Iwańczuk
2020-04-15remove calls to futures::executor::block_on (#4760)Bartek Iwańczuk
2020-04-15Make writeSync, readSync, seekSync, openSync, isatty proper synchronous sysca...Ryan Dahl
2020-04-14fix(worker): make worker name spec compliant (#4746)Bartek Iwańczuk
2020-04-13refactor(core/js_error): Align JSStackFrame with CallSite (#4715)Nayeem Rahman
2020-04-10Replace panic with invalid_utf8 OpError (#4704)gewoonwoutje