summaryrefslogtreecommitdiff
path: root/lib/ws.c
Commit message (Expand)AuthorAgeFilesLines
* ws: fix CONT opcode checkDaniel Stenberg2023-04-271-1/+2
* tests/http: more tests with specific clientsStefan Eissing2023-04-261-12/+16
* Websocket en-/decodingStefan Eissing2023-04-251-476/+804
* ws: handle reads before EAGAIN betterDaniel Stenberg2023-03-291-7/+7
* ws: keep the socket non-blockingDaniel Stenberg2023-02-281-7/+0
* ws: fix recv of larger framesDaniel Stenberg2023-02-101-14/+39
* ws: use %Ou for outputting curl_off_t with info()Daniel Stenberg2023-02-091-1/+1
* ws: fix multiframe send handlingMike Duglas2023-02-061-2/+12
* ws: unstick connect-only shutdownDaniel Stenberg2023-01-301-0/+11
* ws: remove bad assertDaniel Stenberg2023-01-301-1/+0
* ws: fix autoping handlingDaniel Stenberg2023-01-131-30/+43
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* ws: if no connection is around, return errorDaniel Stenberg2022-12-131-4/+8
* Websocket: fixes for partial frames and buffer updates.Stefan Eissing2022-11-121-192/+176
* websockets: fix handling of partial framesStefan Eissing2022-11-071-22/+21
* ws: return CURLE_NOT_BUILT_IN when websockets not built inJay Satiro2022-11-071-2/+2
* ws: fix buffer pointer use in the callback loopDaniel Stenberg2022-10-101-15/+19
* ws: minor fixes for web sockets without the CONNECT_ONLY flagPaul Seligman2022-10-091-5/+10
* ws: fix Coverity complaintsDaniel Stenberg2022-10-081-6/+17
* websockets: remodeled API to support 63 bit frame sizesDaniel Stenberg2022-10-071-109/+216
* ws: fix a C89 compliance nitDaniel Stenberg2022-09-211-2/+3
* misc: fix spelling in two source filesJohn Bampton2022-09-191-1/+1
* ws: the infof() flags should be %zuDaniel Stenberg2022-09-161-1/+1
* ws: fix build without `USE_WEBSOCKETS`Marcel Raad2022-09-121-1/+1
* ws: add missing curl.h includeMarcel Raad2022-09-121-0/+1
* ws: fix an infof() call to use %uz for size_t outputDaniel Stenberg2022-09-121-1/+1
* curl_ws_meta: initial implementationDaniel Stenberg2022-09-091-7/+25
* ws: initial websockets supportDaniel Stenberg2022-09-091-0/+610