Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-16 | [bun install] order() and fmt() | 3 | -2/+101 | ||
2021-12-16 | [bun install] Improve test coverage for tilda version ranges | 1 | -0/+23 | ||
2021-12-16 | [bun install] Fix bug with ~Tilda | 1 | -1/+1 | ||
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 | 6 | -88/+360 | ||
2021-12-16 | Update npm.zig | 1 | -1/+2 | ||
2021-12-16 | [bun install] Fix case when lockfile exists | 4 | -502/+444 | ||
2021-12-16 | Slightly better progress bar | 2 | -122/+315 | ||
2021-12-16 | `bun add` and `bun remove` sorta works now. but not fast enough! | 4 | -58/+96 | ||
2021-12-16 | [bun install] Most of `bun add`, `bun remove` | 2 | -18/+761 | ||
2021-12-16 | Add some progress feedback | 1 | -30/+80 | ||
2021-12-16 | CLI flags | 3 | -87/+456 | ||
2021-12-16 | [bun install] Start add/remove command | 8 | -155/+191 | ||
2021-12-16 | [bun install] move around some code | 9 | -2639/+2678 | ||
2021-12-16 | Update install.zig | 1 | -2/+9 | ||
2021-12-16 | [bun install] Deduplicate packages by default | 1 | -228/+576 | ||
2021-12-16 | Fix bug with ~tilda ranges | 1 | -1/+14 | ||
2021-12-16 | [bun install] Install top-level node_modules | 1 | -59/+93 | ||
2021-12-16 | [bun install] Deterministic lockfile and simple installs | 3 | -465/+1182 | ||
2021-12-16 | [bun install] Support printing yarn.lock | 4 | -91/+729 | ||
2021-12-16 | [bun install] Add some config flags | 1 | -49/+144 | ||
2021-12-16 | [bun install] Shrink binary format size by 2.5x | 4 | -488/+911 | ||
2021-12-16 | [bun install] Load lockfile. Generate diffs | 4 | -145/+606 | ||
2021-12-16 | [bun install] Lockfile saves. Starting to implement diffing | 3 | -333/+996 | ||
2021-12-16 | [bun install] Generate a lockfile | 3 | -442/+703 | ||
2021-12-16 | [JSON parser] const has better codegen (unlike in JavaScript!) | 1 | -3/+3 | ||
2021-12-16 | Mimalloc cleanup | 2 | -1/+25 | ||
2021-12-16 | Update memory_allocator.zig | 1 | -2/+1 | ||
2021-12-16 | Bump mimalloc | 1 | -23/+22 | ||
2021-12-16 | [bun install] Most of the Lockfile format (not done yet) | 4 | -558/+1123 | ||
2021-12-16 | Start to restructure code | 2 | -51/+295 | ||
2021-12-16 | Resolve peer dependencies & optional dependencies too | 1 | -101/+118 | ||
2021-12-16 | save and load manifest | 5 | -499/+842 | ||
2021-12-16 | Channel seems faster or maybe the same? | 1 | -160/+107 | ||
2021-12-16 | [npm install] starting to look good! | 12 | -329/+987 | ||
2021-12-16 | WIP | 5 | -5/+32 | ||
2021-12-16 | :radio: | 2 | -5/+4 | ||
2021-12-16 | fix build | 1 | -1/+1 | ||
2021-12-16 | Fix redirects | 3 | -65/+85 | ||
2021-12-16 | [npm install] Use BoringSSL for https:// requests | 8 | -73/+19676 | ||
2021-12-16 | Replace S2N with BoringSSL (wip) | 10 | -874/+39 | ||
2021-12-16 | [bun install] Linux async http | 2 | -11/+70 | ||
2021-12-16 | [bun install] async http request works I think? | 9 | -29/+1445 | ||
2021-12-16 | [bun install] Begin to add io_uring (via tigerbeetle/@kprotty's interface) | 5 | -1/+1708 | ||
2021-12-16 | [libarchive] Fix occasional segfault | 1 | -3/+6 | ||
2021-12-16 | [bun install] Resolve more packages | 1 | -22/+38 | ||
2021-12-16 | [bun install] Track build/pre tags with a bitset | 1 | -2/+25 | ||
2021-12-16 | wip | 4 | -138/+329 | ||
2021-12-16 | [bun install] Support `dist-tags` | 2 | -17/+60 | ||
2021-12-16 | WIP | 2 | -5/+27 | ||