summaryrefslogtreecommitdiff
path: root/libsoup/soup-cookie-jar.c
Commit message (Expand)AuthorAgeFilesLines
* 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