summaryrefslogtreecommitdiff
path: root/libsoup/soup-cookie.c
Commit message (Expand)AuthorAgeFilesLines
* Set default cookie path when origin is NULL and value not present in parsed textAdrian Perez de Castro2018-06-131-0/+2
* SoupCookie: fix the instrospection annotation for get_expires()Claudio Saavedra2018-04-111-3/+4
* Always use "wss" as an alias for "https"Nirbheek Chauhan2017-08-071-1/+1
* Bug 587145 - Add GSS-Negotiate supportGuido Guenther2016-03-141-19/+2
* Fix mode bits on soup-cookie.c (rh #1247285)Dan Winship2015-07-271-0/+0
* Add missing (nullable) annotations, assorted minor introspection fixesEvan Nemerson2014-11-231-3/+3
* Misc docs updatesDan Winship2013-12-111-15/+7
* soup_cookie_new: clarify the interpretation of @domainDan Winship2013-08-251-0/+4
* Add per-version deprecation/availability warningsDan Winship2012-11-081-0/+2
* Clean up includesDan Winship2012-07-131-5/+1
* Use G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPEDan Winship2012-07-131-14/+1
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-3/+1
* Use g_slist_free_full()Dan Winship2012-07-131-5/+1
* SoupCookie: ignore values on httponly and secure attributesDan Winship2012-07-101-9/+17
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-0/+12
* soup-cookie-jar: allow setting cookies on file:// URIsDan Winship2010-12-111-1/+1
* Fixes and additions for new introspection scannerDan Winship2010-09-131-4/+6
* Fix (transfer) annotations on some non-transfer-full gettersDan Winship2010-06-091-2/+2
* Add get methods for SoupCookie, SoupDate, and SoupURI fieldsDan Winship2010-04-281-0/+113
* Add gobject-introspection supportAndreas Rottmann2010-04-261-9/+9
* Implement acceptance policies in SoupCookieJarXan Lopez2010-02-031-3/+22
* Fix invalid read in soup_cookie_applies_to_uri()Dan Winship2010-01-231-0/+2
* SoupCookie: more fixes to path handlingDan Winship2009-12-171-11/+8
* Update cookie parsing/output to match the current httpstate draft betterDan Winship2009-12-171-130/+51
* soup_cookies_from_request: fix to not always g_warnDan Winship2009-11-211-12/+23
* Don't crash when setting cookie for about:blankDan Winship2009-11-211-0/+2
* Port SoupAddress to use GResolver, remove soup-dnsDan Winship2009-08-101-2/+1
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-3/+8
* Fix docs to not claim that the cookie domain can be %NULL. Add someDan Winship2009-03-271-2/+15
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+52
* Explicitly document the fact that you have to call soup_uri_set_path()Dan Winship2008-12-091-1/+6
* misc doc fixesDan Winship2008-11-041-0/+2
* implementation of SoupCookieJar that persists to a text file in the oldDan Winship2008-11-041-1/+52
* free the expires date, if setDan Winship2008-10-271-0/+3
* doc fixupsDan Winship2008-10-011-4/+32
* fix the path checkingDan Winship2008-05-021-2/+2
* Initial HTTP cookie support imported from development git repo,Dan Winship2008-04-091-0/+856