aboutsummaryrefslogtreecommitdiff
path: root/src/deps/_libusockets.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-05fix(serve): fix `close_connection` behaviour in `endWithoutBody` (#6315)Gravatar Ai Hoshino 1-3/+2
Close: #6031
2023-05-21fix(tls.connect) fix SNI on tls sockets and also servername (mongodb) (#2934)Gravatar Ciro Spaciari 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-06fix(uWS:capi) uws_req_set_yield typo and uws_res_override_write_offset (#1996)Gravatar Ciro Spaciari 1-1/+1
2023-01-12Upgrade uSocketsGravatar Jarred Sumner 1-0/+2
2022-10-30Updating libuwebsockets C API (#1423)Gravatar Ciro Spaciari 1-2/+27
2022-10-16Make more sure we know what the types we are sending areGravatar Jarred Sumner 1-5/+5
2022-10-15WebSocket Server supportGravatar Jarred Sumner 1-4/+6
2022-10-11remove config structGravatar Jarred Sumner 1-2/+2
2022-10-11Work around Zig C ABI bug on LinuxGravatar Jarred Sumner 1-1/+0
2022-10-09maybe workaround C ABI issue on linux amd64Gravatar Jarred Sumner 1-1/+1
2022-09-29Lazy URL, more explicit close()Gravatar Jarred Sumner 1-1/+2
2022-07-01[Bun.serve] Add explicit function for clearing the abort callbackGravatar Jarred Sumner 1-2/+0
2022-06-27Fix data corruption bug in HTTP serverGravatar Jarred Sumner 1-0/+1
2022-04-12Make sendfile more reliableGravatar Jarred Sumner 1-0/+2
2022-04-04Remove unused functionGravatar Jarred Sumner 1-1/+0
2022-04-01[bun.js] Use `Headers` from WebKit instead of customGravatar Jarred Sumner 1-5/+10
2022-03-23handle bodies of 0 length betterGravatar Jarred Sumner 1-1/+2
2022-03-23Support `Request.headers` and `Request.url` in http serverGravatar Jarred Sumner 1-0/+2
2022-03-21sendfile worksGravatar Jarred Sumner 1-0/+2
2022-03-21[bun.js] 2/? Implement `Response.file`, sendfile editionGravatar Jarred Sumner 1-3/+5
2022-03-20microptimizeGravatar Jarred Sumner 1-0/+9
2022-03-20the events, they loopGravatar Jarred Sumner 1-0/+289