aboutsummaryrefslogtreecommitdiff
path: root/src/js (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-22fix(runtime): exclude unevaluated module in `require.cache` (#5903)Gravatar Ai Hoshino 2-3/+3
2023-09-21Implement module.parent (#5889)bun-v1.0.3Gravatar dave caruso 8-6615/+6622
2023-09-21disable child_process execArgv + fix crash in cli parsing (#5843)Gravatar dave caruso 2-15/+15
2023-09-21fix: correctly pass the encrypted(bool) property on "Socket" for express.js (...Gravatar Liz 5-3708/+3708
2023-09-21Regenerate builtinsGravatar Jarred Sumner 3-5009/+5009
2023-09-20fix(run): interpret extensionless files as typescript (#5711)Gravatar dave caruso 2-4/+4
2023-09-20fix(ffi) fix size limit for dlopen (#5516)Gravatar Ciro Spaciari 5-5013/+5013
2023-09-20feat(node:dns): implement `dns.lookupService` (#5613)Gravatar Ai Hoshino 2-5/+12
2023-09-19Fixes #3712 (#5730)Gravatar Jarred Sumner 2-5/+9
2023-09-18fix(runtime/node): Allow `new Buffer.alloc()` + Upgrade WebKit (#5699)Gravatar dave caruso 5-12/+18
2023-09-18feat(runtime): Implement `console.Console` (#5448)Gravatar dave caruso 5-4/+783
2023-09-18Fix HTTP listen behavior being non-compliant with node (#5689)Gravatar dave caruso 2-4/+4
2023-09-16webkit upgrade (#5535)Gravatar Dylan Conway 2-27/+27
2023-09-15Update InternalModuleRegistryConstants.hGravatar Dylan Conway 1-2/+2
2023-09-15feat(runtime): add `process.binding` `uv`/`natives`/`config` + make global ob...Gravatar dave caruso 5-73/+42
2023-09-15Fixes #5465 (#5468)Gravatar Jarred Sumner 2-10/+8
2023-09-14fix http set cookie headers (#5428)Gravatar Dylan Conway 2-15/+9
2023-09-14async-ify all node:fs functions (#5360)Gravatar Jarred Sumner 3-107/+86
2023-09-14fix(runtime): emit `node:net` connect error event vs throw (#5336)Gravatar dave caruso 2-56/+70
2023-09-13fix(runtime): make most globals configurable/deletable, allow resuming the co...Gravatar dave caruso 11-880/+920
2023-09-13feat(nodejs): implement `os.availableParallelism` (#5109)Gravatar WingLim 2-3/+6
2023-09-13fix(runtime): require cache should not include unevaluated ESM modules. (#5233)Gravatar dave caruso 2-7/+5
2023-09-12js/node/stream.js: call write() callback when encoding is not provided (#4841)Gravatar cfal 2-3/+7
2023-09-11Fix punctuation (#4870)Gravatar Matthew Yu 1-2/+2
2023-09-11Make detect-libc package match the upstream api (#4910)Gravatar fehnomenal 3-14/+14
2023-09-10Support named imports for json & toml files at runtime (#4783)Gravatar Jarred Sumner 5-3/+7
2023-09-08Fix listen() using unix socket if argument is a valid port (#4620)Gravatar Ashcon Partovi 2-4/+4
2023-09-07Bump version to Bun 1.0.0 (#4543)Gravatar dave caruso 4-359/+338
2023-09-07revert (#4539)Gravatar dave caruso 5-405/+47
2023-09-07Progress for Next.js (#4468)Gravatar dave caruso 18-5147/+5590
2023-09-06feat(fetch) rejectUnauthorized and checkServerIdentity (#4514)Gravatar Ciro Spaciari 6-5020/+5020
2023-09-06fix(runtime): fix `events.once` not working (#4520)Gravatar dave caruso 2-5/+6
2023-09-05Align `process.nextTick` execution order with Node (#4409)Gravatar Jarred Sumner 3-0/+221
2023-09-05feat(runtime): Implement `fs.watchFile` (#4467)Gravatar dave caruso 2-4/+92
2023-09-05fix(node:net): emit close event on connection error (#4336)Gravatar dave caruso 2-8/+6
2023-09-05minor rebuild diffs (#4486)Gravatar Alex Lam S.L 4-4999/+4999
2023-09-04fix(HTMLRewriter) buffer response before transform (#4418)Gravatar Ciro Spaciari 4-4999/+4999
2023-08-30feat(node:fs): add `cp`/`cpSync`/`promises.cp` + async `copyFile` (#4340)Gravatar dave caruso 15-280/+1106
2023-08-30minor rebuild diffs (#4416)Gravatar Alex Lam S.L 3-4994/+4994
2023-08-30fix(http/https) disable decompress on http/https client (#4399)Gravatar Ciro Spaciari 5-4997/+5000
2023-08-30reset signal handlers in Bun.spawn (#4405)Gravatar Jarred Sumner 2-6/+11
2023-08-29More support for DAP (#4380)Gravatar Ashcon Partovi 2-286/+300
2023-08-29fix(node-fetch): use stream.Readable instead of web streams (#4394)Gravatar dave caruso 6-73/+106
2023-08-29parse unix socket path param in `http.server` (#4390)Gravatar Ai Hoshino 2-3/+8
2023-08-29emit open and call close callback (#4384)Gravatar Dylan Conway 3-10/+29
2023-08-28feat(node:dns): implement `dns.reverse`. (#4332)Gravatar Ai Hoshino 2-6/+35
2023-08-28use `options.fd` if provided for `fs.Read/WriteStream` (#4378)Gravatar Dylan Conway 3-40/+44
2023-08-26More improvements to debugger support (#4345)Gravatar Ashcon Partovi 2-37/+79
2023-08-24Fix(node:http): fix URL formatting when using a proxy. (#4297)Gravatar Ai Hoshino 2-17/+23
2023-08-23Bunch of streams fixes (#4251)Gravatar Jarred Sumner 3-10/+17