summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-15chore(ext/net): ignore startTls test (#19515)Matt Mastracci
2023-06-14chore(kv) another fix for queue flaky test (#19513)Igor Zinkovsky
2023-06-14fix: reload config files on watcher restarts (#19487)David Sherret
2023-06-14refactor(core): Remove MaybeDone from ops to eventually remove the box (#19508)Matt Mastracci
2023-06-14chore(ext/node): bring back changes to ClientRequest.onSocket (#19509)Leo Kettmeir
2023-06-14refactor(core): some runtime methods should live on the module map (#19502)Matt Mastracci
2023-06-14fix(compile): some npm dependencies were missing in compiled output (#19503)David Sherret
2023-06-14perf(web): optimize timer resolution (#19493)Bartek Iwańczuk
2023-06-14perf: don't run microtask checkpoint if macrotask callback did no work (#19492)Bartek Iwańczuk
2023-06-14chore(kv) fix flaky queue test (#19495)Igor Zinkovsky
2023-06-14fix(ext/http): Include hostname in onListen argument (#19497)Jhan S. Álvarez
2023-06-14chore(core): Refactor runtime and split out tests (#19491)Matt Mastracci
2023-06-13feat(kv) queue implementation (#19459)Igor Zinkovsky
2023-06-13chore(core): Split modules.rs into multiple files (no code changes) (#19486)Matt Mastracci
2023-06-13Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...Bartek Iwańczuk
2023-06-13chore: fix compile error on main (#19489)David Sherret
2023-06-13fix(lsp): don't pre-load documents matched in the config file's "exclude" (#1...David Sherret
2023-06-13fix(node/buffer): make slice be the same as subarray (#19481)Leo Kettmeir
2023-06-13perf(http): cache verified headers (#19465)Bartek Iwańczuk
2023-06-13fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19...Matt Mastracci
2023-06-13fix(ext/websockets): ensure we fully send frames before close (#19484)Matt Mastracci
2023-06-13refactor(core): cleanup feature flags for js source inclusion (#19463)Nayeem Rahman
2023-06-13fix(npm): warn when tarball contains hardlink or symlink (#19474)David Sherret
2023-06-13chore(repl): mark some tests as flaky (#19475)David Sherret
2023-06-13fix(lsp): update import map config when deno.json changes (#19476)David Sherret
2023-06-13fix(ext/node): handle 'upgrade' responses (#19412)Bartek Iwańczuk
2023-06-13test(ext/node): add fs dirent unit test from std (#19461)Kaique da Silva
2023-06-13feat(node): HTTPS server (#19362)Leo Kettmeir
2023-06-13chore(ext/http): fix github lint issue (#19479)Matt Mastracci
2023-06-12perf(ext/http): from_maybe_shared_unchecked for header values (#19478)Matt Mastracci
2023-06-12chore: No longer need a sparse checkout thanks to cargo sparse index (#19423)Matt Mastracci
2023-06-12chore(core): fix flaky flock_test on windows (#19477)Matt Mastracci
2023-06-12chore: update clap (#19467)Leo Kettmeir
2023-06-12feat: Adaptations to support OpenBSD port (#19153)VlkrS
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-10perf(serve): hoist promise error callback (#19456)Marvin Hagemeister
2023-06-09perf: optimize ByteString checks, hoist server rid getter (#19452)Bartek Iwańczuk
2023-06-09chore: fix flaky package_json_auto_discovered_for_local_script_arg (#19445)David Sherret
2023-06-09perf(serve): hoist repeated condition (#19449)Marvin Hagemeister
2023-06-09perf(node): cache realpath_sync calls in read permission check (#19379)Gustrb
2023-06-09chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443)David Sherret
2023-06-09fix(fmt): do not panic formatting json with multiple values (#19442)David Sherret
2023-06-09chore: update release doc template (#19441)Bartek Iwańczuk
2023-06-09fix(config): do not canonicalize config file path before loading (#19436)David Sherret
2023-06-09chore(tests): add `.use_symlinked_temp_dir()` to `TestBuilder` (#19435)David Sherret
2023-06-09perf: add Tokio runtime monitor (#19415)Bartek Iwańczuk
2023-06-09chore: forward v1.34.2 release commit to main (#19434)denobot
2023-06-08chore: update wpt (#19422)Leo Kettmeir
2023-06-08ci: use windows-xl runner for `--release` on main (#19429)David Sherret
2023-06-08chore(ext/node): revert changes to ClientRequest.onSocket (#19426)Bartek Iwańczuk