Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 | [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) | 2 | -2/+2 | ||
* 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-20 | feat(node/fs): implement more stat methods (#807) | 2 | -0/+62 | ||
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 | [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-10 | Update GitHub URL to match new repo URL (#547) | 3 | -4/+4 | ||
* Update repo URLs * GitHub URL update * Revert accidental URL changes | |||||
2022-07-06 | fixup!: add newline to end of file | 1 | -1/+1 | ||
2022-07-06 | refactor: wrap BigInt tests in describe block | 1 | -9/+11 | ||
Place BigInt tests inside of describe block to match test structure of the rest of the codebase. | |||||
2022-07-04 | Fix case in dynamic require() | 1 | -0/+12 | ||
2022-07-04 | [resolver] Add a test for self-referencing package.json exports | 1 | -0/+44 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 1 | -43/+43 | ||
2022-07-02 | Update reactdom-bun.js | 1 | -1/+1 | ||
2022-07-02 | [bun:jsc] Add a test for `getProtectedObjects` | 1 | -1/+11 | ||
2022-07-01 | [Bun.serve] Clean up lifetimes & error handling somewhat | 1 | -127/+135 | ||
2022-07-01 | Add some tests for error handling | 1 | -1/+187 | ||
2022-07-01 | Improve test coverage for streams | 3 | -34/+128 | ||
2022-06-30 | Improve test coverage for react ssr | 2 | -60/+238 | ||
2022-06-29 | [encoder] Fix non-ascii latin1 characters | 1 | -0/+53 | ||
2022-06-27 | begin adding react-ssr tests | 2 | -0/+1945 | ||
2022-06-27 | [http server] couple more tests | 1 | -1/+46 | ||
2022-06-27 | [web streams] Add more tests | 1 | -81/+131 | ||
2022-06-26 | wip ReadableStream for HTTP(s) Server | 3 | -64/+217 | ||
2022-06-24 | Add dynamic require support | 7 | -1/+52 | ||
2022-06-23 | Fix buffer test which was failing for correct reasons | 1 | -304/+304 | ||