Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
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 | ||
2021-12-29 | [bun install] Integration test | 1 | -0/+79 | ||
2021-12-29 | Update http_bench.zig | 1 | -39/+46 | ||
2021-12-29 | Update http_client_async.zig | 1 | -0/+1 | ||
2021-12-29 | FIx bug in http client | 3 | -14/+31 | ||
2021-12-28 | More defensively search for shells to use if one is not found in the path | 1 | -0/+22 | ||
2021-12-28 | Update build-idbun-v0.0.63 | 1 | -1/+1 | ||
2021-12-28 | Update cli.zig | 1 | -6/+6 | ||
2021-12-28 | woops | 1 | -0/+6 | ||
2021-12-28 | [bun run] revert changebun-v0.0.62 | 2 | -3/+2 | ||
2021-12-28 | Update create_command.zig | 1 | -2/+1 | ||
2021-12-28 | Fix edgecase in `bun create` tasks | 1 | -6/+2 | ||
2021-12-28 | use c-like functionsbun-v0.0.61 | 1 | -1/+1 | ||
2021-12-28 | Bump | 2 | -2/+2 | ||
2021-12-28 | [bun run] Fix breaking bug | 1 | -1/+1 | ||
2021-12-28 | [Bun.js] If you pass a js-like file path to `bun` with no subcommand, ↵ | 1 | -6/+53 | ||
attempt to run it with Bun.js | |||||
2021-12-28 | [bun run] Fix bug with absolute paths to js-like files | 1 | -14/+22 | ||
2021-12-28 | dead code | 1 | -6/+1 | ||
2021-12-28 | [bun install] Fix error message for `no compatible binaries` | 1 | -1/+1 | ||
2021-12-28 | [Bun.js] Add Bun.argv api, so you can get the arguments that started a script | 1 | -1/+26 | ||