Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 1 | -4/+4 | |
2022-11-09 | Fixup | 1 | -12/+16 | |
2022-11-09 | Re-enable workaround for 127.0.0.01 | 1 | -2/+11 | |
2022-10-25 | TCP & TLS Socket API (#1374) | 1 | -0/+2 | |
2022-10-17 | Handle assertion faillure | 1 | -1/+3 | |
2022-10-16 | Fix #1335 | 1 | -9/+5 | |
2022-10-15 | add more logging | 1 | -9/+9 | |
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-08 | Fix https://github.com/oven-sh/bun/issues/1263 | 1 | -1/+15 | |
2022-10-01 | Fix unref'ing websocket | 1 | -2/+2 | |
2022-09-28 | Clean up WebSocket never starting | 1 | -10/+8 | |
2022-09-17 | Update & configure SSL a little | 1 | -4/+4 | |
2022-09-17 | Fix missing `reason` and `code` in `CloseEvent` | 1 | -0/+3 | |
2022-09-16 | Make new HTTP client more stable | 1 | -4/+6 | |
2022-09-14 | Use entropy cache for websocket mask | 1 | -50/+8 | |
2022-09-14 | Fix issue with websockets callback not registering in canary | 1 | -15/+15 | |
2022-09-14 | 5x faster crypto.randomValues() | 1 | -2/+1 | |
2022-09-11 | New HTTP client (#1231) | 1 | -8/+21 | |
2022-08-10 | improve reliability of `WebSocket` | 1 | -11/+31 | |
2022-08-03 | Don't use SIMD in non-SIMD builds | 1 | -1/+1 | |
2022-06-22 | Fix `WebSocket` when HTTP server is not running | 1 | -2/+24 | |
2022-06-22 | cleanup | 1 | -1/+1 | |
2022-06-22 | Fix close | 1 | -3/+12 | |
2022-06-22 | [websockets] Support receiving data of length 128 - 65354, bigger not support... | 1 | -154/+43 | |
2022-06-22 | Sending works | 1 | -244/+332 | |
2022-06-22 | implement a custom websocket client | 1 | -23/+1064 | |
2022-06-22 | It connects! but the frames are corrupt | 1 | -21/+21 | |
2022-06-22 | WebSocket is a global | 1 | -40/+44 | |
2022-06-22 | WIP WebSocket | 1 | -0/+451 |