Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-19 | fix buffer.slice(0, 0) (#1114) | 1 | -0/+1 | ||
2022-08-19 | fix buffer.copy (#1113) | 1 | -0/+27 | ||
2022-08-19 | Update bun init testbun-v0.1.10 | 1 | -2/+2 | ||
2022-08-18 | Make `Request`, `Response` and `TextDecoder` not read-only | 1 | -0/+19 | ||
2022-08-18 | Add string support to `Buffer.fill` | 1 | -0/+45 | ||
2022-08-18 | Fixes https://github.com/oven-sh/bun/issues/1069bun-v0.1.9 | 1 | -0/+20 | ||
2022-08-18 | Handle builds with remote inspector disabled | 1 | -1/+1 | ||
2022-08-17 | uncomment | 1 | -212/+211 | ||
2022-08-17 | slightly improve streams perf | 1 | -212/+214 | ||
2022-08-12 | Update WebKit | 1 | -13/+14 | ||
2022-08-10 | Log uncaught exceptions | 1 | -2/+0 | ||
2022-08-10 | Fix console.log with typed arrays | 2 | -28/+84 | ||
2022-08-10 | [TS] Fix bug with `import Foo = require("bar")` | 1 | -62/+95 | ||
Closes https://github.com/oven-sh/bun/issues/1045 | |||||
2022-08-10 | Commit snapshot | 2 | -4/+12 | ||
2022-08-09 | [js] Fix console.log(Infinity) | 1 | -0/+3 | ||
2022-08-09 | [bun:ffi] ~30% perf improvement for wrapped functions | 1 | -0/+13 | ||
2022-08-09 | [bun:ffi] Re-enable most of the tests | 1 | -543/+582 | ||
2022-08-09 | [node compat] Add tests for `fs.copyFileSync` | 1 | -0/+60 | ||
2022-08-09 | [node compat] Implement `require.resolve` | 1 | -0/+16 | ||
2022-08-08 | fix segfault for query().all() with more than 64 properties (#1025) | 1 | -55/+53 | ||
* 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 | bun link fixture | 11 | -0/+266 | ||
2022-08-05 | feat(util): support for util.TextDecoder (#990) | 3 | -55/+77 | ||
* build:(landing) automated website build * Revert "build:(landing) automated website build" This reverts commit ddee8485fd8b76160962c410b885e17aaff95b4e. * feat(util): support for util.TextDecoder * tests(util): add TextDecoder * tests: seperate text-decoder Co-authored-by: xHyroM <xHyroM@users.noreply.github.com> | |||||
2022-08-05 | Fix for bearer tokens missing from request headers on bun install step (#991) | 1 | -0/+23 | ||
2022-08-04 | [bun init] Add a test | 1 | -0/+26 | ||
2022-08-04 | [misc] Add `bun-types` to repo | 1 | -2/+1 | ||
2022-08-04 | [bun:sqlite] Fix crash when > 64 columns | 1 | -2/+61 | ||
Fixes https://github.com/oven-sh/bun/issues/987 | |||||
2022-08-03 | [node.js compat] latin1 & ascii encoding for `Buffer` | 1 | -7/+7 | ||
2022-08-02 | [node.js compat] Implement `process.hrtime()` and `process.hrtime.bigint()` | 1 | -1/+15 | ||
2022-07-31 | Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944) | 4 | -5/+5 | ||
* 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-27 | #609 Don't truncate ascii buffers to 7-bit (#775) | 1 | -0/+11 | ||
2022-07-25 | Increasing test coverage for node compatibility for util (#854) | 1 | -2/+232 | ||
* [Bun.js] support for util.TextEncoder * [Bun.js] test for util.TextEncoder * [Bun.js] tests ported from node's test-util | |||||
2022-07-24 | Some tests for `console.log(new Blob([123]))` | 1 | -1/+31 | ||
2022-07-23 | [Bun.js] support for util.TextEncoder (#844) | 1 | -0/+13 | ||
* [Bun.js] support for util.TextEncoder * [Bun.js] test for util.TextEncoder | |||||
2022-07-22 | Mark as executable | 2 | -0/+20 | ||
2022-07-22 | fix: remove suffix arg for mktemp compatibility (#825) | 5 | -5/+5 | ||
2022-07-20 | feat(node/fs): implement more stat methods (#807) | 2 | -0/+62 | ||
2022-07-16 | test(wiptest): add a way to test wiptest (#699) | 7 | -0/+441 | ||
This adds a really basic test runner that will execute test files using `bun wiptest` and compare the output to make sure it's correct. It could definitely be improved, especially in the speed department, but it's at least functional now, which is better than we had before! | |||||
2022-07-15 | [parser] Fix symbol collision with require | 3 | -0/+13 | ||
Fixes https://github.com/oven-sh/bun/issues/674 Fixes https://github.com/oven-sh/bun/issues/382 | |||||
2022-07-15 | Add a TLA test | 2 | -0/+11 | ||
2022-07-15 | [bun.js] Fix non-ascii latin1 string handling in console.log | 1 | -0/+17 | ||
Closes https://github.com/oven-sh/bun/issues/738 Closes https://github.com/oven-sh/bun/issues/737 | |||||
2022-07-11 | woops | 1 | -1/+1 | ||
2022-07-11 | [integration test scripts] `bun` -> `bun dev` | 3 | -4/+4 | ||
2022-07-11 | Revert changes to integration test scripts that break macOS tests | 8 | -98/+58 | ||
2022-07-11 | [resolver] Stripe `file://` from import paths | 1 | -0/+8 | ||
2022-07-11 | Fixes https://github.com/oven-sh/bun/issues/195 | 1 | -0/+10 | ||
2022-07-11 | Fixes https://github.com/oven-sh/bun/issues/561 | 1 | -0/+20 | ||
2022-07-11 | Fixes https://github.com/oven-sh/bun/issues/229 | 2 | -3/+50 | ||
2022-07-10 | Update GitHub URL to match new repo URL (#547) | 5 | -7/+7 | ||
* Update repo URLs * GitHub URL update * Revert accidental URL changes | |||||
2022-07-09 | update bash references to work in non-fhs compliant distros | 8 | -8/+8 | ||
Signed-off-by: lucasew <lucas59356@gmail.com> | |||||
2022-07-09 | Migrate to Zig v0.10.0 | 58 | -299/+279 | ||