Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-08-08 | fix segfault for query().all() with more than 64 properties (#1025) | 1 | -2/+9 | ||
* fix segfault for query().all() with more than 64 properties * Update src/bun.js/bindings/sqlite/JSSQLStatement.cpp Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-08-07 | [misc] Don't spam `protect` / `unprotect` in debug logs | 1 | -1/+1 | ||
2022-08-07 | re-register setInterval to VM after completion (#1014) | 1 | -0/+3 | ||
2022-08-06 | [wiptest] fix calling toBe in describe (#1000) | 1 | -0/+20 | ||
2022-08-04 | [bun:sqlite] Fix crash when > 64 columns | 1 | -1/+4 | ||
Fixes https://github.com/oven-sh/bun/issues/987 | |||||
2022-08-04 | allow setting status code in Response.redirect (#985) | 1 | -1/+1 | ||
2022-08-04 | Allow timer with 0 -> 1 | 1 | -6/+3 | ||
2022-08-04 | `setImmediate` is now a global | 1 | -10/+46 | ||
2022-08-04 | [node.js compat] make `var {isBuffer} = Buffer;` work | 1 | -8/+4 | ||
2022-08-03 | [node.js compat] Clamp for `Buffer` functions instead of throwing | 1 | -22/+8 | ||
2022-08-03 | [node.js compat] latin1 & ascii encoding for `Buffer` | 1 | -5/+10 | ||
2022-08-03 | Fix test failures from `JSPropertyIterator` change | 4 | -152/+90 | ||
2022-08-03 | Add `process.revision` and expose git sha to builds | 3 | -0/+6 | ||
2022-08-03 | use import.meta.require instead of import (#973) | 1 | -2/+2 | ||
2022-08-03 | fix: prop iterator cstring variant (#974) | 1 | -4/+7 | ||
2022-08-03 | refactor: create a high-level property iterator (#972) | 4 | -118/+265 | ||
This also fixes multiple memory leaks double frees. | |||||
2022-08-03 | fix bug in process.hrtime() | 1 | -27/+27 | ||
2022-08-02 | Fix u32 jsNumber cast (#964) | 1 | -1/+1 | ||
2022-08-02 | [node.js compat] Implement `process.hrtime()` and `process.hrtime.bigint()` | 1 | -0/+67 | ||
2022-08-01 | Use WebKit LTO builds where appropriate | 1 | -0/+0 | ||
2022-07-31 | Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944) | 1 | -1/+1 | ||
* Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. * Fix: changed urls from types.d.ts to base bun-types repo. | |||||
2022-07-31 | refactor(bunjs/bindings): code readability fix ↵ | 1 | -3/+3 | ||
`functionLazyLoadStreamPrototypeMap_getter` (#926) | |||||
2022-07-29 | fix(ffi): double-free segfault with symbols object (#919) | 1 | -1/+0 | ||
2022-07-28 | Update WebKit | 1 | -0/+0 | ||