Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-29 | Fixes #1915 | 1 | -17/+38 | ||
2023-01-29 | cleanup | 1 | -6/+6 | ||
2023-01-29 | Fixes #1933 | 1 | -2/+5 | ||
2023-01-29 | [buffer] Buffer.byteLength passes Node.js tests | 2 | -37/+92 | ||
2023-01-29 | Bump WebKit | 1 | -0/+0 | ||
2023-01-29 | Fix bug in fs.openSync | 1 | -1/+1 | ||
2023-01-29 | Add helper | 3 | -3/+10 | ||
2023-01-28 | [bun add] fix more corner cases (#1930) | 2 | -70/+48 | ||
2023-01-28 | Support running WASI (WebAssembly) files using `bun run` (#1929) | 10 | -4/+2348 | ||
* another micro bench * Support running WASI --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-01-28 | parse `git+https://github.com/` as GitHub URLs (#1926) | 2 | -28/+58 | ||
fixes #1921 | |||||
2023-01-28 | normalise `bun add` package specifiers (#1924) | 2 | -51/+87 | ||
- fix invalid buffer references fixes #1920 | |||||
2023-01-28 | fix corner cases with aliased dependencies (#1927) | 3 | -23/+25 | ||
2023-01-28 | [WIP] append GitHub package after fully parsed (#1911) | 5 | -100/+108 | ||
2023-01-28 | [buffer] Use jsDynamicCast | 1 | -1/+1 | ||
2023-01-28 | use wrapper | 2 | -17/+13 | ||
2023-01-28 | [buffer] Do not throw in getters | 1 | -4/+4 | ||
2023-01-28 | [buffer] Use `length` instead of `byteLength` for non-uint8array and ↵ | 1 | -4/+30 | ||
non-arraybuffer | |||||
2023-01-28 | [buffer] Add missing `offset` property | 4 | -1/+28 | ||
2023-01-28 | Make the parser error in bun install look better | 1 | -0/+5 | ||
2023-01-28 | Fixes #1913 | 1 | -12/+104 | ||
2023-01-27 | `Buffer.from` doesn't need to be the Buffer constructor | 4 | -22/+21 | ||
2023-01-27 | Make `Bun.dns` lazy | 2 | -24/+40 | ||
2023-01-27 | Fixes #1904 | 1 | -37/+57 | ||
2023-01-27 | fix sentinel mismatches | 2 | -2/+2 | ||
2023-01-27 | fix import | 1 | -1/+1 | ||
2023-01-27 | ensure name is allocated with `toSliceClone` (#1917) | 2 | -41/+60 | ||
* ensure name is allocated with `toSliceClone` * shorten toSliceClone | |||||
2023-01-27 | sentinel | 5 | -6/+21 | ||
2023-01-27 | Update uws | 1 | -0/+0 | ||
2023-01-27 | fix sentinel slice | 1 | -1/+2 | ||
2023-01-27 | fix(Express.js) Express.js try to use function as hostname (#1914) | 2 | -3/+6 | ||
2023-01-27 | Update watcher.zig | 1 | -2/+2 | ||
2023-01-27 | 🪦 | 2 | -3/+29 | ||
2023-01-27 | Add a comment | 2 | -20/+14 | ||
2023-01-27 | Fixup | 1 | -1/+5 | ||
2023-01-27 | [`[bun hot]`] More reliability improvements to macOS watcher | 2 | -21/+69 | ||
2023-01-27 | [`bun --hot`] Report exceptions in reloaded modules | 1 | -3/+28 | ||
2023-01-27 | More reliable `bun --hot` on macOS | 1 | -6/+27 | ||
2023-01-26 | More reliable `bun --hot` on Linux | 2 | -19/+74 | ||
2023-01-26 | Remove usages of assumeSentinel | 9 | -24/+19 | ||
2023-01-26 | Fixes #1907 | 1 | -1/+21 | ||
2023-01-26 | Implement all pending resolve methods in DNS (#1903) | 6 | -273/+1387 | ||
* initial steps to create generic resolve * add soa * add naptr * add naptr * add mx and fix naptr * add resolve caa * fix Caa test * fix toJS from caa * add resolveNs * add resolvePtr * fix resolvePtr test * add resolveCname * add resolve rrtype options (still missing ANY) * fix Naptr * fix drainPendingCares | |||||
2023-01-26 | fix websocket hang (#1910) | 1 | -0/+5 | ||
* ref and deref, and some tests * subprocess file * remove deref * use flag in test | |||||
2023-01-26 | fix large packages receive for WS client (#1909) | 1 | -1/+1 | ||
2023-01-26 | Fix branching on undefined | 1 | -0/+1 | ||
2023-01-26 | valgrind | 2 | -12/+13 | ||
2023-01-26 | zig changes | 1 | -1/+0 | ||
2023-01-26 | Upgrade Mimalloc | 1 | -0/+0 | ||
2023-01-26 | copy paste is harder to mess up than C macros | 1 | -34/+81 | ||
2023-01-26 | parse package-spec from CLI correctly (#1895) | 2 | -79/+68 | ||
* parse package-spec from CLI correctly fixes #861 * copy separately for `UpdateRequest.name` fix GItHub URL reporting in results update tests to reflect latest code changes * better fix for GitHub URL display issue | |||||
2023-01-25 | [bun install] Support verifying GitHub dependencies | 1 | -102/+153 | ||