summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2024-03-07feat(ext/node): ref/unref on workers (#22778)Matt Mastracci
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-03-07perf(cli): use faster_hex (#22761)Matt Mastracci
2024-03-07fix(ext/node): http2.createServer (#22708)Satya Rohith
2024-03-07feat(node/util): styleText (#22758)Leo Kettmeir
2024-03-06chore: upgrade deno_core (#22725)Nathan Whitaker
2024-03-06fix(ext/node): add default methods to fs.StatsBase (#22750)Divy Srivastava
2024-03-06fix(ext/node): strip `--enable-source-maps` from argv (#22743)Divy Srivastava
2024-03-06fix(node): stat/statSync returns instance of fs.Stats (#22294)Divy Srivastava
2024-03-06chore: remove debug console table log in node/http2 (#22741)Divy Srivastava
2024-03-06fix(node): implement ALS enterWith (#22740)Divy Srivastava
2024-03-06fix(cli): improve logging on failed named pipe (#22726)Matt Mastracci
2024-03-05fix: update node process version to latest node LTS (#22709)Marvin Hagemeister
2024-03-05chore: upgrade deno_core (#22699)Bartek Iwańczuk
2024-03-04fix(node): errno property when command missing (#22691)Divy Srivastava
2024-03-04chore: fix typos (#22677)cui fliter
2024-03-01perf(cli): use new deno_core timers (#22569)Matt Mastracci
2024-02-29chore: forward v1.41.1 release commit to main (#22643)denobot
2024-02-29fix(ext/node) add node http methods (#22630)Igor Zinkovsky
2024-02-29fix(ext/crypto): align the return type of `crypto.randomUUID` to `cli/tsc/dts...Nano Miratus
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