aboutsummaryrefslogtreecommitdiff
path: root/src/database-sqlite3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't continue trying to deserialize blank block datakwolekr2013-11-241-0/+1
* Do the same for LevelDB interfacekwolekr2013-11-171-2/+2
* Handle blank blocks in databasekwolekr2013-11-171-85/+96
* Add configurable PRAGMA synchronous =proller2013-09-171-1/+10
* Add license headers and remove useless includesKahrl2013-09-101-12/+23
* Use STL containers instead of irr::core::listSfan52013-09-091-1/+1
* Make it compileSfan52013-09-091-1/+1
* Add dummy and LevelDB database backendsIlya Zhuravlev2013-09-091-0/+319