Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-21 | Treat invalid buffer value as utf8 string | 1 | -2/+3 | |
2022-10-21 | Add test for `fs.createReadStream` | 1 | -0/+43 | |
2022-10-21 | Implement `fs.createReadStream`, begin `fs.createWriteStream` | 1 | -3/+621 | |
2022-10-21 | Make Node Streams work better in Bun | 1 | -140/+214 | |
2022-10-21 | Fix error handling logic in read() | 1 | -51/+79 | |
2022-10-21 | Fix bugs in mask boolean values | 2 | -15/+21 | |
2022-10-21 | Emit errors | 2 | -2/+37 | |
2022-10-21 | Add test for ResolveError.position being inspectable | 2 | -0/+12 | |
2022-10-21 | Fix segfault when logging position object from failed nested import | 1 | -114/+34 | |
2022-10-21 | Implement `setMaxListeners` and `getMaxListeners` | 1 | -1/+46 | |
2022-10-21 | Fix `import Foo, {bar}` when from hardcoded builtin modules in runtime | 2 | -19/+34 | |
2022-10-21 | Fix test failure | 1 | -2/+3 | |
2022-10-21 | Reload node:fs in development | 1 | -0/+9 | |
2022-10-21 | chore: remove outdated `var` usages (#1364) | 1 | -34/+34 | |
2022-10-21 | Fix "/" in example | 1 | -3/+10 | |
2022-10-21 | Fix infinite loop | 1 | -3/+13 | |
2022-10-21 | micro-optimize | 1 | -7/+14 | |
2022-10-20 | Update install script to use secure flags | 2 | -5/+5 | |
2022-10-20 | Add installation method for Homebrew | 1 | -0/+7 | |
2022-10-20 | Fix crash in `highWaterMark` | 1 | -143/+144 | |
2022-10-20 | Fix Bun.serve error handler error param (#1359) | 7 | -4/+37 | |
2022-10-19 | Fix calling `ws.publish` inside `close` when other clients are connected | 3 | -28/+111 | |
2022-10-19 | Cache dir loader: Prefer `$BUN_INSTALL` and `$XDG_CACHE_HOME` to `$HOME`. (#1... | 1 | -5/+5 | |
2022-10-19 | Improve issue templates (#1353) | 8 | -89/+136 | |
2022-10-19 | Add websocket hot example | 1 | -0/+89 | |
2022-10-19 | Update README.md | 1 | -5/+4 | |
2022-10-19 | Prettier | 1 | -319/+346 | |
2022-10-19 | Allow returning a Response object when upgrading | 2 | -6/+137 | |
2022-10-18 | latestbun-v0.2.1 | 2 | -67/+67 | |
2022-10-18 | Add todo | 2 | -6/+2 | |
2022-10-18 | websocker-server | 9 | -0/+578 | |
2022-10-18 | Fix test | 1 | -28/+38 | |
2022-10-18 | Use buffer type for Deno FFI binding to align with Bun usage (#1321) | 1 | -5/+3 | |
2022-10-18 | get args fix (#1346) | 4 | -1/+39 | |
2022-10-18 | Fix typo in datetime.zig (#1310) | 1 | -1/+1 | |
2022-10-18 | woops | 1 | -0/+3 | |
2022-10-18 | Update uws | 1 | -0/+0 | |
2022-10-18 | Update uws | 1 | -0/+0 | |
2022-10-18 | Update uws | 1 | -0/+0 | |
2022-10-18 | Update javascript.zig | 1 | -2/+15 | |
2022-10-18 | Implement `performance.timeOrigin` | 3 | -0/+25 | |
2022-10-18 | build faiilures | 2 | -6/+6 | |
2022-10-18 | Update uws | 1 | -0/+0 | |
2022-10-18 | y u no work | 1 | -4/+4 | |
2022-10-17 | Fix build | 2 | -7/+8 | |
2022-10-17 | Fix empty process.argv | 1 | -13/+6 | |
2022-10-17 | Add oniguruma to Dockerfile | 1 | -1/+20 | |
2022-10-17 | add oniguruma for regex with variable length lookbehinds (#1329) | 63 | -127/+2834 | |
2022-10-17 | Updates to UWS | 1 | -2/+3 | |
2022-10-17 | Slightly mroe careful TextEncoder | 1 | -2/+2 |