summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* WebSockets: client_max_window_bits in server response must have a valueCarlos Garcia Campos2019-10-071-1/+1
* auth-test: use g_usleepIgnacio Casal Quinteiro2019-10-071-10/+3
* hsts-test: use g_usleep since sleep is not defined on WindowsIgnacio Casal Quinteiro2019-10-071-5/+5
* SoupServer: fix to not allow smuggling ".." into pathIgnacio Casal Quinteiro2019-09-111-0/+66
* tests: plug a series of leaks in different testsClaudio Saavedra2019-09-117-6/+23
* Optionally install installed-testsSimon McVittie2019-08-292-6/+76
* 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
* soup-session: Use a separate GCancellable instance for internal and external ...Tom Bailey2019-08-221-0/+93
* SoupDate: Move from GTimeVal to glibc APIs in soup_date_to_time_t()Claudio Saavedra2019-08-211-0/+2
* HSTS: Add API to retrieve a list of policies in an enforcerClaudio Saavedra2019-08-051-0/+45
* HSTS: add API to get domains with policiesClaudio Saavedra2019-08-051-0/+43
* WebSockets: add support for permessage-deflate extensionCarlos Garcia Campos2019-07-312-51/+590
* 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
* test-utils: ensure we always provide an absolute path to g_tls_file_database_newCarlos Garcia Campos2019-06-171-1/+5
* hsts: accept the Strict-Transport-Security header regardless of casingClaudio Saavedra2019-06-101-1/+4
* hsts-db: use unsigned integers when writing to the databaseClaudio Saavedra2019-06-061-0/+21
* Ensure that hostnames in the HSTS enforcer are IDNA-canonicalizedClaudio Saavedra2019-05-221-0/+30
* Ignore STS header fields with duplicate directivesClaudio Saavedra2019-05-221-3/+1
* Add a test to ensure that subdomain policies don't modify superdomain'sClaudio Saavedra2019-05-221-0/+23
* Improve the multiple-headers testClaudio Saavedra2019-05-221-2/+3
* Add test for duplicated directivesClaudio Saavedra2019-05-221-1/+13
* Extra directives need to be ignored but the header should still be processedClaudio Saavedra2019-05-221-2/+2
* Add a test for case-insensitivity of the headersClaudio Saavedra2019-05-221-0/+14
* Add test to check that no HSTS header does not remove a policyClaudio Saavedra2019-05-221-0/+15
* Add test for optional quotations in the STS headerClaudio Saavedra2019-05-221-0/+16
* HSTS: Rewrite the HSTS feature and add testsClaudio Saavedra2019-05-223-0/+588
* Implement strict secure cookiesPatrick Griffis2019-05-221-0/+44
* Implement Brotli decompression supportPatrick Griffis2019-05-225-0/+173
* meson: simplify test dependencies and bring back LD_LIBRARY_PATH workaroundClaudio Saavedra2019-03-191-3/+5
* meson: cleanup targets dependenciesClaudio Saavedra2019-03-181-3/+1
* tests: disable parallelism in the proxy testClaudio Saavedra2019-03-151-1/+1
* SoupSessionFeature: Keep features alive until all messages have been unqueuedClaudio Saavedra2019-01-181-0/+33
* Remove the Autotools build system filesTomas Popela2019-01-111-117/+0
* meson: make sure tests run against the built libraryClaudio Saavedra2019-01-111-0/+2
* meson: Increase the timeout for testsTomas Popela2019-01-031-1/+3
* tld-test: update after changes in the public-suffix listClaudio Saavedra2018-10-221-4/+4
* soup-headers: add strict parameter parsing functionsClaudio Saavedra2018-10-081-0/+76
* Added NTLMv2 testMichal Hrubý2018-10-081-6/+62
* meson: Raise the required meson version to 0.47Tomas Popela2018-08-301-8/+6
* tests: fix xmlrpc tests being skipped in DebianClaudio Saavedra2018-08-151-1/+1
* Add some tests for trailing dots in domainsClaudio Saavedra2018-08-102-3/+66