Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-06-26 | Implement writev & readv (#3419) | 1 | -0/+4 | |
2023-06-21 | upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374) | 2 | -36/+36 | |
2023-04-27 | very slightly faster open() and writeFileSync() (#2759) | 1 | -0/+1 | |
2023-04-19 | Fix broken autocomplete | 1 | -1/+1 | |
2023-04-09 | Remove usages of `void{}` in favor of `{}` | 2 | -4/+4 | |
2023-02-23 | Upgrade Zig (#2151) | 1 | -1/+1 | |
2023-02-13 | Implement `FormData` (#2051) | 1 | -1/+6 | |
2023-01-27 | fix import | 1 | -1/+1 | |
2023-01-07 | Implement DNS module (#1691) | 1 | -0/+14 | |
2023-01-03 | Remove usages of std.x | 1 | -2/+2 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 2 | -41/+43 | |
2022-11-29 | import everything from "bun" where possible | 2 | -2/+2 | |
2022-11-13 | use `write$NOCANCEL`, more logging | 1 | -0/+1 | |
2022-10-27 | Add a stub for io_darwin on linux | 1 | -0/+12 | |
2022-10-10 | Use write() and read() since not every file type supports positional | 1 | -7/+6 | |
2022-09-22 | Fix linux build | 1 | -1/+1 | |
2022-09-22 | 1 event loop per thread. Instead of 3. | 2 | -3/+10 | |
2022-09-11 | Fix build issue on Linux? | 1 | -1/+1 | |
2022-09-11 | New HTTP client (#1231) | 1 | -3/+6 | |
2022-08-28 | More reliable macOS event loop (#1166) | 3 | -81/+316 | |
2022-08-24 | Fix clearTimeout and linux timeout (#1138) | 1 | -1/+1 | |
2022-08-13 | Fix macOS build | 1 | -1/+1 | |
2022-08-13 | Improve event loop reliability on Linux | 1 | -22/+52 | |
2022-06-07 | Web Streams API (#176) | 2 | -10/+24 | |
2022-04-12 | [bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384 | 1 | -2/+50 | |
2022-04-05 | `[bun dev]` Fix segfaults | 1 | -1/+1 | |
2022-04-04 | fix bug with io sometimes sleeping permanetly | 1 | -18/+32 | |
2022-03-23 | [bun.js] Implement Bun.write() | 1 | -2/+6 | |
2022-03-22 | Linux-specific tweaks | 1 | -21/+25 | |
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 2 | -13/+248 | |
2022-03-16 | Fix setTimeout on Linux | 1 | -5/+12 | |
2022-03-01 | [bun.js] Implement `setTimeout`, `setInterval`, `clearTimeout`, `clearInterval` | 2 | -0/+8 | |
2022-02-27 | WASM | 1 | -0/+11 | |
2022-02-05 | Make bun-install slower but more reliable on Linux Kernel 5.5 and lower | 1 | -112/+31 | |
2022-02-01 | IO.Completion.slice() | 2 | -0/+44 | |
2022-01-25 | merge | 1 | -1/+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-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 | 2 | -77/+928 | |
2021-12-30 | Update io_linux.zig | 1 | -1/+1 | |
2021-12-30 | Update io_linux.zig | 1 | -1/+1 | |
2021-12-30 | _ => . | 1 | -1/+1 | |
2021-12-30 | - => . | 2 | -4/+4 | |
2021-12-30 | linux | 1 | -4/+5 |