summaryrefslogtreecommitdiff
path: root/cli/tests/unit
AgeCommit message (Expand)Author
2023-11-01fix: add missing `Object.groupBy()` and `Map.groupBy()` types (#21050)Asher Gomez
2023-11-01feat: enable Array.fromAsync (#21048)Bartek Iwańczuk
2023-11-01feat(ext/websocket): websockets over http2 (#21040)Matt Mastracci
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-11-01chore: upgrade deno_core (#21036)Bartek Iwańczuk
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
2023-11-01Revert "chore: use kqueue backend of notify on macOS" (#21039)Divy Srivastava
2023-10-31chore: use kqueue backend of notify on macOS (#21028)Divy Srivastava
2023-10-31feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)Matt Mastracci
2023-10-31chore: update ext/kv to use denokv_* crates (#20986)Luca Casonato
2023-10-30feat(ext/websocket): split websocket read/write halves (#20579)Matt Mastracci
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-10-13perf(ext/streams): optimize streams (#20649)Marcos Casagrande
2023-10-12feat(unstable): add Deno.jupyter.display API (#20819)Kyle Kelley
2023-10-09fix(ext/http): Deno.Server should not be thenable (#20723)Luca Casonato
2023-10-08fix: define window.name (#20804)Bartek Iwańczuk
2023-10-08fix(ext/ffi): use anybuffer for op_ffi_ptr_of (#20820)Matt Mastracci
2023-10-05fix(ext/formdata): support multiple headers in FormData (#20801)Marcos Casagrande
2023-10-05refactor: rewrite several extension ops to op2 (#20457)Bartek Iwańczuk
2023-10-04feat(unstable): add unix domain socket support to Deno.serve (#20759)Yoshiya Hinosawa
2023-09-29fix(ext/kv): send queue wake messages accross different kv instances (#20465)Igor Zinkovsky
2023-09-26fix(kv_queues): graceful shutdown (#20627)Igor Zinkovsky
2023-09-27feat(unstable): add `Deno.jupyter.broadcast` API (#20656)Bartek Iwańczuk
2023-09-26fix(cli/test): clear connection pool after tests (#20680)Luca Casonato
2023-09-26test: unflake serve_test/httpServerTcpCancellation (#20672)Luca Casonato
2023-09-25fix(ext/http): ensure that resources are closed when request is cancelled (#2...Matt Mastracci
2023-09-23fix(kv): unflake kv unit tests (#20640)Igor Zinkovsky
2023-09-23feat(ext/web): use readableStreamDefaultReaderRead in resourceForReadableStre...Matt Mastracci
2023-09-22feat(kv_queues): increase max queue delay to 30 days (#20626)Igor Zinkovsky
2023-09-19fix(cli): ensure that an exception in getOwnPropertyDescriptor('constructor')...Matt Mastracci
2023-09-18fix: `Deno.Command` - improve error message when `cwd` is not a directory (#2...Shreyas
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato
2023-09-15feat(ext/node): http2.connect() API (#19671)Bartek Iwańczuk
2023-09-15chore(ext/http): fix a rejection test (#20514)Matt Mastracci
2023-09-15fix(ext/http): ensure aborted bodies throw (#20503)Matt Mastracci
2023-09-14feat(ext/web): Add name to Deno.customInspect of File objects (#20415)lionel-rowe
2023-09-12fix(ext/http): create a graceful shutdown API (#20387)Matt Mastracci
2023-09-09feat: TypeScript 5.2 (#20425)David Sherret
2023-09-07chore(ext/kv): limit total key size in an atomic op to 80 KiB (#20395)Heyang Zhou
2023-09-04Revert "refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (...Bartek Iwańczuk
2023-08-29fix(ext/kv): don't panic if listening on queues and KV is not closed (#20317)Igor Zinkovsky
2023-08-28fix(ext/http): don't panic on stream responses in cancelled requests (#20316)Matt Mastracci
2023-08-26fix(kv) increase number of allowed mutations in atomic (#20126)Igor Zinkovsky
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-22fix(ext/web): better handling of errors in resourceForReadableStream (#20238)Matt Mastracci
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-21fix(ext/http): ensure request body resource lives as long as response is aliv...Matt Mastracci
2023-08-18feat(ext/kv): key expiration (#20091)Heyang Zhou
2023-08-17feat(ext/web): resourceForReadableStream (#20180)Matt Mastracci