Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pool: Destroy enumerator before deleting existing pool | Tobias Brunner | 2017-11-08 | 1 | -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 hours | Tobias Brunner | 2017-11-02 | 1 | -9/+19 |
| | |||||
* | pool: Fix (known) memory leak when querying leases | Tobias Brunner | 2016-09-20 | 1 | -21/+38 |
| | |||||
* | attr-sql: Use namespace for attr-sql config, with fallback | Tobias Brunner | 2014-02-12 | 1 | -3/+8 |
| | |||||
* | lib: Add global config namespace | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | database: Add support for serializable transactions | Tobias Brunner | 2013-10-11 | 1 | -4/+4 |
| | |||||
* | pool: Change transaction handling | Tobias Brunner | 2013-10-11 | 1 | -46/+8 |
| | |||||
* | pool: Move the pool utility to its own directory in src | Tobias Brunner | 2013-10-11 | 1 | -0/+1286 |