Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-04 | `[node:module]` Implement `_resolveFileName`, stub `_nodeModulePaths` & `_cache` | 2 | -56/+56 | ||
Closes https://github.com/oven-sh/bun/issues/1111 | |||||
2022-09-04 | @globalPrivate -> @linkTimeConstant | 2 | -9/+9 | ||
See https://github.com/WebKit/WebKit/pull/2553 I'm not 100% sure @linkTimeConstant is correct. Specifically, I don't know if it's a link time constant or just a global private thing. | |||||
2022-08-27 | Update WebKit (#1165) | 1 | -8/+3 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-19 | fix buffer.slice(0, 0) (#1114) | 1 | -1/+6 | ||
2022-08-18 | un-delete some code | 1 | -0/+11 | ||
2022-08-18 | Add string support to `Buffer.fill` | 1 | -11/+0 | ||
2022-08-10 | Fix spurious unhandled promise rejection error | 1 | -3/+5 | ||
2022-08-09 | [misc] Add a global private `@Bun` | 2 | -7/+7 | ||
2022-08-09 | Fix static require by setting the state machine manually (#1034) | 1 | -0/+3 | ||
2022-07-05 | [jsc] More careful code in dynamic require | 1 | -1/+1 | ||
2022-07-04 | Fix case in dynamic require() | 1 | -5/+12 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 1 | -25/+47 | ||
2022-07-02 | [streams] Rename `drain()` -> `flush()` | 1 | -52/+58 | ||
2022-07-01 | Fix failing tests for ReadableStream -> {text, arrayBuffer, blob} | 2 | -1419/+1818 | ||
2022-07-01 | Move ImportMeta into it's own object | 1 | -0/+0 | ||
2022-06-29 | [web streams] Handle direct streams in `readableStreamToArray` | 2 | -69/+125 | ||
2022-06-27 | [http server] couple more tests | 1 | -0/+1 | ||
2022-06-27 | Faster web streams | 2 | -30/+217 | ||
2022-06-26 | wip ReadableStream for HTTP(s) Server | 3 | -4/+113 | ||
2022-06-25 | Cleanup some of the require code | 1 | -12/+12 | ||
2022-06-24 | Add dynamic require support | 1 | -2/+129 | ||
2022-06-22 | change the directory structurejarred/rename | 20 | -0/+5470 | ||