summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2022-10-18test(crypto): update crypto.getRandomValues calls (#16338)Filip Skokan
2022-10-18fix: move generated napi symbols to cli/ (#16330)Bartek Iwańczuk
2022-10-18fix(ext/net): return an error from `startTls` and `serveHttp` if the original...Yusuke Tanaka
2022-10-17chore: upgrade internal deno_std to 0.160 (#16333)David Sherret
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-17perf(npm): parallelize caching of npm specifier package infos (#16323)David Sherret
2022-10-17bench: don't send data to grafana (#16324)Bartek Iwańczuk
2022-10-17bench: run HTTP benches for 10s (#16322)Bartek Iwańczuk
2022-10-17feat(unstable/npm): support providing npm dist-tag in npm package specifier (...David Sherret
2022-10-17feat(unstable): add windowsRawArguments to SpawnOptions (#16319)Yoshiya Hinosawa
2022-10-17fix(lsp): treat empty import map value config as none (#16224)Tomofumi Chiba
2022-10-17fix(build) fix linux symbols export list format (#16313)Luke Channings
2022-10-16fix: add error cause in recursive cause tail (#16306)Cre3per
2022-10-16fix(ext/cache): illegal constructor (#16205)Marcos Casagrande
2022-10-16feat: support inlay hints (#16287)Kitson Kelly
2022-10-15feat(unstable/task): add `INIT_CWD` env var (#16110)David Sherret
2022-10-15refactor(build): better handle old glibc (#16238)Luke Channings
2022-10-15bench: don't show output (#16288)Bartek Iwańczuk
2022-10-15fix(ext/ffi): Fix UnsafeCallback ref'ing making Deno enter a live-loop (#16216)Aapo Alasuutari
2022-10-15bench: avoid port collision (#16285)Bartek Iwańczuk
2022-10-15fix(ext/crypto): correct HMAC get key length op (#16201)Filip Skokan
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-10-13fix(cli): allow importMap to be an absolute URL within the deno config file (...Mark Gibson
2022-10-13chore: Added onbeforeunload to window type definition (#16251)Matt Ezell
2022-10-12fix(cli): skip removing the latter part if `@` appears at the beginning (#16244)Yusuke Tanaka
2022-10-10fix(ext/fetch): fix illegal header regex (#16236)Marcos Casagrande
2022-10-10fix sparse array inspection (#16204)sigmaSd
2022-10-10fix(npm): support compiling on linux/aarch64 (#16208)Luke Channings
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-10-09perf(ext/crypto): optimize `getRandomValues` (#16212)Divy Srivastava
2022-10-08chore(napi_sym): fix readme path (#16203)李瑞丰
2022-10-07perf(napi): optimize primitive napi functions (#16163)Divy Srivastava
2022-10-07chore(napi): Add README explainer for cli/napi_sym and cli/napi (#16187)Divy Srivastava
2022-10-07fix(napi): move napi symbols file (#16179)Colin Ihrig
2022-10-07refactor(napi): simplify `napi_value` interface (#16170)Divy Srivastava
2022-10-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-10-06fix(build): don't export all symbols to dynamic symbol table (#16171)Divy Srivastava
2022-10-05fix(node): add dns/promises and stream/consumers (#16169)David Sherret
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava
2022-10-05fix(ext/cache): prevent cache insert if body is not fully written (#16138)Marcos Casagrande
2022-10-05fix(ext/flash): Avoid sending Content-Length when status code is 204 (#15901)ayame113
2022-10-04refactor: remove old Node compat code (#16142)Bartek Iwańczuk
2022-10-04perf(ext/fetch): consume body using ops (#16038)Marcos Casagrande
2022-10-04chore: remove 'fix_exotic_specifier' test (#16143)Bartek Iwańczuk
2022-10-04fix(ext/crypto): interoperable import/export (#16153)Filip Skokan
2022-10-04fix(ext/crypto): ecdh spki key import/export roundtrip (#16152)Filip Skokan
2022-10-03fix(ext/crypto): deriveBits for ECDH not taking length into account (#16128)Aurélien Bertron
2022-10-03feat(unstable): add support for npm specifier cli arguments for 'deno cache' ...Bartek Iwańczuk
2022-10-03fix(npm): better error is version is specified after subpath (#16131)Bartek Iwańczuk
2022-10-03fix(npm): panic on invalid package name (#16123)Bartek Iwańczuk