summaryrefslogtreecommitdiffstats
path: root/lib/Utils/Database.h
Commit message (Collapse)AuthorAgeFilesLines
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-031-9/+9
| | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB tooDenys Vlasenko2009-12-031-17/+10
| | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-0/+126
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>