summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2023-01-15fix(ext/ffi): use SafeMap in getTypeSizeAndAlignment (#17305)Garcia
2023-01-15fix(ext/flash): Fix panic when JS caller doesn't consume request body (#16173)Isaiah Gamble
2023-01-15fix(ext/fetch): remove Response.trailer from types (#17284)Geert-Jan Zwiers
2023-01-15fix(core): Add `Generator` and `AsyncGenerator` to promordials (#17241)Kenta Moriuchi
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-15fix(ext/fetch) Fix request clone error in flash server (#16174)Isaiah Gamble
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-15fix(napi): functions related to errors (#17370)Bartek Iwańczuk
2023-01-15fix(ext/flash): Fix typo in 'chunked' flash ops (#17302)Kamil Ogórek
2023-01-14fix(ext/flash): Correctly handle errors for chunked responses (#17303)Kamil Ogórek
2023-01-14fix(npm): use original node regex in npm resolution (#17404)Kiryl Dziamura
2023-01-13fix(napi): allow cleanup hook to remove itself (#17402)Bartek Iwańczuk
2023-01-13chore: forward 1.29.3 release back to main (#17401)David Sherret
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-13fix(webidl): properly implement setlike (#17363)Leo Kettmeir
2023-01-12fix(napi): Implement `napi_threadsafe_function` ref and unref (#17304)Divy Srivastava
2023-01-12fix: check if BroadcastChannel is open before sending (#17366)Leo Kettmeir
2023-01-11fix: don't panic on resolveDns if unsupported record type is specified (#17336)Leo Kettmeir
2023-01-10fix(napi): support for env cleanup hooks (#17324)Bartek Iwańczuk
2023-01-10fix(napi): handle static properties in classes (#17320)Bartek Iwańczuk
2023-01-10fix(npm): allow to read package.json if permissions are granted (#17209)Bartek Iwańczuk
2023-01-09fix(ext/web/streams): fix ReadableStream asyncIterator (#16276)Marcos Casagrande
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-08feat(ext/ffi): structs by value (#15060)Dj
2023-01-06fix(npm): handle declaration file resolution where packages incorrectly defin...David Sherret
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-04fix: upgrade deno_ast to 0.23 (#17269)David Sherret
2023-01-04chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-28fix(ext/net): Remove unstable check from op_node_unstable_net_listen_udp (#17...Kamil Ogórek
2022-12-28feat(unstable): Add Deno.Conn.ref()/unref() (#17170)Bartek Iwańczuk
2022-12-23fix(ext/fetch): Guard against invalid URL before its used by reqwest (#17164)Kamil Ogórek
2022-12-22fix(ext): Add checks for owning properties in for-in loops (#17139)Kenta Moriuchi
2022-12-20chore: bump deno_fetch and deno_http versions (#17124)Ryan Dahl
2022-12-20fix(ext/http): close stream on resp body error (#17126)Luca Casonato
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-19fix: display URL in invalid URL error (#17128)Leo Kettmeir
2022-12-19fix(npm): conditional exports with --node-modules-dir (#17111)Bartek Iwańczuk
2022-12-19fix(ext/fetch): handle errors in req body stream (#17081)Luca Casonato
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-16fix(npm): fix require resolution if using --node-modules-dir (#17087)Bartek Iwańczuk
2022-12-15fix(npm): improve exports resolution when type checking (#17071)David Sherret
2022-12-15chore: forward v1.29.1 release commit to main (#17067)denobot
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-151.29.0 (#17052)denobot
2022-12-14feat: Stabilize Deno.TcpConn.setNoDelay() and Deno.TcpConn.setKeepAlive() (#1...Bartek Iwańczuk
2022-12-13feat(napi): improve napi coverage (#16198)Divy Srivastava
2022-12-13docs: use example & default tags (#17032)Leo Kettmeir