summaryrefslogtreecommitdiff
path: root/runtime/ops
AgeCommit message (Expand)Author
2021-09-02chore: update dependencies (#11856)Luca Casonato
2021-08-24feat(unstable): Add file locking APIs (#11746)Tilman Roeder
2021-08-18fix(runtime): event loop panics in classic workers (#11756)Luca Casonato
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-15refactor(ops): return BadResource errors in ResourceTable calls (#11710)Aaron O'Mullan
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-08-04feat(unstable): clean environmental variables for subprocess (#11571)Leo K
2021-08-03chore: surface import map JSON parse error to user (#11573)David Sherret
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-29feat(runtime): implement navigator.hardwareConcurrency (#11448)Divy Srivastava
2021-07-17fix(workers): silently ignore non-existent worker IDs (#11417)Andreu Botella
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-07-11Revert "Remove unstable native plugins (#10908)"Ryan Dahl
2021-07-06chore: use parking_lot for synchronization primitives to align with tokio (#1...David Sherret
2021-07-02Remove unstable native plugins (#10908)Bartek Iwańczuk
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
2021-06-28fix(http): remove unwrap() in HTTP bindings (#11130)Bartek Iwańczuk
2021-06-27fix(runtime/http): Encode and decode headers as byte strings in the HTTP serv...Andreu Botella
2021-06-25fix(runtime/signal): use op_async_unref for op_signal_poll (#11097)Yoshiya Hinosawa
2021-06-22feat: transfer MessagePort between workers (#11076)Luca Casonato
2021-06-17chore: upgrade Rust to 1.53.0 (#11021)Yusuke Tanaka
2021-06-15Remove various unnecessary allow(clippy) declarations (#10971)Ryan Dahl
2021-06-14fix: poll connection after writing response chunk in Deno.serveHttp() (#10961)Bartek Iwańczuk
2021-06-14fix: hang in Deno.serveHttp() (#10923)Bartek Iwańczuk
2021-06-04fix: hang in op_http_next_request (#10836)Bartek Iwańczuk
2021-05-11feat(runtime/worker): Structured cloning worker message passing (#9323)Tim Ramlot
2021-05-11fix(tls): flush send buffer in the background after closing TLS stream (#10146)Bert Belder
2021-05-08cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)Aaron O'Mullan
2021-05-07fix: align plugin api with Extension (#10427)Elias Sjögreen
2021-05-06refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...Aaron O'Mullan
2021-05-02refactor(runtime): use Extensions (#10461)Aaron O'Mullan
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-26fix(tls): throw meaningful error when hostname is invalid (#10387)Bert Belder
2021-04-25feat(cli): add test permissions to Deno.test (#10188)Casper Beyer
2021-04-21fix: do not panic on not found cwd (#10238)Satya Rohith
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
2021-04-20chore: update copyright headers (#10243)Yoshiya Hinosawa
2021-04-19fix(rt/http): correct URL in Request (#10256)Luca Casonato
2021-04-15fix(#10182): hang during http server response (#10197)Ryan Dahl
2021-04-14refactor: move timers to deno_timers op crate (#10179)Ben Noordhuis
2021-04-13feat(permissions): allow env permission to take values (#9825)crowlKats
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-12feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)Casper Beyer
2021-04-12feat(runtime/permissions): prompt fallback (#9376)crowlKats
2021-04-11feat: stabilize Deno.ftruncate and Deno.ftruncateSync (#10126)Casper Beyer
2021-04-10feat(unstable): ALPN config in listenTls (#10065)Luca Casonato
2021-04-10feat(permissions): allow run permission to take values (#9833)crowlKats
2021-04-08feat: native HTTP bindings (#9935)Bartek Iwańczuk
2021-04-07feat: blob URL support (#10045)Luca Casonato
2021-04-06refactor: rewrite "net" ops to use serde_v8 (#10028)Aaron O'Mullan