Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-22 | fix unrefOnNextTick | 1 | -0/+6 | |
2023-01-22 | feat(dns) resolveSrv (#1870) | 1 | -0/+12 | |
2023-01-12 | Upgrade uSockets | 1 | -2/+16 | |
2023-01-12 | missing | 1 | -3/+3 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -81/+84 | |
2022-12-01 | Fix timers keeping process alive unnecessarily | 1 | -0/+9 | |
2022-11-29 | import everything from "bun" where possible | 1 | -4/+5 | |
2022-11-20 | [fetch] Add optimization for chunked encoding | 1 | -1/+5 | |
2022-11-09 | Fix #1354 | 1 | -0/+2 | |
2022-10-30 | Updating libuwebsockets C API (#1423) | 1 | -6/+6 | |
2022-10-25 | TCP & TLS Socket API (#1374) | 1 | -26/+120 | |
2022-10-19 | Fix calling `ws.publish` inside `close` when other clients are connected | 1 | -5/+11 | |
2022-10-17 | Updates to UWS | 1 | -2/+3 | |
2022-10-17 | Implement `error` and `binaryType` | 1 | -5/+5 | |
2022-10-15 | WebSocket Server support | 1 | -103/+338 | |
2022-10-11 | remove config struct | 1 | -2/+10 | |
2022-10-11 | Work around Zig C ABI bug on Linux | 1 | -5/+4 | |
2022-10-09 | maybe workaround C ABI issue on linux amd64 | 1 | -2/+2 | |
2022-10-08 | Fix https://github.com/oven-sh/bun/issues/1263 | 1 | -0/+12 | |
2022-10-06 | Add WebSocket bindings for uWS | 1 | -29/+102 | |
2022-10-02 | Fix test failures | 1 | -2/+6 | |
2022-09-30 | Make setTimeout/setInterval more reliable | 1 | -4/+12 | |
2022-09-29 | Lazy URL, more explicit close() | 1 | -4/+47 | |
2022-09-28 | /s/c_int/i32 | 1 | -189/+196 | |
2022-09-28 | Fix several bugs with Request body streaming + store small response bodies wi... | 1 | -7/+20 | |
2022-09-25 | wip | 1 | -1/+1 | |
2022-09-22 | 1 event loop per thread. Instead of 3. | 1 | -3/+6 | |
2022-09-17 | Update & configure SSL a little | 1 | -31/+35 | |
2022-09-16 | Make new HTTP client more stable | 1 | -13/+76 | |
2022-09-11 | New HTTP client (#1231) | 1 | -30/+58 | |
2022-07-02 | [streams] Rename `drain()` -> `flush()` | 1 | -0/+51 | |
2022-07-01 | [Bun.serve] Add explicit function for clearing the abort callback | 1 | -0/+4 | |
2022-06-27 | [uws] Add helper for corking | 1 | -2/+27 | |
2022-06-22 | Fix `WebSocket` when HTTP server is not running | 1 | -0/+4 | |
2022-06-22 | Sending works | 1 | -3/+4 | |
2022-06-22 | implement a custom websocket client | 1 | -9/+34 | |
2022-06-22 | It connects! but the frames are corrupt | 1 | -5/+3 | |
2022-06-22 | WebSocket is a global | 1 | -25/+25 | |
2022-06-22 | WIP WebSocket | 1 | -9/+209 | |
2022-06-07 | Web Streams API (#176) | 1 | -30/+96 | |
2022-04-12 | Make sendfile more reliable | 1 | -0/+5 | |
2022-04-11 | always tick the event loop | 1 | -0/+24 | |
2022-04-11 | [bun.js] Add a `Server.stop` function | 1 | -1/+2 | |
2022-04-04 | Remove unused function | 1 | -14/+0 | |
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 1 | -2/+2 | |
2022-03-23 | handle bodies of 0 length better | 1 | -2/+7 | |
2022-03-23 | Implement Request body support! | 1 | -6/+8 | |
2022-03-23 | Support `Request.headers` and `Request.url` in http server | 1 | -0/+15 | |
2022-03-22 | Handle integer sizes greater than i32 | 1 | -0/+2 | |
2022-03-21 | sendfile works | 1 | -2/+63 |