Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Update AST layout to store capacity for items | 49 | -396/+513 | ||
We want to be able to push to the list | |||||
2022-01-28 | Update README.md | 1 | -1/+1 | ||
2022-01-28 | Update README.md | 1 | -4/+0 | ||
2022-01-28 | Update README.md | 1 | -6/+4 | ||
2022-01-28 | Update README.md | 1 | -8/+5 | ||
2022-01-28 | Update README.md | 1 | -30/+48 | ||
2022-01-28 | Update README.md | 1 | -2/+2 | ||
2022-01-28 | Update README.md | 1 | -0/+5 | ||
2022-01-28 | Add Bun.Transpiler doc to the readme | 1 | -0/+215 | ||
2022-01-27 | Automate clang version checking / code signing (#113) | 1 | -2/+14 | ||
2022-01-27 | Stop reading `"bun"` from package.json | 1 | -29/+0 | ||
cc @hanford | |||||
2022-01-27 | [bunfig] Implement config file format | 20 | -156/+667 | ||
2022-01-27 | Don't look like a crash when CLI args are missing | 1 | -0/+3 | ||
2022-01-27 | [cli] Add support for commands which optionally have one argument | 3 | -12/+22 | ||
2022-01-26 | Update Makefile | 1 | -1/+1 | ||
2022-01-26 | print file name on panic | 1 | -1/+1 | ||
2022-01-25 | merge | 2 | -1/+2 | ||
2022-01-25 | Slightly safer | 1 | -1/+1 | ||
2022-01-25 | Split http into files | 7 | -1079/+1055 | ||
2022-01-25 | Update Dockerfile | 1 | -1/+1 | ||
2022-01-25 | Fix up dev container | 2 | -5/+1 | ||
2022-01-25 | On successful connect, switch to non-blocking sockets until we're about to close | 1 | -2/+18 | ||
2022-01-25 | Fix getsockopt() | 1 | -2/+5 | ||
2022-01-24 | Automatically retry on would block | 1 | -8/+4 | ||
2022-01-24 | Fallback to readev / writev | 1 | -7/+226 | ||
2022-01-24 | No io_uring for Ubuntu 20.04 | 6 | -27/+50 | ||
2022-01-23 | Update io_linux.zig | 1 | -0/+1 | ||
2022-01-23 | [linux][http] return errno instead of unexpected | 1 | -2/+31 | ||
2022-01-23 | [http] Remove usages of `unreachable` in syscall error handling | 1 | -10/+0 | ||
2022-01-23 | Update io_linux.zig | 1 | -0/+1 | ||
2022-01-23 | Use non-cancellable syscalls for HTTP & use errno for errors | 3 | -78/+933 | ||
2022-01-23 | Improve error message when `bun upgrade` fails | 1 | -1/+1 | ||
2022-01-23 | Nice | 1 | -1/+1 | ||
2022-01-23 | Update analytics_thread.zig | 1 | -0/+8 | ||
2022-01-23 | Add copyfile snippet | 1 | -0/+3 | ||
2022-01-23 | Add a callback when a thread spawns | 1 | -2/+7 | ||
2022-01-23 | Fix release build with debugging | 2 | -1/+3 | ||
2022-01-23 | Use a separate heap for HTTP | 3 | -46/+63 | ||
2022-01-23 | fake segfault test | 2 | -3/+3 | ||
2022-01-23 | Add kernel version to crash report | 1 | -3/+7 | ||
2022-01-23 | Update main.zig | 1 | -1/+1 | ||
2022-01-23 | Add C++ exception handler | 2 | -2/+3 | ||
2022-01-22 | Create cat.mjs | 1 | -0/+5 | ||
2022-01-22 | Create realpath.mjs | 1 | -0/+4 | ||
2022-01-22 | :camera: | 40 | -81/+81 | ||
2022-01-22 | Update helpers.h | 1 | -2/+2 | ||
2022-01-22 | Update helpers.h | 1 | -1/+5 | ||
2022-01-22 | Update linker.zig | 1 | -1/+1 | ||
2022-01-22 | Ensure we fully copy strings | 3 | -9/+23 | ||
2022-01-22 | Update http.zig | 1 | -1/+1 | ||