Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-20 | Fix Bun.serve error handler error param (#1359) | 1 | -0/+9 | |
2022-10-19 | Fix calling `ws.publish` inside `close` when other clients are connected | 1 | -23/+37 | |
2022-10-19 | Allow returning a Response object when upgrading | 1 | -6/+21 | |
2022-10-17 | Fix error handler | 1 | -3/+8 | |
2022-10-17 | Workaround crash | 1 | -2/+18 | |
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | 2 | -5/+400 | |
2022-10-17 | Clean up some code | 1 | -34/+28 | |
2022-10-17 | Fix headers + add test | 1 | -0/+8 | |
2022-10-17 | Implement `error` and `binaryType` | 2 | -19/+145 | |
2022-10-17 | Redo WebSocket api | 2 | -373/+419 | |
2022-10-16 | Disable InlineBlob optimization | 1 | -27/+35 | |
2022-10-15 | Dumber code is better code | 1 | -1/+3 | |
2022-10-15 | Errors must return 0 instead of undefined | 2 | -30/+31 | |
2022-10-15 | Add a helper for InlineBlob from two arrays | 1 | -4/+1 | |
2022-10-15 | More logging | 1 | -5/+5 | |
2022-10-15 | add more logging | 2 | -11/+11 | |
2022-10-15 | More lenient for response_value data | 1 | -1/+1 | |
2022-10-15 | Rename `pendingSockets` to `pendingWebSockets` | 1 | -3/+3 | |
2022-10-15 | Fix memory leak in HTTP server | 1 | -0/+2 | |
2022-10-15 | Remove unnecessary GC protect() call | 1 | -1/+31 | |
2022-10-15 | Fix crash in WebSocketServer close | 1 | -3/+4 | |
2022-10-15 | WebSocket Server support | 2 | -104/+1235 | |
2022-10-13 | Fix import alias (#1313) | 1 | -0/+1 | |
2022-10-12 | Stop keeping the process alive for too long | 1 | -4/+10 | |
2022-10-12 | support array as first arg in `Bun.spawn` | 1 | -100/+118 | |
2022-10-11 | Remove dead code | 1 | -17/+4 | |
2022-10-11 | Implement `Bun.spawnSync` | 2 | -65/+168 | |
2022-10-11 | Make `Bun.spawn` work on Linux | 1 | -39/+42 | |
2022-10-11 | Add test for Bun.file() for stdin and stdout | 1 | -1/+1 | |
2022-10-11 | Maybe fix linux bug? | 1 | -1/+4 | |
2022-10-11 | Update server.zig | 1 | -1/+1 | |
2022-10-10 | Automatically close stdout/stderr on subprocess exit if possible | 1 | -2/+2 | |
2022-10-10 | Keep the process alive | 3 | -18/+24 | |
2022-10-09 | Poll in | 1 | -1/+1 | |
2022-10-09 | Don't set CLOEXEC | 1 | -3/+3 | |
2022-10-09 | Buffer input & output until the user gets the stream | 1 | -41/+320 | |
2022-10-06 | Fix unused arg | 1 | -1/+1 | |
2022-10-06 | Add `protocol` getter to Bun.serve() | 1 | -0/+11 | |
2022-10-06 | Add simple Hot Module Reloading to bun's runtime | 1 | -2/+2 | |
2022-10-06 | Implement Server.reload() | 1 | -6/+42 | |
2022-10-05 | move Bun.spawn into separate file | 2 | -1045/+1069 | |
2022-10-03 | `Bun.spawn` start to implement support for buffered input (ArrayBuffer, Respo... | 2 | -67/+272 | |
2022-10-02 | Fix test failures | 3 | -60/+34 | |
2022-10-01 | Fix unref'ing websocket | 1 | -0/+2 | |
2022-10-01 | Fix `setTimeout(0)`, improve test coverage slightly, reduce memory usage of t... | 1 | -72/+156 | |
2022-09-30 | Make setTimeout/setInterval more reliable | 1 | -56/+87 | |
2022-09-30 | Eagerly receive incoming request bodies | 1 | -77/+71 | |
2022-09-30 | Request->url == string, not ZigString now | 2 | -21/+38 | |
2022-09-30 | Remove extraneous calls to `.ref()` | 6 | -118/+119 | |
2022-09-29 | Fixup | 1 | -3/+5 |