summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-31refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331)Matt Mastracci
2023-05-31fix(runtime): add missing SIGIOT alias to SIGABRT (#19333)Marvin Hagemeister
2023-05-31feat(runtime): Add example for extension with ops (#19204)Exidex
2023-05-31chore(ext/node): Implement stubs for Http2Session (#19329)Matt Mastracci
2023-05-31refactor: further work on node http client (#19327)Leo Kettmeir
2023-05-31chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)Matt Mastracci
2023-05-31fix(node): add missing process.reallyExit method (#19326)Marvin Hagemeister
2023-05-30perf(ext/http): Add a sync phase to http serving (#19321)Matt Mastracci
2023-05-30ci: bump CI cache version on CLI version bump (#19318)David Sherret
2023-05-30fix: do not show cache initialization errors if stderr is piped (#18920)David Sherret
2023-05-30feat(runtime): add `WorkerLogLevel` (#19316)David Sherret
2023-05-29chore: forward v1.34.1 to main (#19312)Bartek Iwańczuk
2023-05-30pin enum-as-inner dependency (#19311)Bartek Iwańczuk
2023-05-29fix: use proper ALPN protocols if HTTP client is HTTP/1.1 only (#19303)Bartek Iwańczuk
2023-05-29test(ext/node): add os_test.ts (#19305)egg
2023-05-29fix(node): http.IncomingMessageForClient.complete (#19302)Bartek Iwańczuk
2023-05-28refactor(core): Refactor and re-organize code for easier maintenance (#19287)Matt Mastracci
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-28fix(ext/http): fix a possible memleak in Brotli (#19250)Levente Kurusa
2023-05-28chore: maybe fix cli/standalone/virtual_fs tests on main (#19295)David Sherret
2023-05-28chore: fix flaky test_include_dir_recursive (#19291)David Sherret
2023-05-27fix(compile): inline symlinks as files outside node_modules dir and warn for ...David Sherret
2023-05-27refactor(node/http): don't use readablestream for writing to request (#19282)Leo Kettmeir
2023-05-26fix(compile): implicit read permission to npm vfs (#19281)David Sherret
2023-05-26refactor(node): use internal io and fs APIs (#19267)Bartek Iwańczuk
2023-05-26chore: upgrade rusty_v8 to 0.73.0 (#19278)Bartek Iwańczuk
2023-05-26fix(node): make 'v8.setFlagsFromString' a noop (#19271)Bartek Iwańczuk
2023-05-26chore: remove useless benchmark (#19272)Bartek Iwańczuk
2023-05-26chore(lsp/tests): diagnostic synchronization (reland) (#19270)David Sherret
2023-05-26fix(napi): properly handle arguments in napi_get_cb_info (#19269)Bartek Iwańczuk
2023-05-26fix(napi): clear currently registering module slot (#19249)Bartek Iwańczuk
2023-05-26Revert "chore(lsp/tests): diagnostic synchronization (#19264)" (#19268)Bartek Iwańczuk
2023-05-26chore(lsp/tests): diagnostic synchronization (#19264)David Sherret
2023-05-26chore(node_compat): fix broken link and typo (#19265)Hirotaka Tagawa / wafuwafu13
2023-05-25fix(compile): improve panic message when stripping root path fails (#19258)David Sherret
2023-05-25fix(compile): handle when DENO_DIR is readonly (#19257)David Sherret
2023-05-25fix: don't print release notes on version check prompt (#19252)Luca Casonato
2023-05-241.34.0 (#19246)denobot
2023-05-24fix(ext/node): ClientRequest.setTimeout(0) should remove listeners (#19240)Levente Kurusa
2023-05-24refactor: upgrade to deno_npm 0.6 (#19244)David Sherret
2023-05-24feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...Hirotaka Tagawa / wafuwafu13
2023-05-24refactor(core): store pending ops per realm (#19054)Bartek Iwańczuk
2023-05-24fix(npm): create `node_modules/.deno/node_modules` folder (#19242)David Sherret
2023-05-24chore(core): Ensure that net test ports aren't used elsewhere (#19243)Matt Mastracci
2023-05-24feat(ext/http): Brotli Compression (#19216)Levente Kurusa
2023-05-24fix(napi): add napi_async_init and napi_async_destroy (#19234)Bartek Iwańczuk
2023-05-24fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...Bartek Iwańczuk
2023-05-24fix(npm): better handling of optional peer dependencies (#19236)David Sherret
2023-05-23feat: top level package.json install when node_modules dir is explicitly opte...David Sherret
2023-05-24chore: upgrade rusty_v8 to 0.72.0 (#19228)Bartek Iwańczuk