summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* WebSockets: add support for permessage-deflate extensionCarlos Garcia Campos2019-07-3119-47/+2003
* WebSockets: allow to send close frames with no bodyCarlos Garcia Campos2019-07-221-2/+8
* WebSockets: ignore any messages after close has been sent and receivedCarlos Garcia Campos2019-07-191-0/+3
* WebSockets: client should also mark the close frame as SOUP_WEBSOCKET_QUEUE_LASTCarlos Garcia Campos2019-07-121-1/+1
* SoupMessage: seal access to private membersClaudio Saavedra2019-07-107-78/+128
* ntlm: fix ntlmv2 authenticationThibaut Robert2019-07-071-1/+1
* WebSockets: server must close the connection when receiving an unmasked frameCarlos Garcia Campos2019-07-041-0/+9
* WebSockets: client must fail when receiving a masked frame from serverCarlos Garcia Campos2019-07-041-0/+9
* WebSockets: allow null characters in text messages dataCarlos Garcia Campos2019-06-272-6/+119
* WebSockets: closed signal not emitted when io stream is SoupIOStreamCarlos Garcia Campos2019-06-253-2/+18
* WebSockets: fail and close the connection in case of invalid payload lengthCarlos Garcia Campos2019-06-191-0/+19
* WebSockets: return after closing connection on error in process_frameCarlos Garcia Campos2019-06-191-0/+1
* WebSockets: allow to send empty binary dataCarlos Garcia Campos2019-06-181-3/+3
* WebSockets: fix runtime critical warning when handshake failsCarlos Garcia Campos2019-06-171-0/+2
* WebSockets: message never finishes when handshake failsCarlos Garcia Campos2019-06-171-1/+3
* hsts-db: further fix for format string of stored policiesClaudio Saavedra2019-06-101-1/+1
* hsts: accept the Strict-Transport-Security header regardless of casingClaudio Saavedra2019-06-101-1/+1
* hsts-db: use unsigned integers when writing to the databaseClaudio Saavedra2019-06-061-1/+1
* Add SoupHSTSEnforcer:hsts-enforced signalClaudio Saavedra2019-06-052-0/+24
* Don't advertise br as an accepted encodingPatrick Griffis2019-06-031-1/+4
* gir: soup_auth_new is not a constructorRico Tzschichholz2019-05-281-0/+3
* Ensure that hostnames in the HSTS enforcer are IDNA-canonicalizedClaudio Saavedra2019-05-222-7/+36
* Cancel messages for STS known hosts with HTTPS errorsClaudio Saavedra2019-05-221-4/+30
* Hook the default interface's functionsClaudio Saavedra2019-05-221-0/+10
* Ignore STS header fields with duplicate directivesClaudio Saavedra2019-05-221-1/+4
* Make soup_hsts_enforcer_set_policy() publicClaudio Saavedra2019-05-224-17/+4
* Extra directives need to be ignored but the header should still be processedClaudio Saavedra2019-05-221-3/+0
* HSTS: Rewrite the HSTS feature and add testsClaudio Saavedra2019-05-229-709/+657
* Add SoupHstsEnforcerAdrien Plazas2019-05-229-0/+1571
* Implement strict secure cookiesPatrick Griffis2019-05-222-62/+99
* Implement Brotli decompression supportPatrick Griffis2019-05-224-2/+259
* soup-version: add defs for 2.68 APIClaudio Saavedra2019-05-171-0/+7
* meson: Check TLS support only when external glib dependency is availableSeungha Yang2019-05-031-3/+3
* Fix the build of tests on MinGWTomas Popela2019-04-231-1/+1
* soup-auth-ntlm: get rid of unused variable warningClaudio Saavedra2019-04-091-2/+1
* soup-auth-ntlm.c: Fix running on older Visual Studio CRTChun-wei Fan2019-03-301-0/+12
* meson: cleanup targets dependenciesClaudio Saavedra2019-03-181-3/+3
* meson: fix dylib versioning on macOSTom Schoonjans2019-03-121-0/+2
* 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
* 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
* request-file: avoid using a thread to request the file in async modeIgnacio Casal Quinteiro2019-02-011-11/+99
* SoupSessionFeature: Keep features alive until all messages have been unqueuedClaudio Saavedra2019-01-181-12/+14
* Remove the Autotools build system filesTomas Popela2019-01-112-332/+0
* Meson: Add public dependencies in libsoup_depXavier Claessens2018-12-171-1/+2
* Meson: Simplify pkg-config generatorXavier Claessens2018-12-171-9/+2
* meson: Be able to build the static libraryTomas Popela2018-12-171-2/+2
* SoupClientContext: remove const modifier from remote_ipClaudio Saavedra2018-10-081-1/+1
* NTLMv2: cosmetic compiler fixesClaudio Saavedra2018-10-081-3/+4