summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2023-06-09chore: forward v1.34.2 release commit to main (#19434)denobot
2023-06-08refactor(compile): store the npm snapshot in the eszip (#19343)David Sherret
2023-06-05fix: upgrade to deno_ast 0.27 (#19375)David Sherret
2023-05-29chore: forward v1.34.1 to main (#19312)Bartek Iwańczuk
2023-05-26chore: upgrade rusty_v8 to 0.73.0 (#19278)Bartek Iwańczuk
2023-05-241.34.0 (#19246)denobot
2023-05-24refactor: upgrade to deno_npm 0.6 (#19244)David Sherret
2023-05-24fix(npm): better handling of optional peer dependencies (#19236)David Sherret
2023-05-24chore: upgrade rusty_v8 to 0.72.0 (#19228)Bartek Iwańczuk
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-22chore(cli): One Rust test per JS and Node unit test file (#19199)Matt Mastracci
2023-05-19Revert "perf: use jemalloc as global allocator (#18957)" (#19187)Bartek Iwańczuk
2023-05-18chore: forward v1.33.4 release commit to main (#19181)denobot
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-17feat(ext/web): Request higher-resolution timer on Windows if user requests se...Matt Mastracci
2023-05-17fix: support "fetch" over HTTPS for IP addresses (#18499)Bartek Iwańczuk
2023-05-13chore: upgrade rusty_v8 to 0.71.2 (#19116)Bartek Iwańczuk
2023-05-12chore: forward v1.33.3 release commit to main (#19111)denobot
2023-05-12chore: upgrade rusty_v8 to 0.71.1 (#19104)Bartek Iwańczuk
2023-05-11chore: upgrade thiserror and deno_lockfile (#19073)Miroslav Bajtoš
2023-05-11chore(deps): bump tokio version to 1.28.1 (#19069)Yarden Shoham
2023-05-09chore: upgrade tokio to 1.28 (#19053)Satya Rohith
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-04chore: forward v1.33.2 release commit to main (#18990)denobot
2023-05-03perf: use jemalloc as global allocator (#18957)Bartek Iwańczuk
2023-05-02chore: release extension crates, unpin tokio (#18954)Bartek Iwańczuk
2023-04-29fix(ext/websocket): update fastwebsockets to 0.3.1 (#18916)Divy Srivastava
2023-04-28chore: forward v1.33.1 release commit to main (#18897)denobot
2023-04-28build: define features for 'hyper' crate (#18882)Bartek Iwańczuk
2023-04-281.33.0 (#18879)denobot
2023-04-27chore: upgrade rusty_v8 to 0.71.0 (#18868)Bartek Iwańczuk
2023-04-27feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832)Levente Kurusa
2023-04-26chore: upgrade rusty_v8 to 0.70.0 (#18844)Bartek Iwańczuk
2023-04-23chore: remove tokio-tungstenite dependency (#18814)Bartek Iwańczuk
2023-04-22feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)Matt Mastracci
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-22chore: upgrade rusty_v8 to 0.69.0 (#18796)Bartek Iwańczuk
2023-04-21feat: upgrade deno_ast to 0.26 (#18795)David Sherret
2023-04-18chore: forward v1.32.5 release commit to main (#18758)denobot
2023-04-14chore: upgrade hyper to 0.14.26 (#18693)Bartek Iwańczuk
2023-04-13refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)Yiyu Lin
2023-04-12chore: forward v1.32.4 release commit to main (#18669)denobot
2023-04-07chore: remove lockfile/ (#18618)Bartek Iwańczuk
2023-04-06fix(ext/node): implement hkdf-expand (#18612)Divy Srivastava
2023-04-03refactor: remove "ext/flash" (#18578)Bartek Iwańczuk
2023-04-02feat(ext/http): add an op to perform raw HTTP upgrade (#18511)Matt Mastracci
2023-04-01chore: forward v1.32.3 release commit to main (#18561)denobot
2023-04-01chore: forward v1.32.2 release commit to main (#18539)denobot
2023-03-31fix(ops): fallback when FastApiOneByteString is not utf8 (#18518)Divy Srivastava