Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 154 | -6271/+4561 | ||
* 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 | zig fmt | 5 | -8/+3 | ||
2021-12-29 | Update Makefile | 1 | -1/+0 | ||