Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-08-21 | [breaking] `bun run <missing script>` should return a nonzero exit code | 1 | -1/+5 | |
2022-08-21 | Support loading JavaScript files without extensions | 1 | -1/+7 | |
2022-08-21 | Add a bench snippet for sha512 | 3 | -0/+23 | |
2022-08-21 | Remove usage of `fnctl64` so we can avoid the libc symbol | 2 | -62/+83 | |
2022-08-21 | Add a binding for creating atomic strings | 5 | -2/+37 | |
2022-08-21 | Slightly optimize escapeHTMLescapeHTML8 & escapeHTML16 | 2 | -80/+134 | |
2022-08-20 | Update WebKit | 1 | -0/+0 | |
2022-08-20 | Export `createSyntheticModule` | 3 | -1/+22 | |
2022-08-20 | wip support #! | 1 | -1/+6 | |
2022-08-20 | fix(ReferenceError): expected type in getCode (#1120) | 1 | -1/+1 | |
2022-08-20 | Fix running zig tests | 1 | -3/+10 | |
2022-08-20 | Fix crash on invalid JSX | 1 | -1/+1 | |
2022-08-20 | Add `code` to `ResolveError` | 1 | -0/+14 | |
2022-08-20 | Add buffer.indexOf, includes and lastIndexOf (#1112) | 2 | -32/+237 | |
2022-08-19 | fix buffer.slice(0, 0) (#1114) | 23 | -27/+58 | |
2022-08-19 | fix buffer.copy (#1113) | 2 | -21/+35 | |
2022-08-19 | Update build-id | 1 | -1/+1 | |
2022-08-19 | Make React SSR up to 3x faster | 1 | -238/+247 | |
2022-08-19 | 2x faster `Bun.serve` with async function handlers | 1 | -4/+13 | |
2022-08-19 | Update bun init testbun-v0.1.10 | 1 | -2/+2 | |
2022-08-18 | Synchronously dispatch `close` event | 1 | -0/+5 | |
2022-08-18 | Fix memory leak in `WebSocket` | 1 | -13/+4 | |
2022-08-18 | Make `Request`, `Response` and `TextDecoder` not read-only | 7 | -120/+180 | |
2022-08-18 | Update build-id | 1 | -1/+1 | |
2022-08-18 | un-delete some code | 2 | -8/+15 | |
2022-08-18 | Add string support to `Buffer.fill` | 7 | -77/+119 | |
2022-08-18 | [node compat] Fix issue with `Buffer.compare` when called on the constructor | 1 | -31/+42 | |
2022-08-18 | Fix console.log printing `[native code]` for too many things | 1 | -1/+6 | |
2022-08-18 | Faster TextDecoder | 24 | -369/+399 | |
2022-08-18 | Fix Next.js regression | 1 | -12/+45 | |
2022-08-18 | Fix `bun:wrap` not loading | 3 | -21/+41 | 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 |