Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 1 | -2/+2 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -1/+1 | ||
* 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-09 | [libarchive][bun install] Fix file permissions not always being passed ↵ | 2 | -2/+12 | ||
correctly in bun install Fixes #1092 | |||||
2022-07-25 | [bun install] Fix `AccessDenied` error when installing some packages | 1 | -2/+12 | ||
Fixes https://github.com/oven-sh/bun/issues/728 Fixes https://github.com/oven-sh/bun/issues/867 Fixes https://github.com/oven-sh/bun/issues/135 Credit @SheetJSDev | |||||
2022-04-03 | doesn't fix the bug but helps a little | 1 | -6/+9 | ||
2022-03-08 | rename _global -> bun | 1 | -11/+11 | ||
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 1 | -2/+2 | ||
2022-02-12 | fix linux build error | 1 | -2/+2 | ||
2022-02-10 | [bun install] Improve reliability of extracting files | 1 | -61/+103 | ||
2022-02-04 | Several reliability improvements to HTTP | 1 | -3/+23 | ||
2022-01-02 | [libarchive] Allow passing a Dir fd instead of always creating a new dir | 1 | -17/+29 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 2 | -139/+74 | ||
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md | |||||
2021-12-21 | Respect `close_handles` when extracting a tarball | 1 | -0/+1 | ||
2021-12-18 | Use new http in `bun upgrade` | 1 | -1/+0 | ||
2021-12-18 | Not using hop! | 1 | -172/+2 | ||
2021-12-17 | Implement hop archive format | 1 | -42/+114 | ||
2021-12-17 | WIP hop | 1 | -0/+99 | ||
2021-12-16 | [npm install] starting to look good! | 1 | -3/+3 | ||
2021-12-16 | [libarchive] Fix occasional segfault | 1 | -3/+6 | ||
2021-12-16 | [bun install] some things install | 1 | -1/+1 | ||
2021-10-15 | Polish | 1 | -4/+26 | ||
2021-10-14 | :sparkle: | 1 | -1/+7 | ||
2021-10-14 | `bun create react app` is almost done | 1 | -11/+151 | ||
2021-10-13 | Add TLS 1.3 support, improve fetch() HTTPS performance | 1 | -7/+1 | ||
2021-10-11 | Add libarchive bindings | 2 | -0/+1100 | ||