Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-27 | Fix `console.log(process.env)` | 2 | -20/+27 | ||
2022-11-27 | Add google fixture | 1 | -0/+16 | ||
2022-11-27 | Add missing v | 2 | -1/+5 | ||
Fixes https://github.com/oven-sh/bun/issues/1554 | |||||
2022-11-27 | Cleanup some of the encoding code | 3 | -35/+51 | ||
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 | 2 | -3/+44 | ||
Fixes #455 Fixes #1016 | |||||
2022-11-27 | Fix failing buffer tests | 2 | -8/+14 | ||
2022-11-27 | Fix crash in console.log | 4 | -41/+88 | ||
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 | Add microbenchmark for console log | 1 | -0/+53 | ||
2022-11-27 | Add tests for latin1 supplemental chars | 1 | -13/+56 | ||
2022-11-27 | fix hanging test | 1 | -8/+13 | ||
2022-11-27 | don't start NetworkThread unless necessary | 2 | -3/+2 | ||
2022-11-27 | Fix `make headers` | 3 | -1/+4 | ||
2022-11-27 | fix extra indent | 1 | -0/+2 | ||
2022-11-27 | [console.log] Fix printing latin1 supplement characters at runtime | 6 | -37/+83 | ||
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 | Now that utf16 is fast we can just count the length instead of re-allocating | 1 | -5/+1 | ||
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 | 2 | -15/+17 | ||
2022-11-26 | [bun:sqlite] Fix bug with latin1 supplemental characters | 2 | -2/+31 | ||
Fixes https://github.com/oven-sh/bun/issues/1553 | |||||
2022-11-26 | prettier? | 1 | -336/+339 | ||
2022-11-26 | Update mimalloc | 1 | -0/+0 | ||
2022-11-26 | Update string_immutable.zig | 1 | -1/+1 | ||
2022-11-26 | Faster UTF16 -> UTF8 and UTF8 -> UTF16 (#1552) | 14 | -6/+31329 | ||
* 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 | 2 | -2/+153 | ||
2022-11-26 | Add a console.log write bench | 1 | -0/+24 | ||
2022-11-26 | Fix 0 | 1 | -2/+4 | ||
2022-11-26 | Slightly improve when printing lots of numbers | 2 | -1/+55 | ||
2022-11-26 | Make console.log prettier | 4 | -82/+300 | ||
2022-11-25 | Prevent closing stdout / stderr | 1 | -2/+10 | ||
2022-11-25 | Update test | 2 | -29/+21 | ||
2022-11-25 | Fix linux build issue | 1 | -5/+9 | ||
2022-11-25 | Fix double free | 2 | -15/+28 | ||
2022-11-25 | typo | 1 | -1/+1 | ||
2022-11-25 | Use ccache for dependencies too | 1 | -20/+29 | ||