summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WebSockets: ensure a new connection is created for WebSocket requestswebsockets-fixes-2.66Carlos Garcia Campos2020-12-111-0/+10
* WebSockets: do not start the input source when IO is closingCarlos Garcia Campos2020-12-112-1/+35
* WebSockets: plug another leak in the send_message() methodClaudio Saavedra2020-12-111-0/+1
* WebSockets: fix read after free in send_message()Claudio Saavedra2020-12-111-7/+6
* WebSockets: handle Set-Cookie header in handshake responseCarlos Garcia Campos2020-12-112-0/+80
* WebSockets: only poll IO stream when neededCarlos Garcia Campos2020-12-112-43/+77
* WebSockets: fix invalid read when sending large messagesClaudio Saavedra2020-12-111-3/+3
* WebSockets: allow to send close frames with no bodyCarlos Garcia Campos2020-12-112-30/+142
* WebSockets: ignore any messages after close has been sent and receivedCarlos Garcia Campos2020-12-112-0/+51
* WebSockets: client should also mark the close frame as SOUP_WEBSOCKET_QUEUE_LASTCarlos Garcia Campos2020-12-111-1/+1
* WebSockets: server must close the connection when receiving an unmasked frameCarlos Garcia Campos2020-12-112-3/+55
* WebSockets: client must fail when receiving a masked frame from serverCarlos Garcia Campos2020-12-112-0/+56
* WebSockets: allow null characters in text messages dataCarlos Garcia Campos2020-12-111-6/+83
* WebSockets: closed signal not emitted when io stream is SoupIOStreamCarlos Garcia Campos2020-12-114-2/+21
* WebSockets: fail and close the connection in case of invalid payload lengthCarlos Garcia Campos2020-12-112-0/+122
* WebSockets: return after closing connection on error in process_frameCarlos Garcia Campos2020-12-111-0/+1
* WebSockets: allow to send empty binary dataCarlos Garcia Campos2020-12-112-3/+58
* WebSockets: fix runtime critical warning when handshake failsCarlos Garcia Campos2020-12-112-0/+55
* WebSockets: message never finishes when handshake failsCarlos Garcia Campos2020-12-111-1/+3
* 2.66.42.66.4Claudio Saavedra2019-10-092-1/+5
* NTLM: Avoid a potential heap buffer overflow in v2 authenticationClaudio Saavedra2019-10-091-0/+6
* 2.66.32.66.3Claudio Saavedra2019-09-112-1/+7
* SoupServer: fix to not allow smuggling ".." into pathIgnacio Casal Quinteiro2019-09-112-1/+75
* gtkdoc: set the documentation namespaceClaudio Saavedra2019-05-161-0/+1
* meson: fix the documentation src_dir valueClaudio Saavedra2019-05-162-1/+2
* meson: actually declare the gtk_doc optionClaudio Saavedra2019-05-161-1/+1
* meson: switch documentation option from 'doc' to 'gtk_doc'Claudio Saavedra2019-05-161-1/+1
* 2.66.22.66.2Claudio Saavedra2019-05-152-1/+13
* meson: Check TLS support only when external glib dependency is availableSeungha Yang2019-05-033-18/+24
* Fix the build of tests on MinGWTomas Popela2019-04-231-1/+1
* meson: Explicitly set encoding to utf-8 for non-English localeSeungha Yang2019-04-091-0/+3
* meson: Make gettext optionalSeungha Yang2019-04-091-1/+4
* 2.66.12.66.1Claudio Saavedra2019-04-092-1/+15
* soup-auth-ntlm: get rid of unused variable warningClaudio Saavedra2019-04-091-2/+1
* Meson: Fallback to sqlite and libxml2 subprojectsJakub Adam2019-04-041-2/+4
* soup-auth-ntlm.c: Fix running on older Visual Studio CRTChun-wei Fan2019-03-301-0/+12
* meson: simplify test dependencies and bring back LD_LIBRARY_PATH workaroundClaudio Saavedra2019-03-191-3/+5
* buildsystem: use MinGW ANSI STDIO when possibleРуслан Ижбулатов2019-03-181-0/+5
* meson: cleanup targets dependenciesClaudio Saavedra2019-03-182-6/+4
* tests: disable parallelism in the proxy testClaudio Saavedra2019-03-151-1/+1
* meson: fix dylib versioning on macOSTom Schoonjans2019-03-122-1/+8
* 2.66.02.66.0Claudio Saavedra2019-03-122-1/+5
* meson.build: Look for libxml2.lib correctly on Visual Studio buildsChun-wei Fan2019-03-071-1/+2
* 2.65.922.65.92Claudio Saavedra2019-03-052-1/+12
* Remove stale .pc.in filesClaudio Saavedra2019-02-252-23/+0
* message: Avoid use of deprecated g_type_class_add_privateMichael Catanzaro2019-02-251-34/+62
* socket: Remove soup_socket_is_readable()Michael Catanzaro2019-02-252-12/+0
* Update Dutch translationNathan Follens2019-02-241-47/+49
* connection: Fix logic error in previous commitMichael Catanzaro2019-02-221-6/+6
* connection: Fix check for remote disconnection when in idle stateMichael Catanzaro2019-02-221-6/+41