Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-07-21 | string escape edgecase (#3717)bun-v0.7.0 | 4 | -8/+22 | |
2023-07-21 | fix `isFIFO` (#3715) | 2 | -5/+5 | |
2023-07-20 | fix flaky test | 1 | -3/+2 | |
2023-07-20 | Bump | 2 | -1/+1 | |
2023-07-20 | Bump | 5 | -6/+4 | |
2023-07-20 | Update async_hooks.node.test.ts | 1 | -1/+1 | |
2023-07-20 | bump | 2 | -3/+3 | |
2023-07-20 | fix process.exit status code handling (#3714) | 9 | -597/+620 | |
2023-07-20 | Update sqlite.md | 1 | -5/+5 | |
2023-07-20 | Fix builtins again (#3713) | 2 | -7/+7 | |
2023-07-20 | fix directory caching with workaround (#3710) | 3 | -1/+46 | |
2023-07-20 | fix process.binding (#3711) | 2 | -14/+13 | |
2023-07-20 | Update process.test.js | 1 | -2/+2 | |
2023-07-20 | Update text-decoder.test.js | 1 | -1/+1 | |
2023-07-20 | Pass constructor arguments to TextDecoder (#3692) | 2 | -15/+69 | |
2023-07-20 | `resolveRopeIfNeeded` (#3708) | 1 | -0/+1 | |
2023-07-20 | set `_preload_modules` to empty array (#3709) | 2 | -2/+2 | |
2023-07-20 | Update Dockerfile | 1 | -1/+1 | |
2023-07-20 | fix start delay on Worker (#3707) | 6 | -3/+46 | |
2023-07-20 | Add number types for FFI (#3706) | 2 | -19/+28 | |
2023-07-19 | Update worker.test-d.ts | 1 | -4/+2 | |
2023-07-19 | Docs & types for 0.7 (#3665) | 8 | -26/+71 | |
2023-07-19 | Bump version to Bun v0.7.0 | 9 | -11/+11 | |
2023-07-19 | Support streams in response.formData() & request.formData, introduce Bun.read... | 24 | -65/+440 | |
2023-07-19 | Fixes #3670 (#3698) | 2 | -4/+29 | |
2023-07-19 | Inline`bun` object from workers | 4 | -39/+33 | |
2023-07-19 | Fix vite (#3694) | 6 | -10/+353 | |
2023-07-19 | Fix browser bundled string_decoder (#3693) | 3 | -4/+29 | |
2023-07-19 | Implement `AsyncLocalStorage` (#3089) | 67 | -3668/+4915 | |
2023-07-19 | Fix make headers | 1 | -2/+3 | |
2023-07-19 | update root certificates and add tls.rootCertificates (#3688) | 6 | -5/+42 | |
2023-07-19 | fix createDecipheriv (#3680) | 3 | -12/+74 | |
2023-07-19 | fix #3681 (#3690) | 2 | -13/+23 | |
2023-07-19 | set `did_panic` flag (#3687) | 3 | -1/+13 | |
2023-07-19 | move constants module to cpp (#3683) | 8 | -480/+273 | |
2023-07-19 | fix `make headers` | 1 | -7/+15 | |
2023-07-20 | Better error for workspace dependency not found (#3678) | 2 | -21/+85 | |
2023-07-18 | Fix crash in postMessage that repro'd after ~100,000 messages | 6 | -21/+57 | |
2023-07-18 | more progress on fixing gc issue | 6 | -61/+162 | |
2023-07-18 | add padding bytes | 1 | -1/+1 | |
2023-07-18 | feature(constants) add constants/node:constants module and tests(prisma) use ... | 16 | -20/+529 | |
2023-07-18 | patch checkServerIdentity (#3671) | 3 | -3/+9 | |
2023-07-18 | Update workers.md | 1 | -2/+2 | |
2023-07-18 | [jest] execute lifecycle hooks on empty blocks (#3663) | 2 | -19/+79 | |
2023-07-18 | Clarify | 1 | -0/+2 | |
2023-07-18 | Fixes #3669 | 4 | -13/+35 | |
2023-07-18 | zig upgrade (#3667) | 154 | -4894/+4857 | |
2023-07-17 | Enable postgres prisma test | 1 | -1/+1 | |
2023-07-17 | Emit writeBarrier in `napi_module_register` | 1 | -6/+14 | |
2023-07-17 | Fix potential crash in process.dlopen() | 2 | -5/+27 |