aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/InternalModuleRegistryConstants.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-30feat(node:fs): add `cp`/`cpSync`/`promises.cp` + async `copyFile` (#4340)Gravatar dave caruso 1-99/+123
2023-08-30fix(http/https) disable decompress on http/https client (#4399)Gravatar Ciro Spaciari 1-3/+3
2023-08-30reset signal handlers in Bun.spawn (#4405)Gravatar Jarred Sumner 1-3/+3
2023-08-29More support for DAP (#4380)Gravatar Ashcon Partovi 1-3/+3
2023-08-29fix(node-fetch): use stream.Readable instead of web streams (#4394)Gravatar dave caruso 1-6/+6
2023-08-29parse unix socket path param in `http.server` (#4390)Gravatar Ai Hoshino 1-3/+3
2023-08-29emit open and call close callback (#4384)Gravatar Dylan Conway 1-6/+6
2023-08-28feat(node:dns): implement `dns.reverse`. (#4332)Gravatar Ai Hoshino 1-3/+3
2023-08-28use `options.fd` if provided for `fs.Read/WriteStream` (#4378)Gravatar Dylan Conway 1-6/+6
2023-08-26More improvements to debugger support (#4345)Gravatar Ashcon Partovi 1-3/+3
2023-08-24Fix(node:http): fix URL formatting when using a proxy. (#4297)Gravatar Ai Hoshino 1-3/+3
2023-08-23Bunch of streams fixes (#4251)Gravatar Jarred Sumner 1-3/+3
2023-08-21fix fsevents and stub for qwikcity (#4247)Gravatar dave caruso 1-9/+9
2023-08-21fix stdin stream unref and resuming (#4250)Gravatar Dylan Conway 1-3/+3
2023-08-21Fix inquirer (#4245)Gravatar dave caruso 1-3/+3
2023-08-21Fix crypto.EC constructor (#4242)Gravatar dave caruso 1-3/+3
2023-08-19tty `ReadStream`, `WriteStream`, and readline rawmode (#4179)Gravatar Dylan Conway 1-18/+30
2023-08-18Remove most C API usages, add debugger pretty printers for `Headers`, `URLSea...Gravatar Jarred Sumner 1-6/+6
2023-08-17Add `util.inspect.custom` support to `util.inspect/Bun.inspect/console.log` (...Gravatar dave caruso 1-3/+3
2023-08-17Support Nitro (#4098)Gravatar dave caruso 1-6/+6
2023-08-17Allow IncomingRequest.req to be overwritten. (#4154)Gravatar dave caruso 1-3/+3
2023-08-17Fix(node:fs): add buffer parameter in fs.read callback. (#4191)Gravatar Ai Hoshino 1-3/+3
2023-08-16`bun --inspect` (#4158)Gravatar Jarred Sumner 1-168/+180
2023-08-15res.thenGravatar Dylan Conway 1-3/+3
2023-08-14Make builtins' source origin use a valid url (#4152)Gravatar dave caruso 1-174/+175
2023-08-12Fix worker event loop ref/unref + leak (#4114)Gravatar dave caruso 1-3/+3
2023-08-10async realpath (#4117)Gravatar Jarred Sumner 1-6/+6
2023-08-10run files without extensions (#4113)Gravatar Dylan Conway 1-3/+3
2023-08-10add util.formatWithOptions (#4090)Gravatar dave caruso 1-3/+3
2023-08-10remove non-node node-fallbacks (#4082)Gravatar dave caruso 1-3/+3
2023-08-08worker tests (#4058)Gravatar dave caruso 1-3/+3
2023-08-07Add `env` option for `node:worker_threads` (#4052)Gravatar dave caruso 1-3/+3
2023-08-06Fixes #4029 and fixes #4022 (#4032)Gravatar Jarred Sumner 1-6/+6
2023-08-06feat: impl `dns.getServers` (#3982)Gravatar Ai Hoshino 1-3/+3
2023-08-04FFI typo (#3973)Gravatar dave caruso 1-3/+3
2023-08-03Bunch of fixes (#3516)Gravatar Ashcon Partovi 1-3/+507
2023-08-03Minor optimization: Avoid extra copying when the chunk has only one element. ...Gravatar Ai Hoshino 1-3/+3
2023-08-02Fix http write (#3939)Gravatar dave caruso 1-3/+3
2023-08-02Implement `node:worker_threads` (#3923)Gravatar Jarred Sumner 1-3/+3
2023-08-02Implement `node:diagnostics_channel` (#3934)Gravatar Ashcon Partovi 1-3/+3
2023-08-02Rewrite built-in modules to use CommonJS over ESM (#3814)Gravatar dave caruso 1-0/+181