Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-07-28 | Fix `process.versions.webkit` | 1 | -1/+6 | ||
2022-07-28 | [node compat] Fix bug with `process.title` | 1 | -1/+1 | ||
2022-07-27 | [misc] Simplify the commands used to build bun | 4 | -9/+9 | ||
2022-07-27 | Upgrade WebKit in Dockerfile | 1 | -0/+0 | ||
2022-07-27 | `getObject` -> `asCell` because it's a little bit safer | 1 | -2/+2 | ||
2022-07-27 | Update WebKit | 1 | -0/+0 | ||
2022-07-27 | Upgrade WebKit | 47 | -42/+665 | ||
2022-07-27 | #609 Don't truncate ascii buffers to 7-bit (#775) | 2 | -12/+23 | ||
2022-07-24 | Wire up `console.log(new Blob)` | 1 | -0/+5 | ||
2022-07-24 | Improve `console.log(new Blob([123]))` output | 1 | -7/+95 | ||
2022-07-24 | Make errors always print `error:` unless the name of the error is `Error` | 1 | -3/+9 | ||
2022-07-22 | Update WebKit | 1 | -0/+0 | ||
2022-07-22 | Canary builds (Linux) (#824)canary | 2 | -3/+5 | ||
* wip * WIP: * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * Workaround missing system calls * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Fix baseline detection * WIP * strip debug symbol * Auto-generate canary build Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-07-20 | feat(node/fs): implement more stat methods (#807) | 1 | -5/+46 | ||
2022-07-19 | fix(api): stop double-free of prop array (#793) | 2 | -8/+6 | ||
2022-07-17 | [js] Set `global` and `self` | 1 | -0/+3 | ||
Fixes https://github.com/oven-sh/bun/issues/768 | |||||
2022-07-17 | [js] Fix invalid unicode codepoint in error | 1 | -1/+1 | ||
2022-07-17 | Fixes https://github.com/oven-sh/bun/issues/769 | 1 | -1/+8 | ||
Not tested | |||||
2022-07-17 | fix printing message for thrown non-error objects (#764) | 1 | -56/+41 | ||
* fix printing message for thrown non-error objects * fine tuning error formatting * more fine tuning error formatting | |||||
2022-07-15 | [bun.js] Fix non-ascii latin1 string handling in console.log | 4 | -26/+81 | ||
Closes https://github.com/oven-sh/bun/issues/738 Closes https://github.com/oven-sh/bun/issues/737 | |||||
2022-07-13 | fix(napi): gurantee -> guarantee (#683) | 1 | -2/+2 | ||
2022-07-13 | add node:http Server polyfill (#572) | 2 | -2/+556 | ||
* node:http polyfill * remove @ts-ignore * reuse emitter instance * requested changes * cleanup Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-07-12 | [bun.js] GC more strings | 2 | -4/+8 | ||
2022-07-12 | [bun.js] Fix GC bug with `fetch` | 1 | -68/+29 | ||
2022-07-12 | [napi] Implement `napi_get_property_names` | 1 | -0/+27 | ||
2022-07-12 | refactor(exports.zig): Fix WebSocketHTTPSClient var name (#598) | 1 | -3/+3 | ||
Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
2022-07-12 | [jsc] Fix segfault with promises | 1 | -3/+1 | ||