summaryrefslogtreecommitdiff
path: root/cli/tests/unit
AgeCommit message (Expand)Author
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
2023-08-17fix(ext/kv): retry transaction on `SQLITE_BUSY` errors (#20189)Heyang Zhou
2023-08-17perf(ext/event): optimize Event constructor (#20181)Marcos Casagrande
2023-08-16fix: release ReadeableStream in fetch (#17365)Leo Kettmeir
2023-08-15fix(ext/net): implement a graceful error on an invalid SSL certificate (#20157)Evan
2023-08-10fix(ext/timers): some timers are not resolved (#20055)Bartek Iwańczuk
2023-08-05chore: use zlib-ng for flate2 (#20059)Matt Mastracci
2023-08-01fix(test): request cloning should throw if body stream is locked (#19990)Felipe Baltor
2023-07-31chore(cli): Reduce port conflict in tests (#19988)Matt Mastracci
2023-07-30fix(Deno.serve): accessing .url on cloned request throws (#19869)Felipe Baltor
2023-07-28feat: Deno.createHttpClient allowHost (#19689)Leo Kettmeir
2023-07-25fix(ext/net): fix string port number handling in listen (#19921)Yoshiya Hinosawa
2023-07-19fix(runtime): print process name in case of spawn error (#19855)sigmaSd
2023-07-04feat: Stabilize Deno.serve() API (#19141)Bartek Iwańczuk
2023-07-04feat: upgrade to TypeScript 5.1.6 (#19695)David Sherret
2023-07-03fix(dts): make globals available on globalThis (#19438)ud2
2023-07-02refactor(core): Extract deno_core (#19658)Matt Mastracci
2023-07-01fix(ext/kv): expose Deno.AtomicOperation (#19674)Luca Casonato
2023-06-28fix(console): correct the parseCssColor algorithm (#19645)Nicholas Berlette
2023-06-27fix(kv): assertReject should always be awaited (#19612)Heyang Zhou
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-24fix(cli): Don't use hardcoded port 4501 in serve test (#19599)Matt Mastracci
2023-06-17chore(kv) fix and re-enable queue test (#19529)Igor Zinkovsky
2023-06-15chore(ext/kv): disable flaky test (#19522)Heyang Zhou
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-14chore(kv) fix flaky queue test (#19495)Igor Zinkovsky
2023-06-13feat(kv) queue implementation (#19459)Igor Zinkovsky
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-12chore(core): fix flaky flock_test on windows (#19477)Matt Mastracci
2023-06-08chore: Use relative paths for assert imports to avoid test flakes (#19427)Matt Mastracci
2023-06-08perf(ext/websocket): Reduce GC pressure & monomorpize op_ws_next_event (#19405)Matt Mastracci
2023-06-06fix(ext/console): fix inspecting large ArrayBuffers (#19373)ud2
2023-06-05feat: add more options to Deno.inspect (#19337)Leo Kettmeir
2023-06-04fix(ext/web): Copy EventTarget list before dispatch (#19360)Koen
2023-05-31refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331)Matt Mastracci
2023-05-24feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...Hirotaka Tagawa / wafuwafu13