Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-28 | Ensure we report errors in controller.close | 1 | -1/+9 | ||
2022-11-28 | Update JSEnvironmentVariableMap.cpp | 1 | -1/+1 | ||
2022-11-28 | Allow overriding node:fs | 1 | -0/+9 | ||
2022-11-28 | Fix process.env and Bun.env object spread | 8 | -204/+127 | ||
Fixes https://github.com/oven-sh/bun/issues/1512 | |||||
2022-11-27 | Fix `console.log(process.env)` | 2 | -20/+27 | ||
2022-11-27 | Add missing v | 1 | -1/+1 | ||
Fixes https://github.com/oven-sh/bun/issues/1554 | |||||
2022-11-27 | Cleanup some of the encoding code | 2 | -28/+31 | ||
2022-11-27 | Fix handling `delete process.env.foo` | 1 | -1/+4 | ||
2022-11-27 | Don't make toJSON enumerable in process.env | 1 | -27/+2 | ||
2022-11-27 | Fix UTF16 bug in `await fetch().text()` | 1 | -11/+8 | ||
2022-11-27 | :scissors: dead code | 1 | -758/+0 | ||
2022-11-27 | Fix Buffer.toString("latin1") and make Buffer.toString("utf16le") faster | 1 | -3/+17 | ||
Fixes #455 Fixes #1016 | |||||
2022-11-27 | Fix failing buffer tests | 1 | -6/+12 | ||
2022-11-27 | Fix crash in console.log | 1 | -10/+13 | ||
2022-11-27 | Increase the max prototype count | 1 | -19/+30 | ||
2022-11-27 | Update bindings.cpp | 1 | -0/+2 | ||
2022-11-27 | [console.log] Remove extra indent | 1 | -1/+0 | ||
2022-11-27 | Handle more cases with printing objects | 5 | -35/+35 | ||
2022-11-27 | remove leak | 1 | -5/+8 | ||
2022-11-27 | fix extra indent | 1 | -0/+2 | ||
2022-11-27 | [console.log] Fix printing latin1 supplement characters at runtime | 4 | -15/+22 | ||
Fixes https://github.com/oven-sh/bun/issues/1031#issuecomment-1236092120 | |||||
2022-11-27 | [console.log] Improve Object formatting and error handling | 3 | -182/+399 | ||
2022-11-27 | `[console.log]` log Proxy objects | 1 | -0/+7 | ||
2022-11-27 | [console.log] Treat `GlobalObject` like `Object` | 1 | -1/+1 | ||
2022-11-27 | [console.log] Treat `ArrayBuffer` like `Uint8Array` | 1 | -0/+1 | ||
2022-11-27 | [console.log] Fix logging `Symbol` values | 1 | -3/+2 | ||
2022-11-27 | Remove extra indent | 1 | -2/+0 | ||
2022-11-27 | Fix strangeness with Bun.env keys | 1 | -9/+10 | ||
2022-11-27 | Fix crash in Headers.prototype.count | 1 | -2/+5 | ||
2022-11-27 | Fix crash in OnigurumaRegExp getters | 1 | -0/+6 | ||
2022-11-26 | Fix build issue | 1 | -13/+15 | ||
2022-11-26 | [bun:sqlite] Fix bug with latin1 supplemental characters | 1 | -2/+5 | ||
Fixes https://github.com/oven-sh/bun/issues/1553 | |||||
2022-11-26 | Faster UTF16 -> UTF8 and UTF8 -> UTF16 (#1552) | 4 | -0/+31063 | ||
* Fix freezing test * Add SIMDUTF * More micro bench snippets * Update .gitattributes * Update .gitattributes Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-26 | Make HTTP status text more consistent with other HTTP servers | 1 | -2/+73 | ||
2022-11-26 | Fix 0 | 1 | -2/+4 | ||
2022-11-26 | Slightly improve when printing lots of numbers | 1 | -1/+16 | ||
2022-11-26 | Make console.log prettier | 4 | -82/+300 | ||
2022-11-25 | Prevent closing stdout / stderr | 1 | -2/+10 | ||
2022-11-25 | Fix linux build issue | 1 | -5/+9 | ||
2022-11-25 | Fix double free | 2 | -15/+28 | ||
2022-11-25 | Simplify | 1 | -7/+5 | ||
2022-11-25 | Add some missing finalizers | 1 | -24/+11 | ||
2022-11-25 | Always watch | 1 | -1/+2 | ||
2022-11-25 | Fix `Subprocess.prototype.killed` | 1 | -4/+18 | ||
2022-11-25 | Fix macros that return a Promise | 1 | -0/+42 | ||
2022-11-25 | Report `Infinity` when for non-regular files with a size of 0 | 1 | -11/+20 | ||
2022-11-25 | [internal] Log stat calls | 1 | -2/+13 | ||
2022-11-25 | [internal] Remove all usages of `suspend` and `resume` | 1 | -207/+176 | ||
2022-11-25 | Fix memory leak with `.json()` | 1 | -0/+1 | ||
2022-11-25 | [behavior change] Bun.file().size now always reports a number | 1 | -0/+38 | ||