summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2024-05-23feat: enable pointer compression via deno_core bump (#23838)Matt Mastracci
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-05-22chore: forward v1.43.6 release commit to main (#23936)Bartek Iwańczuk
2024-05-17feat(serve): support `--port 0` to use an open port (#23846)Satya Rohith
2024-05-17chore: forward v1.43.4 commit to main (#23861)Bartek Iwańczuk
2024-05-16fix(ext/node): homedir() `getpwuid`/`SHGetKnownFolderPath` fallback (#23841)Divy Srivastava
2024-05-14fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)David Sherret
2024-05-13chore: cleanup unused dependencies (#23787)Leo Kettmeir
2024-05-10chore: forward v1.43.3 release commit to main (#23771)denobot
2024-05-10fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)Matt Mastracci
2024-05-09refactor(ext/tls): Implement required functionality for later SNI support (#2...Matt Mastracci
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-09chore: forward v1.43.2 release commit to main (#23749)denobot
2024-05-08fix(runtime): allow nul device on windows (#23741)Matt Mastracci
2024-05-07fix(runtime): allow r/w access to /etc without --allow-all (#23718)Luca Casonato
2024-05-05fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)Satya Rohith
2024-05-05fix(workers): `importScripts` concurrently and use a new `reqwest::Client` pe...David Sherret
2024-05-05chore: fix outdated note in `runtime/js/README.md` (#23673)Antoine du Hamel
2024-05-01feat(runtime): allow adding custom extensions to snapshot (#23569)Mathias Lafeldt
2024-05-011.43.0 (#23629)denobot
2024-04-251.43.0 (#23549)denobot
2024-04-25fix: unref stdin read (#23534)Bartek Iwańczuk
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-19refactor(ext/http): extract 02_websocket.ts from 01_http.js (#23460)Matt Mastracci
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-04-19FUTURE: remove `Deno.customInspect` (#23453)Asher Gomez
2024-04-18chore: remove unused, unstable 'http' namespace (#23436)Matt Mastracci
2024-04-17fix(publish): support import equals (#23421)Luca Casonato
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-16fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
2024-04-16chore: forward v1.42.4 commit to `main` (#23394)Bartek Iwańczuk
2024-04-15refactor: move lifecycle events dispatch to Rust (#23358)Bartek Iwańczuk
2024-04-14perf: do not clone swc `Program` when transpiling (#23365)David Sherret
2024-04-12chore: upgrade deno_core to 0.274.0 (#23344)Divy Srivastava
2024-04-12chore: forward v1.42.3 release commit to main (#23335)denobot
2024-04-12fix(inspector): don't panic if port is not free (#22745)Bartek Iwańczuk
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-04-11chore: forward v1.42.2 release commit to main (#23315)denobot
2024-04-10chore: update references to `deno_std` to use JSR (#23239)Asher Gomez
2024-04-09fix(ext/node): implement MessagePort.unref() (#23278)Satya Rohith
2024-04-08chore: update WPT (#23111)Asher Gomez
2024-04-07FUTURE(ext/fs): remove `Deno.FsWatcher.prototype.rid` (#23234)Asher Gomez
2024-04-07FUTURE(ext/fs): make `Deno.FsFile` constructor illegal (#23235)Asher Gomez
2024-04-05FUTURE: remove deprecated APIs within workers (#23220)Asher Gomez
2024-04-04fix(runtime): fix Windows permission prompt (#23212)Matt Mastracci
2024-04-04fix(ext/node): count MessagePort message listeners in hasMessageEventListener...Satya Rohith
2024-04-02fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)Matt Mastracci
2024-04-01chore: forward v1.42.1 release commit to main (#23162)denobot
2024-03-281.42.0 (#23105)denobot