summaryrefslogtreecommitdiff
path: root/libsoup/soup-cookie-jar.c
Commit message (Expand)AuthorAgeFilesLines
* Misc docs updatesDan Winship2013-12-111-1/+1
* use libfffi-based generic marshaller instead of glib-genmarshalOlivier Blin2013-06-081-2/+1
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-0/+3
* Add per-version deprecation/availability warningsDan Winship2012-11-081-0/+4
* Add missing transfer full annotation to soup_cookie_jar_add_cookieDaniel Drake2012-08-231-2/+2
* Clean up includesDan Winship2012-07-131-8/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-80/+72
* soup-cookie-jar: do not accept cookies for well known public domainsSergio Villar Senin2012-06-141-0/+8
* Bug 677923 - Add soup_cookie_jar_set_cookie_with_first_party() alternative th...Christophe Dumez2012-06-121-14/+43
* Bug 677922 - Add soup_cookie_jar_get_cookies() alternative that returns a GSL...Christophe Dumez2012-06-121-32/+74
* introspection: Fix warningsJasper St. Pierre2012-05-241-1/+1
* soup-cookie-jar: Add SoupCookieJar:is-persistent propertyCarlos Garcia Campos2012-04-181-0/+27
* Use Makefile.glibDan Winship2012-02-081-1/+1
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-1/+11
* Soup-2.4.gir: add missing introspection data from Vala bindingsEvan Nemerson2011-08-041-2/+2
* Add/update some "Since" flagsDan Winship2011-07-311-2/+12
* soup-cookie-jar: avoid a g_return_if_fail when using non-http URIsDan Winship2011-03-101-1/+1
* soup-cookie-jar: allow setting cookies on file:// URIsDan Winship2010-12-111-3/+3
* Fix leak when processing the set cookie headerJonathon Jongsma2010-12-101-4/+1
* Fixes and additions for new introspection scannerDan Winship2010-09-131-1/+2
* Implement acceptance policies in SoupCookieJarXan Lopez2010-02-031-2/+164
* [SoupCookieJar] change some code to make clang happyDan Winship2010-01-231-4/+4
* Update cookie parsing/output to match the current httpstate draft betterDan Winship2009-12-171-3/+45
* Don't crash when setting cookie for about:blankDan Winship2009-11-211-0/+8
* Fix some incorrect "Since" tags in SoupCookieJar docs.Dan Winship2009-08-251-3/+3
* Bug 577360 – handle cookies with same name but different pathDan Winship2009-04-031-1/+2
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+18
* Don't pass NULL to soup_message_headers_replace(), callDan Winship2009-01-121-3/+6
* add some more warning CFLAGS, inspired by Benjamin Otte's blog post,Dan Winship2008-12-231-4/+4
* misc doc fixesDan Winship2008-11-041-0/+14
* implementation of SoupCookieJar that persists to a text file in the oldDan Winship2008-11-041-54/+243
* doc fixupsDan Winship2008-10-011-1/+1
* libsoup/soup-auth-manager-ntlm.c libsoup/soup-auth-manager.cDan Winship2008-09-261-1/+1
* Check that the cookie was parsed successfully before setting itChris Lord2008-04-141-2/+4
* Initial HTTP cookie support imported from development git repo,Dan Winship2008-04-091-0/+311