Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-12-28 | Implement `Bun.RIPEMD160` | 12 | -15/+503 | |
2022-12-28 | Use BoringSSL with patches from Electron | 10 | -5/+372 | |
2022-12-28 | :scissors: | 1 | -7/+0 | |
2022-12-28 | [WebSocket] Allow `http:` and `https:` protocols | 1 | -0/+31 | |
2022-12-28 | [WebSocket] Implement `headers` support | 8 | -23/+204 | |
2022-12-28 | Fix devcontainer (probably) | 1 | -21/+28 | |
2022-12-28 | Fixes https://github.com/oven-sh/bun/issues/1677 | 2 | -21/+25 | |
2022-12-28 | Workaround https://github.com/ziglang/zig/issues/14099 | 2 | -3/+15 | |
2022-12-28 | Add `crypto` module from browserify | 2 | -1/+27959 | |
2022-12-28 | Statically link atomic | 1 | -0/+1 | |
2022-12-28 | Always bundle compiler rt | 1 | -1/+1 | |
2022-12-28 | Move some code up | 4 | -17/+11 | |
2022-12-28 | Fix `ReadableStream.pipeTo` | 3 | -3/+21 | |
2022-12-28 | Fix platform setting | 1 | -1/+1 | |
2022-12-28 | log object string correctly (#1674) | 8 | -26/+94 | |
2022-12-28 | Fix build issue on latest zig | 2 | -4/+4 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 188 | -7295/+10257 | |
2022-12-27 | [bundler] fix logging verbosity (#1671) | 2 | -2/+2 | |
2022-12-27 | emit `206 Partial Content` only for partial response (#1670) | 2 | -442/+298 | |
2022-12-26 | [install] specify `auth-type` (#1667) | 2 | -24/+32 | |
2022-12-26 | [install] use specified base URL as default fallback within scopes (#1665) | 5 | -68/+168 | |
2022-12-25 | [install] use default URL when only auth token is specified (#1664) | 4 | -36/+170 | |
2022-12-23 | always more packages at new depth | 1 | -1/+1 | |
2022-12-23 | fix bun pm ls connectors when node_modules is last | 1 | -1/+1 | |
2022-12-23 | darkenbun-v0.4.0 | 1 | -2/+2 | |
2022-12-23 | Cherry-pick #1638 | 4 | -14/+109 | |
2022-12-23 | Prevent running compinit twice | 1 | -1/+4 | |
2022-12-23 | Disable optimization | 1 | -61/+62 | |
2022-12-23 | add node_modules to bin path | 1 | -2/+2 | |
2022-12-22 | Make `bun pm ls` only show top-level by default | 2 | -2/+38 | |
2022-12-22 | `npx` -> `bunx` | 1 | -0/+14 | |
2022-12-22 | add rome | 1 | -0/+1 | |
2022-12-22 | [install] fix remaining corner cases with dependency resolution (#1649) | 1 | -45/+20 | |
2022-12-22 | Update bench (#1648) | 2 | -8/+8 | |
2022-12-22 | fix finding package bin after install | 1 | -1/+1 | |
2022-12-22 | pass callback to super _construct if possible | 1 | -1/+5 | |
2022-12-22 | fix createReadStream hang | 1 | -1/+1 | |
2022-12-22 | [install] avoid dependency conflicts between siblings (#1647) | 1 | -26/+27 | |
2022-12-22 | fix `bun install` dependency resolution (#1643) | 1 | -10/+28 | |
2022-12-22 | don't log for ctrl + c | 1 | -4/+8 | |
2022-12-21 | woops | 1 | -2/+2 | |
2022-12-21 | Update launch.json | 1 | -0/+12 | |
2022-12-21 | Add test for stat() | 1 | -0/+9 | |
2022-12-21 | Fix throw | 1 | -1/+1 | |
2022-12-21 | Add section about `--bun` | 1 | -0/+14 | |
2022-12-21 | Bun v0.4.0 | 5 | -7/+7 | |
2022-12-21 | fix jest hooks in bun-test (#1639) | 2 | -2/+79 | |
2022-12-21 | [bunx] Install symlink with completions | 1 | -10/+65 | |
2022-12-21 | [bunx] Make help a little prettier | 2 | -18/+46 | |
2022-12-20 | Refactor some of `bun pm` | 1 | -73/+58 |