Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | 7 | -108/+388 | |
2021-12-16 | Update npm.zig | 1 | -1/+2 | |
2021-12-16 | [bun install] Fix case when lockfile exists | 5 | -502/+445 | |
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 | 5 | -91/+742 | |
2021-12-16 | Update launch.json | 1 | -1/+1 | |
2021-12-16 | Update .gitignore | 1 | -1/+3 | |
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 | 4 | -353/+999 | |
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 | 3 | -51/+296 | |
2021-12-16 | Resolve peer dependencies & optional dependencies too | 1 | -101/+118 | |
2021-12-16 | save and load manifest | 7 | -501/+849 | |
2021-12-16 | Channel seems faster or maybe the same? | 1 | -160/+107 | |
2021-12-16 | [npm install] starting to look good! | 17 | -372/+1072 | |
2021-12-16 | WIP | 5 | -5/+32 | |
2021-12-16 | :radio: | 2 | -5/+4 | |
2021-12-16 | fix build | 2 | -1/+2 | |
2021-12-16 | Fix redirects | 5 | -67/+88 | |
2021-12-16 | [npm install] Use BoringSSL for https:// requests | 14 | -101/+19765 | |
2021-12-16 | Replace S2N with BoringSSL (wip) | 12 | -1025/+57 | |
2021-12-16 | Update Makefile | 1 | -0/+11 | |
2021-12-16 | [internal] readlink | 2 | -25/+62 | |
2021-12-16 | [http_debug] Pretty print | 1 | -4/+26 | |
2021-12-16 | [bun install] Linux async http | 2 | -11/+70 | |
2021-12-16 | [bun install] async http request works I think? | 14 | -30/+1718 | |
2021-12-16 | [bun install] Begin to add io_uring (via tigerbeetle/@kprotty's interface) | 7 | -1/+1732 | |
2021-12-16 | [libarchive] Fix occasional segfault | 1 | -3/+6 | |
2021-12-16 | [bun install] Resolve more packages | 1 | -22/+38 |