Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-18 | Update generate-classes.ts | 1 | -2/+2 | ||
2022-08-18 | Handle builds with remote inspector disabled | 4 | -8/+33 | ||
2022-08-17 | Missing parameter after merge | 1 | -0/+5 | ||
2022-08-17 | Update ZigGlobalObject.cpp | 1 | -1/+1 | ||
2022-08-17 | Move the crypto hashers to the new bindings | 15 | -482/+4744 | ||
2022-08-17 | Add native process module (#1095) | 5 | -21/+93 | ||
2022-08-17 | Move around some things | 8 | -180/+235 | ||
2022-08-17 | slightly improve streams perf | 6 | -336/+320 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 43 | -1024/+4449 | ||
2022-08-17 | Slightly improve header init perf | 1 | -47/+34 | ||
2022-08-17 | [bun:ffi] Improve `ptr()` performance and implement code generation for DOMJIT | 20 | -331/+739 | ||
2022-08-17 | [bun:sqlite] Add DOMJIT to get() | 1 | -64/+122 | ||
2022-08-17 | Fix server segfault by making controller not early GC'ed (#1090) | 4 | -634/+828 | ||
* Fix http server segfault by making controller not get GC'ed * fix format | |||||
2022-08-15 | Fix active_task count for timeout tasks (#1081) | 1 | -0/+2 | ||
2022-08-14 | Add synthetic buffer module (#1076) | 3 | -21/+41 | ||
* Add synthetic buffer module * rename Buffer.h to BufferModule.h | |||||
2022-08-13 | Merge remote-tracking branch 'origin/jarred/redo-linux-event-loop' | 4 | -4/+5 | ||
2022-08-13 | wip SyntheticModule | 8 | -26/+89 | ||
2022-08-13 | Update WebKit | 1 | -0/+0 | ||
2022-08-13 | [Bun.serve] Fix crash on `req.headers` async | 1 | -0/+5 | ||
2022-08-13 | Improve event loop reliability on Linux | 5 | -4/+5 | ||
2022-08-12 | Update WebKit | 16 | -110/+132 | ||
2022-08-12 | Add missing sqlite3 symbol | 1 | -0/+5 | ||
2022-08-12 | remove column name caches in js (#1057) | 2 | -17/+8 | ||
2022-08-12 | invalidate column name caches when the schema of table may change (#1056) | 2 | -63/+91 | ||
2022-08-12 | Faster performance.now() | 1 | -0/+4 | ||
2022-08-12 | Update WebKit | 2 | -8/+91 | ||
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 | Update ZigGlobalObject.cpp | 1 | -2/+0 | ||
2022-08-10 | Log uncaught exceptions | 2 | -3/+5 | ||
2022-08-10 | Add shared property | 1 | -4/+5 | ||
2022-08-10 | Fix console.log with typed arrays | 5 | -73/+242 | ||
2022-08-10 | Add `Event` JSType | 2 | -1/+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` | 6 | -17/+45 | ||
- 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-09 | [js] Fix console.log(Infinity) | 1 | -1/+9 | ||
2022-08-09 | [bun:ffi] ~30% perf improvement for wrapped functions | 1 | -2/+59 | ||
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 ↵ | 1 | -1/+75 | ||
`toArrayBuffer` | |||||
2022-08-09 | add some comments | 1 | -1/+16 | ||
2022-08-09 | [node compat] Improve fs.copyFileSync performance on macOS | 3 | -1/+93 | ||
2022-08-09 | Improve fs.copyFile performance on Linux (#1035) | 1 | -23/+37 | ||
* [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 | [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` | 3 | -9/+121 | ||
2022-08-09 | Fix static require by setting the state machine manually (#1034) | 2 | -1/+7 | ||
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 | Update JSSQLStatement.cpp | 1 | -2/+2 | ||