summaryrefslogtreecommitdiff
path: root/tests/hsts-test.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-031-1/+1
* Remove http and https aliases supportCarlos Garcia Campos2021-02-111-2/+2
* hsts: Move hsts-enforced signal from SoupHSTSEnforcer to SoupMessageCarlos Garcia Campos2021-02-111-57/+70
* Update soup.h removing private headersPatrick Griffis2020-12-011-0/+1
* uri-utils: add soup_uri_copy()Carlos Garcia Campos2020-11-201-2/+2
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-151-3/+9
* Replace SoupURI with GUriPatrick Griffis2020-11-141-13/+14
* Use the new SoupMessage flags APICarlos Garcia Campos2020-11-071-1/+1
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-1/+1
* Apply 1 suggestion(s) to 1 file(s)Carlos Garcia Campos2020-11-061-1/+1
* Remove properties that behave as functionspgriffis/remove-property-functionsPatrick Griffis2020-11-051-7/+3
* Make SoupHSTSPolicy a private structPatrick Griffis2020-10-281-4/+4
* Remove property aliasesPatrick Griffis2020-10-281-2/+2
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-22/+27
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-1/+3
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-2/+0
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-2/+2
* hsts-test: use g_usleep since sleep is not defined on WindowsIgnacio Casal Quinteiro2019-10-071-5/+5
* tests: plug a series of leaks in different testsClaudio Saavedra2019-09-111-6/+12
* 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
* hsts: accept the Strict-Transport-Security header regardless of casingClaudio Saavedra2019-06-101-1/+4
* 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-221-0/+410