Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | |
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 |