aboutsummaryrefslogtreecommitdiffstats
path: root/src/pool
Commit message (Collapse)AuthorAgeFilesLines
* pool: Destroy enumerator before deleting existing poolTobias Brunner2017-11-081-4/+6
| | | | | | The MySQL client doesn't like overlapping queries on the same connection, so we make sure to destroy the enumerator used to check for an existing pool before deleting it when --replace is used.
* pool: Make pool timeout configurable in other units than hoursTobias Brunner2017-11-022-11/+25
|
* pool: Fix (known) memory leak when querying leasesTobias Brunner2016-09-201-21/+38
|
* pool: Use correct name to remove index for CHILD_SA TS in SQLite scriptTobias Brunner2016-04-181-1/+1
| | | | Fixes #1415.
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-2/+0
|
* attr-sql: Move plugin to libcharonMartin Willi2015-02-201-1/+3
|
* attr-sql: Use namespace for attr-sql config, with fallbackTobias Brunner2014-02-121-3/+8
|
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* pool: Typo in Makefile fixedTobias Brunner2014-02-121-1/+1
|
* pool: Install SQL schemas from src/poolTobias Brunner2014-02-123-0/+571
| | | | | This allows us to install the schemas if either the attr-sql or sql plugin is enabled, since both use the same schema (at least in parts).
* database: Add support for serializable transactionsTobias Brunner2013-10-111-4/+4
|
* pool: Change transaction handlingTobias Brunner2013-10-111-46/+8
|
* pool: Move the pool utility to its own directory in srcTobias Brunner2013-10-117-0/+2233