Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-12 | [bun install] Handle multiple files in directory bins to link | 1 | -2/+4 | ||
2022-02-12 | [bun install] When both `directories` and `bin` is specified, prefer `bin` | 1 | -1/+10 | ||
This is for performance. | |||||
2022-02-12 | [bun install] Fix directory bin link bug | 1 | -6/+9 | ||
2022-02-12 | Implement multiple `bin` links for `bun install -g` | 3 | -42/+177 | ||
2022-02-12 | Make `bun install` fast by default on linux | 1 | -1/+1 | ||
2022-02-12 | Fix crash that wasn't a crash | 1 | -2/+1 | ||
2022-02-12 | Load config | 1 | -4/+20 | ||
2022-02-12 | Update install.zig | 1 | -3/+3 | ||
2022-02-12 | [bun install] Improve error handling when package is not found | 1 | -17/+97 | ||
2022-02-12 | [bun install] Print linked bin names and improve output | 2 | -192/+369 | ||
2022-02-11 | [bun install] Implement global installs | 2 | -31/+232 | ||
2022-02-11 | [bun install] Implement private registry support & scoped packages | 3 | -41/+285 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/112 | |||||
2022-02-11 | [bun install] Fix `bun add` multiple packages writing malformed package.json | 1 | -24/+25 | ||
2022-02-11 | [bun install] Fix lockfile corruption | 1 | -212/+227 | ||
2022-02-10 | Update install.zig | 1 | -0/+4 | ||
2022-02-10 | [bun install] Continue linking bins if one fails | 1 | -2/+2 | ||
2022-02-10 | [bun install] More reliably set permissions on `bin` links | 1 | -6/+25 | ||
2022-02-10 | [bun install] Fix bug when linking bins from scoped packages (e.g. ↵ | 1 | -2/+13 | ||
`@babel/parser`) | |||||
2022-02-10 | [bun install] Print more descriptive errors | 1 | -5/+23 | ||
2022-02-10 | [bun install] Fix bug when packages with long names | 1 | -2/+2 | ||
2022-02-04 | Several reliability improvements to HTTP | 3 | -20/+29 | ||
2022-02-03 | [bun install] Configurable max http retry count | 1 | -0/+7 | ||
2022-02-03 | Missing newline in errors in bun install | 1 | -4/+8 | ||
2022-02-01 | Limit the number of pooled objects | 1 | -1/+1 | ||
2022-01-28 | Update AST layout to store capacity for items | 2 | -31/+30 | ||
We want to be able to push to the list | |||||
2022-01-27 | [bunfig] Implement config file format | 1 | -2/+2 | ||
2022-01-24 | No io_uring for Ubuntu 20.04 | 1 | -6/+6 | ||
2022-01-04 | Improve how we detect if terminal colors are supported | 1 | -0/+4 | ||
2022-01-04 | [bun install] Fix more cases where bytes are printed instead of strings | 1 | -10/+38 | ||
2022-01-03 | dead code | 1 | -2/+0 | ||
2022-01-03 | Implement a crash reporter and improve some error handling in `bun install` | 1 | -54/+45 | ||
2022-01-03 | Woops | 1 | -2/+28 | ||
2022-01-03 | [bun install] Significant perf improvement to installing new packages and ↵ | 2 | -120/+159 | ||
fixes 'bun install --production'. Closes #97 | |||||
2022-01-02 | Be a little smarter about sleeping the netwrok thread | 1 | -0/+10 | ||
2022-01-02 | [bun install] Fix bug that caused lockfile to appear as dirty in git when ↵ | 1 | -0/+4 | ||
there were no real changes | |||||
2022-01-02 | copy: replace Bun with bun (#99) | 2 | -5/+5 | ||
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner" | |||||
2022-01-02 | [bun install] Fix `RenameAcrossMountPoints` error | 3 | -109/+205 | ||
2022-01-01 | [bun install] FIx crash when removing only dependency in package.json | 1 | -15/+39 | ||
2021-12-30 | [internal] Move network_thread into http package | 1 | -1/+2 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 10 | -215/+115 | ||
* 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-29 | FIx bug in http client | 1 | -0/+26 | ||
2021-12-28 | [bun install] Fix error message for `no compatible binaries` | 1 | -1/+1 | ||
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -1/+1 | ||
* Remove some dead code * :skull: code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * :skull: dead code * skip * Run all the unit tests | |||||
2021-12-26 | Fix bug with `bun add @scoped/package` | 1 | -75/+113 | ||
2021-12-23 | Don't print out bytes in error | 1 | -1/+1 | ||
2021-12-22 | [bun install] Fix bug with `>=` ranges (and improve test coverage) | 1 | -78/+115 | ||
2021-12-21 | Don't print bytes in error messages | 1 | -1/+3 | ||
2021-12-20 | Update dependency.zigbun-v0.0.56 | 1 | -1/+1 | ||
2021-12-20 | [bun install] Strip leading v in versions | 1 | -0/+22 | ||
2021-12-19 | Move folder_resolver to a separate file | 2 | -103/+127 | ||