summaryrefslogtreecommitdiff
path: root/tests/cookies-test.c
Commit message (Expand)AuthorAgeFilesLines
* cookie-jar: Fix valid Secure cookies being rejectedPatrick Griffis2023-01-231-2/+9
* cookie-jar: Reject cookies with control characters in name or valueSiwei Li2023-01-191-0/+49
* cookies: Add support for cookie prefixesSiwei Li2023-01-161-0/+60
* cookie: Change default same-site value to LaxAmanda2022-11-281-1/+2
* tests: Explicitly test NULL path comparisionPatrick Griffis2022-11-151-2/+2
* cookie: Test for: Fix soup_cookie_equal() with NULL pathAmanda2022-11-151-0/+15
* cookies: make SoupCookieJar thread safeCarlos Garcia Campos2022-06-081-0/+87
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Replace SoupURI with GUriPatrick Griffis2020-11-141-42/+40
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-3/+3
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-3/+3
* session: add io priority parameter to soup_session_send_async()Carlos Garcia Campos2020-10-261-1/+2
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-9/+16
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-6/+6
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-2/+2
* soup-cookie-jar: Add SOUP_COOKIE_JAR_ACCEPT_GRANDFATHERED_THIRD_PARTYCarlos Garcia Campos2020-07-061-33/+62
* Expose support for same-site cookiesPatrick Griffis2020-01-211-2/+4
* tests: plug a series of leaks in different testsClaudio Saavedra2019-09-111-0/+1
* Implement strict secure cookiesPatrick Griffis2019-05-221-0/+44
* SoupSessionFeature: Keep features alive until all messages have been unqueuedClaudio Saavedra2019-01-181-0/+33
* Add some tests for trailing dots in domainsClaudio Saavedra2018-08-101-3/+63
* Add soup_cookie_jar_get_cookies with empty hostname testMichael Catanzaro2018-06-281-0/+19
* Set default cookie path when origin is NULL and value not present in parsed textAdrian Perez de Castro2018-06-131-0/+10
* cookie-jar: use base domain to decide if cookie is third partyMichael Catanzaro2018-03-221-0/+56
* Revert "cookie-jar: use base domain to decide if cookie is third party"Claudio Saavedra2018-03-051-48/+0
* cookie-jar: use base domain to decide if cookie is third partyMichael Catanzaro2018-02-051-0/+48
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-3/+7
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+2
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-4/+0
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-50/+19
* Clean up includesDan Winship2012-07-131-5/+0
* SoupCookie: ignore values on httponly and secure attributesDan Winship2012-07-101-2/+110
* Fix cookies-test.c indentationDan Winship2012-07-101-52/+52
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* Fix leaks found by valgrindDan Winship2010-03-131-1/+3
* Implement acceptance policies in SoupCookieJarXan Lopez2010-02-031-0/+119