Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-01-01 | Bump | 1 | -1/+1 | ||
2022-01-01 | Detect fast refresh from .bun if possible | 1 | -3/+10 | ||
2022-01-01 | [bun dev] Improve filesystem watcher & HMR reliability (Linux + a little macOS) | 10 | -482/+472 | ||
Text editors like Replit save through atomic file updates. In an inotify filesystem watcher (Linux), that appears to be a delete followed by moving the file to the directory. Now when known files are moved into a directory, the watcher sends the file change notification to the browser(s). From there, the browser looks at it's files to determine whether or not Additionally, if an existing HMR connection does not know about a file ID passed to it, it asks the browser to reply with the file path and then starts watching that file. This improves HMR reliabiality if Bun had been restarted but the page hadn't been restarted. | |||||
2021-12-31 | Update build.zig | 1 | -1/+1 | ||
2021-12-31 | Set to an explicit glibc | 1 | -0/+2 | ||
2021-12-31 | Attempt to fix watcher issue with repl.it | 6 | -12/+29 | ||
2021-12-31 | little testbun-v0.0.64 | 4 | -12/+19 | ||
2021-12-31 | bump | 4 | -2/+2 | ||
2021-12-31 | [devserver] Log more errors when a websocket connection fails | 1 | -2/+9 | ||
2021-12-31 | Update http.zig | 1 | -2/+2 | ||
2021-12-31 | [devserver] Case-insensitive request header comparison, which fixes issues ↵ | 1 | -11/+3 | ||
with proxying Bun | |||||
2021-12-31 | Add unrolled case insensitive string comparison | 1 | -0/+21 | ||
2021-12-31 | Fix an edgecase that causes a crash in HTTP server | 1 | -1/+1 | ||
2021-12-31 | [bun install] Slightly more reliable HTTP | 3 | -3/+4 | ||
2021-12-31 | Bump peechy again | 2 | -1/+1 | ||
2021-12-30 | woops | 2 | -4/+1 | ||
2021-12-30 | 12 -> 13 | 1 | -2/+2 | ||
2021-12-30 | Update zig version in Dockerfile | 3 | -31/+30 | ||
2021-12-30 | Update settings.json | 1 | -1/+1 | ||
2021-12-30 | [JavaScriptCore] Fix crash due to not requesting JIT permission by patching | 1 | -3/+9 | ||
2021-12-30 | Fix issue with headers | 5 | -3/+17 | ||
2021-12-30 | fix occasional HTTP bug | 1 | -0/+2 | ||
2021-12-30 | Update c.zig | 1 | -1/+1 | ||
2021-12-30 | Update global.zig | 1 | -1/+1 | ||
2021-12-30 | linux | 5 | -4/+402 | ||
2021-12-30 | Update io_linux.zig | 1 | -1/+1 | ||
2021-12-30 | Update io_linux.zig | 1 | -1/+1 | ||
2021-12-30 | _ => . | 3 | -5/+5 | ||
2021-12-30 | - => . | 4 | -6/+6 | ||
2021-12-30 | Update bun.lockb | 1 | -0/+0 | ||
2021-12-30 | Remove network_thread | 1 | -12/+11 | ||
2021-12-30 | linux | 2 | -6/+7 | ||
2021-12-30 | [internal] Move network_thread into http package | 17 | -435/+32 | ||