Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-12 | Faster performance.now() | 1 | -0/+4 | ||
2022-08-12 | Update WebKit | 8 | -33/+119 | ||
2022-08-12 | [bun.js] up to 60% faster TextEncoder.encodeInto and ~3% faster ↵ | 12 | -84/+822 | ||
TextEncoder.encode | |||||
2022-08-12 | [Bun.serve] Fix crash on invalid certificate file path for SSL | 1 | -3/+5 | ||
2022-08-11 | fix appendFile permission (#1052) | 1 | -1/+1 | ||
2022-08-10 | fix MD5 length and compile error (#1050) | 2 | -4/+4 | ||
2022-08-10 | Add `bun link` and `bun unlink` to completionsbun-v0.1.8 | 4 | -9/+83 | ||
2022-08-10 | [bun unlink] Partially implement | 2 | -7/+130 | ||
2022-08-10 | Include GIT_SHA in linux builds | 1 | -1/+7 | ||
2022-08-10 | Update bun-mac-aarch64.yml | 1 | -0/+1 | ||
2022-08-10 | Update ZigGlobalObject.cpp | 1 | -2/+0 | ||
2022-08-10 | Log uncaught exceptions | 3 | -5/+5 | ||
2022-08-10 | Add shared property | 1 | -4/+5 | ||
2022-08-10 | Fix console.log with typed arrays | 9 | -104/+371 | ||
2022-08-10 | Add `Event` JSType | 2 | -1/+5 | ||
2022-08-10 | Faster debug builds | 1 | -4/+5 | ||
2022-08-10 | Fix MessageEvent formatting | 1 | -0/+52 | ||
Fixes https://github.com/oven-sh/bun/issues/510 | |||||
2022-08-10 | improve reliability of `WebSocket` | 8 | -29/+77 | ||
- Fix GC not keeping WebSocket alive - Fix ignoring messages sent immediately after upgrade Fixes https://github.com/oven-sh/bun/issues/521 | |||||
2022-08-10 | Fix spurious unhandled promise rejection error | 2 | -8/+12 | ||
2022-08-10 | [bun upgrade] Add changelog URL | 1 | -4/+10 | ||
Fixes https://github.com/oven-sh/bun/issues/1019 | |||||
2022-08-10 | Remove trailing newline in git sha | 1 | -1/+1 | ||
2022-08-10 | Update js_parser.zig | 1 | -1/+1 | ||
2022-08-10 | [TS] Fix bug with `import Foo = require("bar")` | 2 | -74/+109 | ||
Closes https://github.com/oven-sh/bun/issues/1045 | |||||
2022-08-10 | Commit snapshot | 2 | -4/+12 | ||
2022-08-09 | Fix linux build? | 1 | -4/+4 | ||
2022-08-09 | [js] Fix console.log(Infinity) | 2 | -1/+12 | ||
2022-08-09 | [bun:ffi] ~30% perf improvement for wrapped functions | 3 | -2/+537 | ||
2022-08-09 | [bun:ffi] Re-enable most of the tests | 1 | -543/+582 | ||
2022-08-09 | [bun:ffi] Feature: Expose `ptr` on the FFI function | 1 | -0/+1 | ||
2022-08-09 | [bun:ffi] Feature: C deallocator callback function for `toBuffer` and ↵ | 2 | -5/+126 | ||
`toArrayBuffer` | |||||
2022-08-09 | Fix linux build | 1 | -1/+2 | ||
2022-08-09 | add some comments | 1 | -1/+16 | ||
2022-08-09 | [node compat] Add tests for `fs.copyFileSync` | 1 | -0/+60 | ||
2022-08-09 | [node compat] Improve fs.copyFileSync performance on macOS | 4 | -18/+127 | ||
2022-08-09 | Update Makefile | 1 | -4/+6 | ||
2022-08-09 | Improve fs.copyFile performance on Linux (#1035) | 2 | -23/+60 | ||
* [fs] Improve fs.copyFile performance on Linux * Add a fs.copyFileSync benchmark * Fix build error * Update node.mitata.mjs * Be more careful with permission Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-09 | Simplify building the debug tools | 1 | -28/+36 | ||
2022-08-09 | Fix clean-bindings script | 1 | -3/+1 | ||
2022-08-09 | [misc] Add a way to disable LOLHTML | 2 | -1/+73 | ||
LOLHTML costs about 1 MB of binary size | |||||
2022-08-09 | [node compat] Update `"module"` module's `require.resolve` implementation | 1 | -60/+38 | ||
2022-08-09 | [misc] Add a global private `@Bun` | 6 | -22/+26 | ||
2022-08-09 | [node compat] Implement `require.resolve` | 4 | -9/+137 | ||
2022-08-09 | Delete server polyfill | 2 | -17/+0 | ||
2022-08-09 | Fix static require by setting the state machine manually (#1034) | 2 | -1/+7 | ||
2022-08-08 | Update example Next app to 12.2 (#1033) | 2 | -10/+4 | ||
* Update bun-framework-next for version 12.2 * Match on minor version for next peer dependency per compatibility issues * Update example next app packages per 12.2 integration * Update next version warning per minor version compatibility changes Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-08-08 | Raise error on unhandled rejected promises (#1010) | 8 | -6/+58 | ||
* deal with unhandled rejected promise * use Vector<Strong<JSPromise>> to store rejected promises | |||||
2022-08-08 | Flip boolean | 1 | -2/+2 | ||
2022-08-08 | Fix baseline builds once again | 1 | -11/+93 | ||
2022-08-08 | fix compiling error on linux (#1027) | 1 | -1/+2 | ||
2022-08-08 | Update JSSQLStatement.cpp | 1 | -2/+2 | ||