Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-28 | Ensure we report errors in controller.close | 1 | -1/+9 | ||
2022-11-27 | Handle more cases with printing objects | 1 | -0/+2 | ||
2022-11-25 | Fix double free | 1 | -7/+14 | ||
2022-11-25 | [streams] Always call start | 1 | -6/+4 | ||
2022-11-24 | Add extra check | 1 | -1/+1 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -24/+65 | ||
* wip * wip * Fix bug with stdin * zig fmt * seems to work! * Update streams.test.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-20 | mild clean up | 2 | -10/+10 | ||
2022-11-19 | [streams] Fix exception in `WritableStream` | 1 | -4/+1 | ||
cc @Electroid | |||||
2022-11-19 | [streams] Fix exception in streams with 1 item that sometimes occurred | 1 | -2/+15 | ||
2022-11-11 | Add test that fails on linux | 2 | -9/+2 | ||
2022-11-08 | Fix Buffer.slice and Buffer.subarray | 1 | -16/+16 | ||
2022-10-23 | Fix `ReadableStream.prototype.tee` | 1 | -0/+6 | ||
2022-10-21 | micro-optimize | 1 | -7/+14 | ||
2022-10-17 | add oniguruma for regex with variable length lookbehinds (#1329) | 1 | -0/+583 | ||
* added pcre2 submodule * pcre2 regex boilerplate * tests for pcre2 regex * flag validation, getters, construct and compile mostly working * string escaping for source and toString(), exec, more tests * flag sorting, match, matchAll, search, split, replace * remove lib link * add destructor to PCRE2RegExp * header include * removed ternary * switched to oniguruma for regex library * revert sql changes * fix indices flag, add tests * revert settings * working error messages * more tests for lastIndex, fix logic for compile and lastIndex * move oniguruma lib to deps out dir | |||||
2022-10-12 | Regenerate builtins | 1 | -0/+24 | ||
2022-10-12 | Fix `cancel` not working in some cases in ReadableStream | 1 | -1/+11 | ||
2022-10-12 | Fix a bug with ReadableStreamDefaultReader and `"direct"` controller | 1 | -14/+31 | ||
2022-10-12 | Implement `ReadableStream.prototype[Symbol.asyncIterator]` | 2 | -0/+74 | ||
cc @fabiancook | |||||
2022-10-03 | `Bun.spawn` start to implement support for buffered input (ArrayBuffer, ↵ | 1 | -0/+3 | ||
Response, Request body) | |||||
2022-10-03 | Fix undefined is not a function error in WritableStream | 2 | -3/+5 | ||
2022-09-28 | Support a `default` object in CommonJS wrapper | 1 | -1/+5 | ||
Fixes https://github.com/oven-sh/bun/issues/1284 Related to https://github.com/oven-sh/bun/issues/1285 | |||||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -1/+4 | ||
2022-09-25 | :sleepy: | 1 | -3/+0 | ||
2022-09-25 | wip | 2 | -0/+6 | ||
2022-09-11 | Fix bug with `Buffer.from([123], "utf8")` | 1 | -1/+4 | ||
cc @worm-emoji | |||||
2022-09-06 | Make the plugins a little more resilient | 1 | -1/+1 | ||
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 | ||