Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-05 | fix(serve): fix `close_connection` behaviour in `endWithoutBody` (#6315) | 1 | -3/+2 | ||
Close: #6031 | |||||
2023-05-21 | fix(tls.connect) fix SNI on tls sockets and also servername (mongodb) (#2934) | 1 | -2/+2 | ||
* fixes SNI on tls sockets and also servername * 💅 * 💅 * add support for https and wss * fix bun types * support Bun.file on ca, key and cert * 💅 * add setTimeout (makes fastify run) * fix httpVersion * fix WebSocketServer and add listen event * fix ws exports and http listening * fix default import * bump uws * add nodebuffer compatibility * fix drain and allow more passing tests to run * fix enqueud messages * default to arraybuffer * fix constructor binaryType * fmt * fixup * skip some tests * skip more * skip fault tests * reuse encoder instance * fix handshake WS Client * temporary revert handshake fix * fix handshake * disable all socket.io test temp * fixup * add back socket.io tests * use node_fs to read cert, ca and key on server.zig * throw the error returned by NodeFS * 💅 | |||||
2023-02-06 | fix(uWS:capi) uws_req_set_yield typo and uws_res_override_write_offset (#1996) | 1 | -1/+1 | ||
2023-01-12 | Upgrade uSockets | 1 | -0/+2 | ||
2022-10-30 | Updating libuwebsockets C API (#1423) | 1 | -2/+27 | ||
2022-10-16 | Make more sure we know what the types we are sending are | 1 | -5/+5 | ||
2022-10-15 | WebSocket Server support | 1 | -4/+6 | ||
2022-10-11 | remove config struct | 1 | -2/+2 | ||
2022-10-11 | Work around Zig C ABI bug on Linux | 1 | -1/+0 | ||
2022-10-09 | maybe workaround C ABI issue on linux amd64 | 1 | -1/+1 | ||
2022-09-29 | Lazy URL, more explicit close() | 1 | -1/+2 | ||
2022-07-01 | [Bun.serve] Add explicit function for clearing the abort callback | 1 | -2/+0 | ||
2022-06-27 | Fix data corruption bug in HTTP server | 1 | -0/+1 | ||
2022-04-12 | Make sendfile more reliable | 1 | -0/+2 | ||
2022-04-04 | Remove unused function | 1 | -1/+0 | ||
2022-04-01 | [bun.js] Use `Headers` from WebKit instead of custom | 1 | -5/+10 | ||
2022-03-23 | handle bodies of 0 length better | 1 | -1/+2 | ||
2022-03-23 | Support `Request.headers` and `Request.url` in http server | 1 | -0/+2 | ||
2022-03-21 | sendfile works | 1 | -0/+2 | ||
2022-03-21 | [bun.js] 2/? Implement `Response.file`, sendfile edition | 1 | -3/+5 | ||
2022-03-20 | microptimize | 1 | -0/+9 | ||
2022-03-20 | the events, they loop | 1 | -0/+289 | ||