summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2023-04-24docs: add categories to APIs without (#18826)Leo Kettmeir
2023-04-24test: disable flaky Node test (#18821)Bartek Iwańczuk
2023-04-23test: deflake worker tests (#18813)Bartek Iwańczuk
2023-04-23refactor: rewrite client side tests to 'fastwebsockets' crate (#18800)Bartek Iwańczuk
2023-04-23tests: update tests relying on deno.land (#18811)Leo Kettmeir
2023-04-23fix(ext/http): ensure that multiple upgrades and multiple simultaneous reques...Matt Mastracci
2023-04-22feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)Matt Mastracci
2023-04-22feat(node/http): implement ClientRequest.setTimeout() (#18783)Levente Kurusa
2023-04-22refactor: rewrite tests to "fastwebsockets" crate (#18781)Bartek Iwańczuk
2023-04-21refactor(node): move most of cli/node to ext/node (#18797)David Sherret
2023-04-21feat: upgrade deno_ast to 0.26 (#18795)David Sherret
2023-04-21refactor: move some CJS and ESM code analysis to ext/node (#18789)David Sherret
2023-04-21fix(test): allow explicit undefined for boolean test options (#18786)Nayeem Rahman
2023-04-21fix(ext/websocket): upgrade fastwebsockets to 0.2.4 (#18791)Divy Srivastava
2023-04-19fix(compile): write bytes directly to output file (#18777)David Sherret
2023-04-19fix(test/coverage): exclude test files (#18748)Levente Kurusa
2023-04-19fix(ext/node): implement asymmetric keygen (#18651)Divy Srivastava
2023-04-19fix(ext/node): improve vm.runInThisContext (#18767)Yoshiya Hinosawa
2023-04-19fix(ext/node): add crypto.sign|verify methods (#18765)Yoshiya Hinosawa
2023-04-19tests: disable another flaky test (#18762)Bartek Iwańczuk
2023-04-19chore: disable flaky Node compat tests (#18760)Bartek Iwańczuk
2023-04-18test: fix flaky worker test (#18754)Bartek Iwańczuk
2023-04-18chore: forward v1.32.5 release commit to main (#18758)denobot
2023-04-18refactor(node/crypto): scrypt polyfill to rust (#18746)Levente Kurusa
2023-04-18chore(ext/node): restore http_test from std (#18747)Yoshiya Hinosawa
2023-04-18fix(ext/node): implement crypto.createVerify (#18703)Yoshiya Hinosawa
2023-04-18fix(ext/node): add req.socket.remoteAddress (#18733)Yoshiya Hinosawa
2023-04-18fix(ext/node): polyfill response._implicitHeader method (#18738)Yoshiya Hinosawa
2023-04-17refactor(npm): add CliNodeResolver (#18742)David Sherret
2023-04-18chore: update node compat config (#18736)Yoshiya Hinosawa
2023-04-17refactor(tests): Watcher test timeout (#18459)Cre3per
2023-04-16fix(lsp): ensure language server status works on unix (#18727)David Sherret
2023-04-16bench: add benchmark for deferred async ops (#18722)Bartek Iwańczuk
2023-04-16Revert "perf(core): immediately schedule another tick if there are un… (#18...Bartek Iwańczuk
2023-04-15feat(kv): AtomicOperation#sum (#18704)Ryan Dahl
2023-04-14chore: fix running node tests in parallel on Windows (#18711)David Sherret
2023-04-14refactor: add `TypeChecker` struct (#18709)David Sherret
2023-04-14chore: remove node_modules folder being created in testdata directory (#18708)David Sherret
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-14fix(ext/websocket): Avoid write deadlock that requires read_frame to complete...Divy Srivastava
2023-04-14refactor(core): limit number of boundary crossings between Rust and V8 (#18652)Bartek Iwańczuk
2023-04-13refactor(cli): add `Emitter` struct (#18690)David Sherret
2023-04-13refactor(cli): move runTests() and runBenchmarks() to rust (#18563)Nayeem Rahman
2023-04-13chore: bump child_process_test timeouts for slow CI (#18689)David Sherret
2023-04-13refactor: upgrade to deno_npm 0.3.0 (#18671)David Sherret
2023-04-13perf(ops): directly respond for eager ops (#18683)Bartek Iwańczuk
2023-04-13chore(docs): clarify what subcommands do not type-check by default (#18520)Geert-Jan Zwiers
2023-04-13refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)Yiyu Lin
2023-04-13test(runtime): support Windows in resolve_from_cwd_absolute (#18379)Elijah
2023-04-13fix(test): add process sigint handler for --watch (#18678)Nayeem Rahman