Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-05 | [bun install] Support authenticated registries | 1 | -4/+6 | ||
2022-08-05 | [bun install] Support private registries & private scopes | 1 | -3/+37 | ||
2022-08-05 | Fix of panic in threads while downloading scoped packages (#992) | 1 | -118/+120 | ||
2022-05-05 | E.String gets a Rope | 1 | -4/+4 | ||
2022-03-17 | query_string_map -> url | 1 | -1/+1 | ||
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 1 | -32/+28 | ||
2022-02-27 | [JSON] Use UTF-8 JSON parser when it's not for JavaScript | 1 | -1/+1 | ||
2022-02-21 | Wrap some usages of `assert` in a conditional | 1 | -1/+1 | ||
See https://github.com/ziglang/zig/issues/10942 | |||||
2022-02-12 | [bun install] When both `directories` and `bin` is specified, prefer `bin` | 1 | -1/+10 | ||
This is for performance. | |||||
2022-02-12 | Implement multiple `bin` links for `bun install -g` | 1 | -24/+68 | ||
2022-02-11 | [bun install] Implement private registry support & scoped packages | 1 | -0/+83 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/112 | |||||
2022-02-04 | Several reliability improvements to HTTP | 1 | -10/+11 | ||
2022-02-01 | Limit the number of pooled objects | 1 | -1/+1 | ||
2022-01-28 | Update AST layout to store capacity for items | 1 | -16/+18 | ||
We want to be able to push to the list | |||||
2022-01-02 | [bun install] Fix `RenameAcrossMountPoints` error | 1 | -3/+1 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -16/+8 | ||
* 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-19 | Remove duplicate code | 1 | -45/+1 | ||
2021-12-17 | packaging | 1 | -1/+1 | ||
2021-12-16 | [bun install] Fix edgecase with optional peer deps | 1 | -60/+41 | ||
2021-12-16 | [bun install] Fix bug with optional peer deps | 1 | -4/+39 | ||
2021-12-16 | Track peer dependencies but don't install them | 1 | -5/+86 | ||
2021-12-16 | Update npm.zig | 1 | -1/+2 | ||
2021-12-16 | CLI flags | 1 | -1/+14 | ||
2021-12-16 | [bun install] Start add/remove command | 1 | -0/+12 | ||
2021-12-16 | [bun install] move around some code | 1 | -0/+1260 | ||