Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-31 | Attempt to fix watcher issue with repl.it | 5 | -12/+29 | ||
2021-12-31 | little testbun-v0.0.64 | 3 | -9/+16 | ||
2021-12-31 | bump | 2 | -1/+1 | ||
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 | 1 | -1/+2 | ||
2021-12-30 | woops | 1 | -3/+0 | ||
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 | linux | 1 | -4/+5 | ||
2021-12-30 | [internal] Move network_thread into http package | 12 | -430/+27 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 133 | -6086/+4254 | ||
* 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 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 cli.zig | 1 | -6/+6 | ||
2021-12-28 | woops | 1 | -0/+6 | ||
2021-12-28 | [bun run] revert changebun-v0.0.62 | 1 | -2/+1 | ||
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 | [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 | ||
2021-12-27 | Update add_completions.zig | 1 | -1/+1 | ||
2021-12-27 | add oom workaround | 1 | -1/+2 | ||
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | 49 | -5585/+961 | ||
* Remove some dead code * :skull: code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * :skull: dead code * skip * Run all the unit tests | |||||
2021-12-27 | Fix edgecase in `bun run` where it would choose a directory instead of a file | 1 | -2/+5 | ||
2021-12-26 | Fixes #90 | 1 | -10/+23 | ||
2021-12-26 | Fix bug with `bun add @scoped/package` | 1 | -75/+113 | ||
2021-12-24 | Fix rare crash when new thread is created, possibly only on musl | 5 | -16/+20 | ||
2021-12-24 | musl | 1 | -0/+0 | ||
2021-12-24 | [bun bun] Improve error mesage when resolving entry point fails | 1 | -2/+8 | ||
2021-12-24 | [bun create] Run with bun run | 1 | -3/+1 | ||
2021-12-24 | Add linux aarch64 target to installer | 1 | -0/+3 | ||
2021-12-24 | Don't send os.MSG_NOSIGNAL | 1 | -1/+9 | ||