Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-03 | `process.stdout` and `process.stderr` | 10 | -212/+1447 | ||
2022-12-02 | Propagate reason in AbortSignal and reuse in ReadableStream.pipeTo | 3 | -25/+19 | ||
Similar to https://github.com/WebKit/WebKit/pull/7013 | |||||
2022-12-02 | Update TransformStream options getters to check for undefined | 1 | -4/+8 | ||
This is essentially copied from https://github.com/WebKit/WebKit/pull/7021 | |||||
2022-11-28 | Fix failing spawn() and spawnSync() tests | 1 | -2/+10 | ||
cc @ThatOneBro | |||||
2022-11-28 | Ensure we report errors in controller.close | 1 | -1/+9 | ||
2022-11-27 | Handle more cases with printing objects | 3 | -3/+8 | ||
2022-11-25 | Fix double free | 2 | -15/+28 | ||
2022-11-25 | [streams] Always call start | 2 | -14/+10 | ||
2022-11-24 | Add extra check | 2 | -4/+4 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 2 | -49/+131 | ||
* 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 | 4 | -22/+22 | ||
2022-11-19 | [streams] Fix exception in `WritableStream` | 2 | -9/+3 | ||
cc @Electroid | |||||
2022-11-19 | [streams] Fix exception in streams with 1 item that sometimes occurred | 2 | -5/+31 | ||
2022-11-11 | Add test that fails on linux | 4 | -21/+7 | ||
2022-11-08 | Fix Buffer.slice and Buffer.subarray | 3 | -49/+33 | ||
2022-10-23 | Fix `ReadableStream.prototype.tee` | 2 | -1/+13 | ||
2022-10-21 | Codegen | 1 | -8/+15 | ||
2022-10-21 | micro-optimize | 1 | -7/+14 | ||
2022-10-17 | add oniguruma for regex with variable length lookbehinds (#1329) | 49 | -111/+1521 | ||
* 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-17 | Redo WebSocket api | 1 | -0/+1 | ||
2022-10-12 | Regenerate builtins | 10 | -17/+477 | ||
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 | 5 | -9/+16 | ||
2022-09-28 | Support a `default` object in CommonJS wrapper | 2 | -3/+11 | ||
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 | 2 | -3/+9 | ||
2022-09-25 | :sleepy: | 2 | -7/+1 | ||
2022-09-25 | wip | 4 | -2/+14 | ||
2022-09-11 | Fix bug with `Buffer.from([123], "utf8")` | 2 | -3/+9 | ||
cc @worm-emoji | |||||
2022-09-06 | Make the plugins a little more resilient | 2 | -5/+4 | ||
2022-09-04 | `[node:module]` Implement `_resolveFileName`, stub `_nodeModulePaths` & `_cache` | 3 | -57/+59 | ||
Closes https://github.com/oven-sh/bun/issues/1111 | |||||
2022-09-04 | @globalPrivate -> @linkTimeConstant | 6 | -111/+110 | ||
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-09-03 | Plugin API (#1199) | 1 | -0/+3 | ||
* Plugin API * Fix the bugs * Implement `"object"` loader Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-27 | Update WebKit (#1165) | 2 | -17/+7 | ||
* 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) | 22 | -27/+57 | ||
2022-08-18 | un-delete some code | 1 | -0/+11 | ||
2022-08-18 | Add string support to `Buffer.fill` | 1 | -11/+0 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -0/+3 | ||
2022-08-12 | [bun.js] up to 60% faster TextEncoder.encodeInto and ~3% faster ↵ | 1 | -0/+1 | ||
TextEncoder.encode | |||||
2022-08-10 | Fix spurious unhandled promise rejection error | 2 | -8/+12 | ||
2022-08-09 | [misc] Add a global private `@Bun` | 5 | -20/+21 | ||
2022-08-09 | Fix static require by setting the state machine manually (#1034) | 2 | -1/+7 | ||
2022-07-27 | [misc] Simplify the commands used to build bun | 1 | -2/+2 | ||
2022-07-27 | Upgrade WebKit | 40 | -20/+642 | ||
2022-07-05 | [jsc] More careful code in dynamic require | 2 | -3/+3 | ||
2022-07-04 | Handle global require("string") | 2 | -17/+21 | ||
2022-07-04 | Fix case in dynamic require() | 1 | -5/+12 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 2 | -48/+95 | ||