Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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, ↵ | 2 | -67/+272 | ||
Response, Request body) | |||||
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 ↵ | 1 | -72/+156 | ||
timers | |||||
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 | ||
2022-09-29 | don't need to mark | 1 | -1/+0 | ||
2022-09-29 | Lazy URL, more explicit close() | 1 | -30/+67 | ||
2022-09-29 | Fix Bun.serve not keeping process alive | 1 | -13/+13 | ||
2022-09-28 | Use uSockets for `setTimeout` and `setInterval` | 1 | -67/+79 | ||
2022-09-28 | Fix a crash in HTMLRewriter caused by blob changes | 1 | -9/+9 | ||
2022-09-28 | Inline blobs in the HTTP server | 1 | -31/+41 | ||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 2 | -21/+33 | ||
2022-09-26 | [Web Streams] Add `body` to `Response` and `Request` (#1255) | 1 | -24/+269 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-09-25 | :sleepy: | 1 | -7/+12 | ||