Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-15 | More logging | 1 | -5/+5 | ||
2022-10-15 | Add a simple test for websocket server | 1 | -0/+114 | ||
2022-10-15 | add more logging | 13 | -138/+148 | ||
2022-10-15 | More forcefully clone strings | 1 | -3/+15 | ||
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 | Update README.md | 1 | -1/+1 | ||
2022-10-15 | Fix bug where pong would put it in invalid state | 1 | -1/+1 | ||
2022-10-15 | Add some logging to WebSocket client | 1 | -0/+10 | ||
2022-10-15 | Be more careful with some of the string handling code | 1 | -1/+34 | ||
2022-10-15 | Update README.md | 1 | -1/+1 | ||
2022-10-15 | Update README.md | 1 | -0/+2 | ||
2022-10-15 | Update c_cpp_properties.json | 1 | -2/+6 | ||
2022-10-15 | Update README.md | 1 | -1/+162 | ||
2022-10-15 | WebSocket Server support | 17 | -229/+2430 | ||
2022-10-15 | Add a way to update cached values from Zig | 1 | -15/+51 | ||
2022-10-15 | Update README.md | 1 | -2/+5 | ||
2022-10-13 | Updatebun-v0.2.0 | 2 | -43/+43 | ||
2022-10-13 | Fix bench | 1 | -2/+2 | ||
2022-10-13 | Fix bench | 1 | -1/+1 | ||
2022-10-13 | Fix import alias (#1313) | 3 | -1/+10 | ||
2022-10-13 | Create http-request-body.ts | 1 | -0/+16 | ||
2022-10-13 | Update react-hello-world.jsx | 1 | -1/+1 | ||
2022-10-13 | Update react-hello-world.jsx | 1 | -1/+1 | ||
2022-10-13 | Update README.md | 1 | -0/+2 | ||
2022-10-13 | Add `for await` | 1 | -0/+27 | ||
2022-10-12 | Fix crash in TextEncoder with rope strings that happens sometimes | 1 | -0/+1 | ||
2022-10-12 | Regenerate builtins | 11 | -17/+479 | ||
2022-10-12 | Fix `cancel` not working in some cases in ReadableStream | 1 | -1/+11 | ||
2022-10-12 | Fix a bug with ReadableStreamDefaultReader and `"direct"` controller | 1 | -14/+31 | ||
2022-10-12 | Implement `ReadableStream.prototype[Symbol.asyncIterator]` | 3 | -0/+191 | ||
cc @fabiancook | |||||
2022-10-12 | Update README.md | 1 | -2/+2 | ||
2022-10-12 | Update README.md | 1 | -4/+0 | ||
2022-10-12 | Update README.md | 1 | -4/+0 | ||
2022-10-12 | Update README.md | 1 | -4/+2 | ||
2022-10-12 | Update README.md | 1 | -2/+0 | ||
2022-10-12 | Update README.md | 1 | -3/+22 | ||
2022-10-12 | Update README.md | 1 | -3/+3 | ||
2022-10-12 | Update README.md | 1 | -4/+4 | ||
2022-10-12 | Add --hot to completions | 2 | -1/+5 | ||
2022-10-12 | Update README.md | 1 | -0/+1 | ||
2022-10-12 | Update README.md | 1 | -2/+2 | ||
2022-10-12 | Update README.md | 1 | -0/+92 | ||
2022-10-12 | Update README.md | 1 | -0/+2 | ||
2022-10-12 | Add a comment | 1 | -0/+10 | ||
2022-10-12 | Fix `require("bun")` and `import("bun")` when statically known | 3 | -7/+24 | ||
2022-10-12 | Update test_scope_debug.ts | 1 | -2/+111 | ||