Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-03 | :nail_care: | 3 | -1652/+1826 | ||
2022-01-03 | Update crash_reporter_linux.zig | 1 | -1/+1 | ||
2022-01-03 | Update PLCrashReport.m | 1 | -1/+1 | ||
2022-01-03 | Update PLCrashReport.m | 1 | -2/+1 | ||
2022-01-03 | :lock: | 4 | -1/+1 | ||
2022-01-03 | dead code | 13 | -1881/+1660 | ||
2022-01-03 | Create crash_reporter_linux.zig | 1 | -0/+11 | ||
2022-01-03 | Implement a crash reporter and improve some error handling in `bun install` | 14 | -79/+491 | ||
2022-01-03 | fix deinit() | 1 | -3/+3 | ||
2022-01-03 | Update release.sh | 1 | -0/+2 | ||
2022-01-03 | Woops | 1 | -2/+28 | ||
2022-01-03 | Improve debugging symbols on Linux | 2 | -2/+4 | ||
2022-01-03 | [bun install] Reduce number of context switches | 1 | -3/+3 | ||
2022-01-03 | [bun upgrade] Free memory after checking for updates finishes | 1 | -1/+4 | ||
2022-01-03 | [bun install] Significant perf improvement to installing new packages and ↵ | 4 | -125/+188 | ||
fixes 'bun install --production'. Closes #97 | |||||
2022-01-02 | Update Dockerfile.base | 1 | -1/+1 | ||
2022-01-02 | LLVM 13 for WebKit | 1 | -0/+0 | ||
2022-01-02 | Update WebKit | 1 | -0/+0 | ||
2022-01-02 | Update upgrade_command.zig | 1 | -0/+1 | ||
2022-01-02 | Be a little smarter about sleeping the netwrok thread | 2 | -8/+31 | ||
2022-01-02 | [bun dev] Upgrade-Insecure-Requests does not work for detecting HTTPS | 1 | -5/+9 | ||
2022-01-02 | Bump because that CPU bug was bad | 1 | -1/+1 | ||
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 | Fix bug where bun uses ~15% of CPU idly | 1 | -0/+12 | ||
2022-01-02 | sat | 1 | -22/+3 | ||
2022-01-02 | Update bundler.zig | 1 | -2/+3 | ||
2022-01-02 | copy: replace Bun with bun (#99) | 44 | -195/+195 | ||
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 | [css] Only warn for tailwind once | 1 | -18/+8 | ||
2022-01-02 | [bun upgrade] Add fallback message if there's an error | 1 | -0/+8 | ||
2022-01-02 | Update settings.json | 1 | -0/+6 | ||
2022-01-02 | Update http.zig | 1 | -5/+7 | ||
2022-01-02 | prettier | 1 | -24/+66 | ||
2022-01-02 | [bun dev] Detect HTTPS via `Upgrade-Insecure-Requests` | 1 | -0/+5 | ||
2022-01-02 | [bun install] Fix `RenameAcrossMountPoints` error | 4 | -110/+220 | ||
2022-01-02 | [libarchive] Allow passing a Dir fd instead of always creating a new dir | 1 | -17/+29 | ||
2022-01-01 | Update bun.lockb | 1 | -0/+0 | ||
2022-01-01 | Update bun.lockbbun-v0.0.65 | 1 | -0/+0 | ||
2022-01-01 | Add `bun install` integration test | 2 | -2/+14 | ||
2022-01-01 | install | 2 | -0/+0 | ||
2022-01-01 | Fix missing posix_memalign symbol | 1 | -2/+3 | ||
2022-01-01 | :nail_care: | 3 | -23/+10 | ||
2022-01-01 | [bun install] FIx crash when removing only dependency in package.json | 1 | -15/+39 | ||
2022-01-01 | :lock: | 3 | -0/+0 | ||
2022-01-01 | Bump versions | 2 | -2/+2 | ||
2022-01-01 | [bun-framework-next] Omit the absolute URLs | 1 | -4/+2 | ||
2022-01-01 | Update Dockerfile.base | 1 | -1/+1 | ||
2022-01-01 | Bump zig | 2 | -2/+4 | ||
2022-01-01 | [bun dev] Automatically set `origin` - improve support for proxying Bun | 8 | -63/+246 | ||
Previously, when running Bun behind a reverse proxy, you had to pass an explicit `--origin` arg and it could only run behind one proxy at a time. Now, Bun automatically determines the origin from the request if possible. It reads `Forwarded`, `X-Forwarded-Proto`, `X-Forwarded-Host`, `Origin`, and lastly `Host`. If none are available, it falls back to the `--origin` CLI arg. This change is important for usecases like Replit which shows multiple iframes in different origins. | |||||
2022-01-01 | Clear the fd | 1 | -2/+12 | ||
2022-01-01 | Handle more edgecases | 1 | -47/+51 | ||