aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-09fix(AbortSignal/fetch) fix AbortSignal.timeout, fetch lock behavior and fetch...Gravatar Ciro Spaciari 9-23/+50
2023-10-09fix: support uint8 exit code range (#6303)Gravatar Liz 1-2/+2
2023-10-07feat(KeyObject) (#5940)Gravatar Ciro Spaciari 23-52/+2567
2023-10-05WebCryptoAPI: remove JWK "EdDSA" alg checks (#6294)Gravatar Filip Skokan 1-2/+0
2023-10-04fix os test failureGravatar Dylan Conway 1-0/+3
2023-10-04Create `AbortSignal` without JS (#6278)Gravatar Jarred Sumner 4-15/+24
2023-10-03Upgrade webkit (#6277)Gravatar Dylan Conway 4-10/+14
2023-10-03compat: Buffer: allow optional positional arguments to be undefined (#4911)Gravatar Andrey Smirnov 1-14/+51
2023-10-03fix(blob): Add the current offset to the new blob. (#6259)Gravatar Ai Hoshino 1-1/+2
2023-10-03feat(encoding): support BOM detection with test passed (#6074)Gravatar WingLim 4-7/+47
2023-10-02Set `fetch` timeout to 5 minutes (#6217)Gravatar Jarred Sumner 1-2/+13
2023-10-02Warn at start when using AVX build of Bun without AVX support (#6242)Gravatar Jarred Sumner 1-1/+28
2023-10-01fix(node:process): fix return value of `process.kill` (#6207)Gravatar Ai Hoshino 1-1/+1
2023-09-29Implement virtual module support in `Bun.plugin` (#6167)Gravatar Jarred Sumner 10-108/+361
2023-09-29fix(runtime): followup for `server.requestIP` (#6185)Gravatar dave caruso 3-6/+8
2023-09-29fix: don't set default request method when creating a Request (#6154)Gravatar Liz 1-13/+14
2023-09-29fix(resolver): support encoded file urls (#5766)Gravatar dave caruso 6-32/+87
2023-09-29feat(runtime): implement `server.requestIp` + node:http `socket.address()` (#...Gravatar dave caruso 9-26/+354
2023-09-28Upgrade to latest Node.js version (#6158)Gravatar Jarred Sumner 1-5/+5
2023-09-28Reduce memory usage of HTTP server (#6135)Gravatar Jarred Sumner 3-18/+32
2023-09-28Revert WebKit submodule to where it should beGravatar dave caruso 1-0/+0
2023-09-28Revert "Update prisma guide"Gravatar Colin McDonnell 1-0/+0
2023-09-28Update prisma guideGravatar Colin McDonnell 1-0/+0
2023-09-28Get Next.js Pages Router to work (#6095)Gravatar dave caruso 8-115/+169
2023-09-27Complete rework of the majority of `node:util`, primarily `util.inspect` (#4493)Gravatar jhmaster 1-1/+4
2023-09-27`deadCodeElimination` toggle for Bun.Transpiler (#5932)Gravatar jhmaster 1-0/+6
2023-09-27fix: implement correct behaviour for urls with blob: scheme (#5825)Gravatar Liz 1-1/+8
2023-09-26fix: support console.dir options object correctly (#6059)Gravatar Liz 1-8/+28
2023-09-26fix server end of stream, fix fetch not streaming without content-length or c...Gravatar Ciro Spaciari 2-2/+19
2023-09-25no this value (#6063)Gravatar Dylan Conway 1-1/+1
2023-09-25Drain microtasks at end of abort() if called into JS (#6036)Gravatar Jarred Sumner 1-5/+14
2023-09-25Add Module._extensions (#5998)Gravatar Jarred Sumner 1-2/+7
2023-09-25Make error message for `new URL(invalid)` better (#6032)Gravatar Jarred Sumner 1-5/+15
2023-09-24Do not use removefileat() (#6001)Gravatar Jarred Sumner 1-91/+9
2023-09-24Fixes #5985 (#5986)Gravatar Jarred Sumner 3-5/+9
2023-09-22Make this function inlineGravatar Jarred Sumner 1-1/+1
2023-09-21Implement module.parent (#5889)bun-v1.0.3Gravatar dave caruso 6-30/+74
2023-09-21fix #5865 (#5890)Gravatar Dylan Conway 1-1/+1
2023-09-21ref and deinit (#5883)Gravatar Dylan Conway 2-2/+33
2023-09-21Don't use arena in node:fs (#5863)Gravatar Jarred Sumner 3-8/+8
2023-09-21fix(node:fs): use the right copyFile constants (#5874)Gravatar dave caruso 1-4/+3
2023-09-21Fix test failures (#5862)Gravatar Jarred Sumner 2-12/+4
2023-09-21On Linux, respect memory limit from cgroups (#5849)Gravatar Jarred Sumner 3-56/+69
2023-09-21Revert "feat(encoding): support BOM detection (#5550)"Gravatar Jarred Sumner 4-47/+7
2023-09-21Fixes #5859jarred/5859Gravatar Jarred Sumner 1-6/+13
2023-09-20fix: add check to sqlite extension loading logic (#5773)Gravatar Liz 2-0/+9
2023-09-20fix(console.log): change default depth from 8 to 2 (#5839)Gravatar Jibran Kalia 1-1/+1
2023-09-20fix(run): interpret extensionless files as typescript (#5711)Gravatar dave caruso 2-10/+17
2023-09-20fix(ffi) fix size limit for dlopen (#5516)Gravatar Ciro Spaciari 2-3/+7
2023-09-20feat(encoding): support BOM detection (#5550)Gravatar WingLim 4-7/+47