- 13 Apr, 2022 1 commit
-
-
- 28 Jul, 2021 1 commit
-
-
Patrick Griffis authored
-
- 04 May, 2021 1 commit
-
-
Carlos Garcia Campos authored
-
- 18 Mar, 2021 1 commit
-
-
Carlos Garcia Campos authored
We prefer spaces now instead of tabs.
-
- 11 Feb, 2021 2 commits
-
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
-
- 03 Nov, 2020 1 commit
-
-
Patrick Griffis authored
-
- 28 Oct, 2020 2 commits
-
-
Patrick Griffis authored
-
This was an oddity of libsoup that no other GObject library does. The downsides are mostly that tooling doesn't expect it so its easy to not document them or not define them and developers don't expect them so they don't realize the defines are just property names or search codebases for one but miss the other. It just doesn't follow convention.
-
- 19 Sep, 2020 3 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 21 Jan, 2020 1 commit
-
-
Patrick Griffis authored
This adds API for web browsers to set extra information to support same-site cookies. Note that usage of SoupSession alone does not provide enough information to reasonably use these at the moment and require manually setting the information with the extra context a browser may have.
-
- 13 Jan, 2020 1 commit
-
-
This prevents some unnecessary string copies and a tiny bit of memory.
-
- 14 Nov, 2016 1 commit
-
-
Ignacio Casal Quinteiro authored
We are already depending on the a newly enough glib so we are now allowed to clean up a bit and use the new private api. https://bugzilla.gnome.org/show_bug.cgi?id=774189
-
- 13 Jul, 2012 2 commits
-
-
Dan Winship authored
Especially, include soup.h rather than individually including a bunch of other public soup-*.h files. Remove unnecessary system includes (many are leftovers from code that has moved down into glib).
-
Dan Winship authored
Also, prefix virtual method implementation names with the class name, to be consistent with other code.
-
- 18 Apr, 2012 1 commit
-
-
It allows to query whether cookies are stored persisently by the SoupCookieJar. https://bugzilla.gnome.org/show_bug.cgi?id=672838
-
- 11 Mar, 2011 1 commit
-
-
Dan Winship authored
Our APIs use an int for max_age, which meant that when reading a cookie file/db written by another program on a 64-bit architecture, a very large max_age would overflow. Fix things up to avoid that. Since we can't change the APIs to use a long for max_age, this means that we will end up expiring the cookie "early" (eg, in 20 years rather than 50). Based on a patch from Mark Starovoytov https://bugzilla.gnome.org/show_bug.cgi?id=643462
-
- 14 Oct, 2010 1 commit
-
-
Dan Winship authored
based on a patch from Michał Kazior https://bugzilla.gnome.org/show_bug.cgi?id=631641
-
- 29 Dec, 2009 1 commit
-
-
Gustavo Noronha Silva authored
-
- 08 Mar, 2009 1 commit
-
-
Dan Winship authored
* libsoup/*.c: gtk-doc updates. In particular, document a bunch of convenience #defines, and add "Since" tags where appropriate. svn path=/trunk/; revision=1246
-
- 04 Nov, 2008 1 commit
-
-
Dan Winship authored
* libsoup/soup-cookie-jar-text.c: implementation of SoupCookieJar that persists to a text file in the old Mozilla cookies.txt format. * libsoup/soup-cookie-jar-sqlite.c: implementation of SoupCookieJar that persists to an sqlite database in the new Mozilla cookies.sqlite format. (Part of libsoup-gnome.) * libsoup/soup-cookie-jar.c: add various functionality needed by the two new subclasses. Does not break API/ABI compat with 2.24. * libsoup/soup-cookie.c (soup_cookie_get_type): register SoupCookie as a boxed type. (domain_matches): fix a bug here that meant "foo.com" couldn't set a cookie for domain=.foo.com (soup_cookie_applies_to_uri): fix path checking * configure.in: if building --with-gnome, require sqlite3 svn path=/trunk/; revision=1200
-