summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2024-02-26fix(io): create_named_pipe parallelism (#22597)Matt Mastracci
2024-02-23refactor(cli): clean up test runner channels (#22422)Matt Mastracci
2024-02-23fix(ext/node): set correct process.argv0 (#22555)Satya Rohith
2024-02-23fix(ext/node): init arch, pid, platform at startup (#22561)Satya Rohith
2024-02-221.41.0 (#22524)denobot
2024-02-22chore(io): Add a cross-platform unidirectional pipe implementation (#22522)Matt Mastracci
2024-02-21fix(ext/fs): make errors in tempfile creation clearer (#22498)Matt Mastracci
2024-02-21fix(ext/node): pass alpnProtocols to Deno.startTls (#22512)Satya Rohith
2024-02-20fix(node/test): disable Deno test sanitizers (#22480)David Sherret
2024-02-21Revert "fix(console): support NO_COLOR and colors option in all scena… (#22...Bartek Iwańczuk
2024-02-20fix(ext/node): permission prompt for missing `process.env` permissions (#22487)Asher Gomez
2024-02-20fix(ext/node): unimplemented code when not IPC child_process (#22488)Divy Srivastava
2024-02-19chore(fs): rename `op_fs_file_stat_{async/sync}` ops (#22476)Asher Gomez
2024-02-19BREAKING(net/unstable): remove `Deno.DatagramConn.rid` (#22475)Asher Gomez
2024-02-18feat: `Deno.ConnectTlsOptions.{cert,key}` (#22274)Asher Gomez
2024-02-18fix: util.parseArgs() missing node:process import (#22405)Javier Hernández
2024-02-18feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)Asher Gomez
2024-02-18BREAKING(unstable): remove `Deno.HttpClient.rid` (#22075)Asher Gomez
2024-02-18BREAKING: add `Deno.CreateHttpClientOptions.{cert,key}` (#22280)Asher Gomez
2024-02-16chore(ext/web): refactor timer ops before landing op sanitizer (#22435)Matt Mastracci
2024-02-15chore: forward v1.40.5 release commit to main (#22424)denobot
2024-02-13fix(ext/web): Prevent (De-)CompressionStream resource leak on stream cancella...Florian Schwalm
2024-02-13chore: cleanup `ext/net/02_tls.js` (#22032)Asher Gomez
2024-02-13chore: cleanup obsolete `Datagram` export (#22078)Asher Gomez
2024-02-13chore: move `test_util/std` to `tests/util/std` (#22402)Asher Gomez
2024-02-13fix(ext/node): export process.umask (#22348)Divy Srivastava
2024-02-12chore: move test_ffi and test_nap to tests/ [WIP] (#22394)Matt Mastracci
2024-02-12fix(console): support NO_COLOR and colors option in all scenarios (#21910)Leo Kettmeir
2024-02-12chore: update to Rust 1.76 (#22376)林炳权
2024-02-09refactor: split integration tests from CLI (part 1) (#22308)Matt Mastracci
2024-02-08chore: forward v1.40.4 release commit to main (#22345)denobot
2024-02-07docs: point to "Deno 1.x to 2.x Migration Guide" for net APIs (#22275)Asher Gomez
2024-02-07fix(node): handle brotli compression end chunk sizes (#22322)Divy Srivastava
2024-02-07chore: upgrade deno_core to 0.259.0 (#22311)Bartek Iwańczuk
2024-02-07refactor: move ImageData to web extension (#22295)Leo Kettmeir
2024-02-06fix(ext/node): Ensure os.cpus() works on arm64 linux (#22302)Matt Mastracci
2024-02-06refactor: use web utils and lazy load utils from core (#22289)Leo Kettmeir
2024-02-06fix: Support Symbol.metadata (#22282)Bartek Iwańczuk
2024-02-06chore(ws): remove unused op_ws_send_pong (#22283)Divy Srivastava
2024-02-06fix(node): add `cp` to fs/promises (#22263)Divy Srivastava
2024-02-05refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)Matt Mastracci
2024-02-06fix(unstable): validate kv list selector (#22265)Heyang Zhou
2024-02-05fix(ext/node): fix timeout param validation in cp.execFile (#22262)Yoshiya Hinosawa
2024-02-04chore: bump deno core (#22243)Matt Mastracci
2024-02-05feat(unstable): `Deno.FsFile.lock[Sync]()` and `Deno.FsFile.unlock[Sync]()` (...Asher Gomez
2024-02-01chore: forward v1.40.3 release commit to main (#22220)Divy Srivastava
2024-02-01fix(fs): copyFile NUL path on macOS (#22216)Divy Srivastava
2024-02-01fix(node): add `ppid` getter for `node:process` (#22167)Yusuke Tanaka
2024-02-01fix(ext/node): add `aes256` algorithm support (#22198)Asher Gomez
2024-02-01fix(node): `util.callbackify` (#22200)Divy Srivastava