Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-30 | Update install.md (#3890) | 1 | -1/+1 | ||
2023-07-30 | Fix issue with file loader (#3889) | 5 | -6/+34 | ||
* Fix issue with file loader * Update jest-extended.test.js --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-30 | Fixes #3884 | 2 | -42/+7 | ||
2023-07-30 | Bump | 1 | -1/+1 | ||
2023-07-30 | remove unnecessary move | 1 | -1/+1 | ||
2023-07-30 | Fix memory leak (#3887) | 10 | -87/+191 | ||
* Fix memory leak * Remove an extra copy * Further fixes --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-30 | Fix coredump when reading an empty file(`node:stream:createReadStream`) (#3882) | 2 | -0/+30 | ||
* Fix coredump when reading an empty file. Close: #3607 * It seems that the fd is closed when `auto_close` is true. | |||||
2023-07-30 | Improv. (#3885) | 3 | -37/+38 | ||
2023-07-29 | Make `bun:jsc` memoryUsage more accurate (#3876) | 6 | -68/+61 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-29 | docs: fixed small errors (#3879) | 4 | -4/+4 | ||
* Update cache.md * Update index.md * Update macros.md * Update writing.md | |||||
2023-07-29 | fix: small error (#3878) | 1 | -1/+1 | ||
2023-07-29 | typo spawn.md (#3875) | 1 | -1/+1 | ||
2023-07-28 | Update nodejs-apis.md | 1 | -4/+4 | ||
2023-07-28 | Update nodejs-apis.md | 1 | -5/+5 | ||
2023-07-28 | Defer task destructionbun-v0.7.1 | 1 | -1/+17 | ||
2023-07-28 | Stat largefile test (#3870) | 1 | -0/+22 | ||
* Add test for stat on a large file * Update fs.test.ts --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-28 | Ignore when printing to stdout errors (#3869) | 1 | -2/+4 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-28 | Fix bug with `/path/to/absolute/bun.lockb` | 1 | -10/+13 | ||
2023-07-28 | markBinding | 1 | -0/+1 | ||
2023-07-28 | optional parameter | 1 | -3/+3 | ||
2023-07-28 | Fixes #3868 | 1 | -2/+3 | ||
Fixes #3868 Fixes #849 | |||||
2023-07-28 | Fix assertion failure and possible infinite loop when printing as yarn lock ↵ | 2 | -3/+16 | ||
files | |||||
2023-07-28 | Mark broken test as todo | 2 | -1/+5 | ||
2023-07-28 | fix types and add message channel/port gc test | 2 | -62/+18 | ||
2023-07-28 | `MessageChannel` and `MessagePort` (#3860) | 57 | -247/+3752 | ||
* copy and format * copy * copy * cleanup * some tests * spellcheck * add types * don't lock getting contextId * array buffer test | |||||
2023-07-28 | mark tests as todo | 2 | -81/+75 | ||
2023-07-28 | add fork to child_process (#3851) | 7 | -19/+446 | ||
* add fork to child_process * fix export * add test to child_process method `fork` * fmt fork * remove only from test | |||||
2023-07-28 | feat(bun/test): Impl. expect().pass() & expect().fail() (#3843) | 6 | -5/+212 | ||
* Impl. pass & fail * fix * fix 2 * smol | |||||
2023-07-28 | fix the chunk boundary (`node:stream:createReadStream`) (#3853) | 3 | -8/+90 | ||
* fix the slice boundary. Close: #3668 * Add more boundary test case. * fix end is 0. | |||||
2023-07-28 | Support file: URLs in `fetch` (#3858) | 6 | -183/+281 | ||
* Support file: URLs in `fetch` * Update url.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-28 | fix(tls) exposes native canonicalizeIP and fix rootCertificates (#3866) | 7 | -29/+125 | ||
* exposes native canonicalizeIP * remove unintended duplicate * add tests * add tests for debug builds * add rootCertificates test and fix len * just randomize test ids on prisma * remove work around and bump usockets with the actual fix * fix case * bump uws | |||||
2023-07-28 | Fixes #3795 (#3856) | 11 | -6/+140 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-28 | Add todo | 2 | -0/+8 | ||
cc @cirospaciari | |||||
2023-07-28 | Update pull_request_template.md | 1 | -1/+1 | ||
2023-07-28 | Update pull_request_template.md | 1 | -11/+16 | ||
2023-07-27 | Fix bug with // @bun annotation in main thread (#3855) | 4 | -2/+53 | ||
* Uncomment test * Fix bug with // @bun + async transpiler --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-27 | Add `Bun.isMainThread` | 7 | -3/+48 | ||
2023-07-27 | Uncomment test | 1 | -1/+1 | ||
2023-07-27 | Resolve watch directories outside main thread + async iterator and symlink ↵ | 8 | -197/+523 | ||
fixes (#3846) * linux working pending tests with FSEvents * add more tests, fix async iterator * remove unnecessary check * fix macos symlink on directories * remove indirection layer * todos * fixes and some permission test * fix opsie and make prisma test more reliable * rebase with main * add comptime check for macOS * oops * oops2 * fix symlinks cascade on FSEvents * use JSC.WorkPool * use withResolver, createFIFO and fix close event on async iterator * remove unused events --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-07-27 | Update pull_request_template.md | 1 | -1/+1 | ||
2023-07-27 | Update pull_request_template.md | 1 | -1/+1 | ||
2023-07-27 | Update pull_request_template.md | 1 | -1/+1 | ||
2023-07-27 | Update pull_request_template.md | 1 | -2/+2 | ||
2023-07-27 | Update pull_request_template.md | 1 | -0/+4 | ||
2023-07-27 | Update pull_request_template.md | 1 | -5/+11 | ||