Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-11 | Add test that fails on linux | 2 | -12/+5 | ||
2022-11-08 | Fix Buffer.slice and Buffer.subarray | 2 | -33/+17 | ||
2022-10-23 | Fix `ReadableStream.prototype.tee` | 1 | -1/+7 | ||
2022-10-21 | Codegen | 1 | -8/+15 | ||
2022-10-17 | add oniguruma for regex with variable length lookbehinds (#1329) | 46 | -111/+931 | ||
* 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 | 8 | -17/+452 | ||
2022-10-03 | Fix undefined is not a function error in WritableStream | 3 | -6/+11 | ||
2022-09-28 | Support a `default` object in CommonJS wrapper | 1 | -2/+6 | ||
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 | -2/+5 | ||
2022-09-25 | :sleepy: | 1 | -4/+1 | ||
2022-09-25 | wip | 2 | -2/+8 | ||
2022-09-11 | Fix bug with `Buffer.from([123], "utf8")` | 1 | -2/+5 | ||
cc @worm-emoji | |||||
2022-09-06 | Make the plugins a little more resilient | 1 | -4/+3 | ||
2022-09-04 | @globalPrivate -> @linkTimeConstant | 4 | -102/+101 | ||
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 | -9/+4 | ||
* 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) | 21 | -26/+51 | ||
2022-08-10 | Fix spurious unhandled promise rejection error | 1 | -5/+7 | ||
2022-08-09 | [misc] Add a global private `@Bun` | 2 | -13/+13 | ||
2022-08-09 | Fix static require by setting the state machine manually (#1034) | 1 | -1/+4 | ||
2022-07-27 | Upgrade WebKit | 40 | -20/+642 | ||
2022-07-05 | [jsc] More careful code in dynamic require | 1 | -2/+2 | ||
2022-07-04 | Handle global require("string") | 2 | -17/+21 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 1 | -23/+48 | ||
2022-07-02 | [streams] Rename `drain()` -> `flush()` | 2 | -64/+70 | ||
2022-07-01 | Move ImportMeta into it's own object | 7 | -1557/+2089 | ||
2022-06-29 | Regenerate builtins | 4 | -88/+150 | ||
2022-06-27 | Faster web streams | 4 | -142/+247 | ||
2022-06-26 | wip ReadableStream for HTTP(s) Server | 5 | -32/+152 | ||
2022-06-25 | Cleanup some of the require code | 2 | -80/+104 | ||
2022-06-24 | Add dynamic require support | 3 | -3/+217 | ||
2022-06-22 | change the directory structurejarred/rename | 42 | -0/+13144 | ||