summaryrefslogtreecommitdiff
path: root/tests/websocket-test.c
Commit message (Expand)AuthorAgeFilesLines
* websocket-test: Fix minor warningsPatrick Griffis2023-01-201-3/+1
* soupWebsocket: don't add the protocols header if it would be emptyLukáš Tyrychtr2022-11-241-0/+58
* server: ensure message socket is still available on websocket handlerCarlos Garcia Campos2022-10-111-0/+2
* websocket: handle more invalid close codesCarlos Garcia Campos2022-09-281-4/+26
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* session: add soup_session_get_async_result_messagecarlosgc/async-result-messageCarlos Garcia Campos2021-03-041-2/+4
* WebSockets: do not report connection errors as handshake failurescarlosgc/websocket-connection-errorCarlos Garcia Campos2021-02-101-0/+32
* Add soup_server_message_get_reason_phrase() to match SoupMessagePatrick Griffis2021-01-091-6/+6
* coverage: Ignore more false positivesPatrick Griffis2020-12-061-0/+2
* websocket-test: Fix out of bounds readPatrick Griffis2020-11-251-1/+1
* message: make status-code and reason-phrase properties read onlyCarlos Garcia Campos2020-11-151-6/+7
* Replace SoupURI with GUriPatrick Griffis2020-11-141-6/+6
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-2/+2
* websocket: add io priority paramater to soup_session_websocket_connect_asyncCarlos Garcia Campos2020-11-051-1/+3
* websocket: remove *_with_extentions variantsCarlos Garcia Campos2020-11-051-37/+42
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-37/+37
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-26/+141
* WebSockets: do not start the input source when IO is closingCarlos Garcia Campos2020-01-221-0/+33
* WebSockets: client_max_window_bits in server response must have a valueCarlos Garcia Campos2019-10-071-1/+1
* tests: plug a series of leaks in different testsClaudio Saavedra2019-09-111-0/+2
* WebSockets: handle Set-Cookie header in handshake responseCarlos Garcia Campos2019-08-291-0/+77
* WebSockets: only poll IO stream when neededCarlos Garcia Campos2019-08-291-1/+4
* WebSockets: add support for permessage-deflate extensionCarlos Garcia Campos2019-07-311-9/+547
* WebSockets: allow to send close frames with no bodyCarlos Garcia Campos2019-07-221-28/+134
* WebSockets: ignore any messages after close has been sent and receivedCarlos Garcia Campos2019-07-191-0/+48
* WebSockets: server must close the connection when receiving an unmasked frameCarlos Garcia Campos2019-07-041-3/+46
* WebSockets: client must fail when receiving a masked frame from serverCarlos Garcia Campos2019-07-041-0/+47
* WebSockets: allow null characters in text messages dataCarlos Garcia Campos2019-06-271-2/+21
* WebSockets: closed signal not emitted when io stream is SoupIOStreamCarlos Garcia Campos2019-06-251-0/+3
* WebSockets: fail and close the connection in case of invalid payload lengthCarlos Garcia Campos2019-06-191-0/+103
* WebSockets: allow to send empty binary dataCarlos Garcia Campos2019-06-181-0/+55
* WebSockets: fix runtime critical warning when handshake failsCarlos Garcia Campos2019-06-171-0/+53
* Add max-incoming-payload-size property to the websocket connection.Ignacio Casal Quinteiro2016-08-221-0/+13
* websocket-test: remove useless includeIgnacio Casal Quinteiro2015-11-021-2/+0
* soup-server: fix SoupClientContext usage from SoupServerWebsocketCallbackDan Winship2015-10-141-0/+52
* tests: plug leaks, update libsoup.suppDan Winship2015-03-021-8/+10
* websockets: add WebSocket support to SoupSession and SoupServerDan Winship2015-03-011-0/+214
* websockets: add WebSocket supportDan Winship2015-03-011-0/+692