]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/sqlite/sqlite_database.c
Update copyright headers after acquisition by secunet
[thirdparty/strongswan.git] / src / libstrongswan / plugins / sqlite / sqlite_database.c
2022-06-28  Tobias BrunnerUpdate copyright headers after acquisition by secunet
2020-02-11  Josh SorefSpelling fixes
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2017-05-26  Tobias BrunnerMerge branch 'variadic-enumerators'
2017-05-26  Tobias BrunnerMigrate all enumerators to venumerate() interface change
2015-04-13  Martin Willisqlite: Use our locking mechanism also when sqlite3_thr...
2014-06-04  Martin WilliMerge branch 'win'
2014-06-04  Martin Willisqlite: Avoid name clash when building on Windows
2014-04-30  Tobias Brunnersqlite: Allow query arguments to be freed before starti...
2013-10-11  Tobias BrunnerMerge branch 'database-transactions'
2013-10-11  Tobias Brunnerdatabase: Add support for serializable transactions
2013-10-11  Tobias Brunnersqlite: Implement transaction handling
2013-10-11  Tobias Brunnerdatabase: Add interface to handle transactions
2013-07-08  Tobias BrunnerMerge branch 'android-byod'
2013-07-08  Tobias BrunnerUse strpfx() helper where appropriate
2012-10-26  Andreas Steffenissue warning if sqlite finalize is missing
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-09-28  Tobias BrunnerProperly cleanup varargs in enumerators of both SQL...
2010-12-04  Andreas Steffenuse private destroy() function
2010-12-04  Andreas SteffenMigrated sqlite plugin to INIT/METHOD macros
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2009-12-23  Tobias BrunnerSeparated the public interfaces of the threading primit...
2009-12-23  Tobias BrunnerMoved mutex.c to a separate folder in order to cleanly...
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-14  Tobias BrunnerOpenSolaris defines MUTEX_DEFAULT therefore we rename...
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2008-08-21  Andreas Steffencorrected caption
2008-08-21  Martin Williadded sqlite busy handler: retries on locking conflicts
2008-07-21  Martin Williadded a driver type getter for database implementations
2008-06-30  Martin Willisqlite plugin requires libsqlite3 => 3.3.1 to share...
2008-05-07  Martin Williadded configure check and support for sqlite3 libraries...
2008-04-15  Martin Williadded error logging to sqlite plugin
2008-04-07  Martin Willifixed segfault when opening a SQLite database fails
2008-03-13  Martin Willimerged the modularization branch (credentials) back...