Commit message (Expand) | Author | Age | |
---|---|---|---|
* | avoid closing db handle when reconnecting to do a write | Joey Hess | 2015-02-22 |
* | complete work around for sqlite SELECT ErrorBusy on new connection bug | Joey Hess | 2015-02-22 |
* | WIP | Joey Hess | 2015-02-18 |
* | deal with rare SELECT ErrorBusy failures | Joey Hess | 2015-02-18 |
* | use WAL mode to ensure read from db always works, even when it's being writte... | Joey Hess | 2015-02-18 |
* | more robust handling of deferred commits | Joey Hess | 2015-02-18 |
* | allow for concurrent incremental fsck processes again (sorta) | Joey Hess | 2015-02-17 |
* | show error when sqlite crashes worker thread | Joey Hess | 2015-02-17 |
* | avoid fromIntegral overhead | Joey Hess | 2015-02-16 |
* | commit new transaction after 60 seconds | Joey Hess | 2015-02-16 |
* | commit more transactions when fscking | Joey Hess | 2015-02-16 |
* | convert incremental fsck to using sqlite database | Joey Hess | 2015-02-16 |