Add SoupCookieJarDB to replace SoupCookieJarSqlite
authorDan Winship <danw@gnome.org>
Tue, 11 Dec 2012 17:43:42 +0000 (18:43 +0100)
committerDan Winship <danw@gnome.org>
Tue, 11 Dec 2012 17:57:23 +0000 (18:57 +0100)
commitade7a484f33f223defad9acb50396058767781e1
tree1531f7988fc351f143c1ace48f46e7e205622c17
parentdb084cb64d226afc8489386c7e3f45e6f584e43c
Add SoupCookieJarDB to replace SoupCookieJarSqlite

Move SoupCookieJarSqlite (and its sqlite3 dependency) into libsoup
from libsoup-gnome, but rename it to SoupCookieJarDB so libsoup-gnome
can keep using the old name. SoupCookieJarSqlite is now just a
wrapper around SoupCookieJarDB.
configure.ac
docs/reference/libsoup-2.4-docs.sgml
docs/reference/libsoup-2.4-sections.txt
libsoup/Makefile.am
libsoup/libsoup-2.4.sym
libsoup/soup-cookie-jar-db.c [new file with mode: 0644]
libsoup/soup-cookie-jar-db.h [new file with mode: 0644]
libsoup/soup-cookie-jar-sqlite.c
libsoup/soup-cookie-jar-sqlite.h
libsoup/soup.h