<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/strongswan/src/libstrongswan/plugins/sqlite, branch master</title>
<subtitle>tteras' strongSwan tree
</subtitle>
<id>https://git-old.alpinelinux.org/user/tteras/strongswan/atom?h=master</id>
<link rel='self' href='https://git-old.alpinelinux.org/user/tteras/strongswan/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/'/>
<updated>2017-05-26T11:56:44Z</updated>
<entry>
<title>Migrate all enumerators to venumerate() interface change</title>
<updated>2017-05-26T11:56:44Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-05-11T07:17:02Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=95a63bf2813cd6ecad912237688526bbcc3481ee'/>
<id>urn:sha1:95a63bf2813cd6ecad912237688526bbcc3481ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sqlite: Use our locking mechanism also when sqlite3_threadsafe() returns 0</title>
<updated>2015-04-13T13:31:58Z</updated>
<author>
<name>Martin Willi</name>
<email>martin@revosec.ch</email>
</author>
<published>2015-04-10T11:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=6a84a4049d6f7625dd585e39b7b6f871ec8e5bf6'/>
<id>urn:sha1:6a84a4049d6f7625dd585e39b7b6f871ec8e5bf6</id>
<content type='text'>
We previously checked for older library versions without locking support at
all. But newer libraries can be built in single-threading mode as well, where
we have to care about the locking.
</content>
</entry>
<entry>
<title>sqlite: Show SQLite library version and thread safety flag during startup</title>
<updated>2015-04-13T13:31:58Z</updated>
<author>
<name>Martin Willi</name>
<email>martin@revosec.ch</email>
</author>
<published>2015-04-10T11:36:26Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=4e621ada96ff70d4a3054a93e8adcc07e800d372'/>
<id>urn:sha1:4e621ada96ff70d4a3054a93e8adcc07e800d372</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sqlite: Avoid name clash when building on Windows</title>
<updated>2014-06-04T13:53:04Z</updated>
<author>
<name>Martin Willi</name>
<email>martin@revosec.ch</email>
</author>
<published>2013-12-02T10:36:34Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=9df2a04a9357c1f27f5b975cfb17512e4f9ee924'/>
<id>urn:sha1:9df2a04a9357c1f27f5b975cfb17512e4f9ee924</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plugins: Don't link with -rdynamic on Windows</title>
<updated>2014-06-04T13:53:02Z</updated>
<author>
<name>Martin Willi</name>
<email>martin@revosec.ch</email>
</author>
<published>2013-10-25T14:03:47Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=4163421f918d830585bfdccde0973d8801aad258'/>
<id>urn:sha1:4163421f918d830585bfdccde0973d8801aad258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sqlite: Allow query arguments to be freed before starting the enumeration</title>
<updated>2014-04-30T07:37:32Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2014-04-30T07:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=24ea377458452e5f45992538572d57faf6ed297a'/>
<id>urn:sha1:24ea377458452e5f45992538572d57faf6ed297a</id>
<content type='text'>
By marking the string/blob arguments as transient, SQLite will copy and
free them automatically.
</content>
</entry>
<entry>
<title>database: Add support for serializable transactions</title>
<updated>2013-10-11T13:29:10Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2013-10-10T08:58:40Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=b283a6e9efd2ff16ec5b189435604b0d82d714cd'/>
<id>urn:sha1:b283a6e9efd2ff16ec5b189435604b0d82d714cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sqlite: Implement transaction handling</title>
<updated>2013-10-11T13:16:05Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2013-09-05T14:50:23Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=fad11d602dc6f969b9d2207a3d3c736fad418812'/>
<id>urn:sha1:fad11d602dc6f969b9d2207a3d3c736fad418812</id>
<content type='text'>
</content>
</entry>
<entry>
<title>database: Add interface to handle transactions</title>
<updated>2013-10-11T13:16:04Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2013-09-06T06:16:39Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=947b76cda8b28f8b07e30977ca1c902ed8736dbe'/>
<id>urn:sha1:947b76cda8b28f8b07e30977ca1c902ed8736dbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>automake: replace INCLUDES by AM_CPPFLAGS</title>
<updated>2013-07-18T12:59:19Z</updated>
<author>
<name>Martin Willi</name>
<email>martin@revosec.ch</email>
</author>
<published>2013-07-17T12:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=19cb07b89050c0e3ea6a11e1914318c4ff1284b5'/>
<id>urn:sha1:19cb07b89050c0e3ea6a11e1914318c4ff1284b5</id>
<content type='text'>
INCLUDES are now deprecated and throw warnings when using automake 1.13.
We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and
defines are passed to AM_CPPFLAGS only.
</content>
</entry>
</feed>
