summaryrefslogtreecommitdiff
path: root/src/key-value-store/pers_low_level_db_access.c
Commit message (Expand)AuthorAgeFilesLines
* Update after static code analysis; Added test for crashed app handling; remov...Ingo Huerner2017-06-011-83/+96
* Replaced sem_wait with sem_timedwait in pers_lldb_open and pers_lldb_close wi...Ingo Huerner2017-04-061-2/+15
* Added configure switch --enable-fsync to use fsync instead fdatasync.Ingo Huerner2017-03-301-16/+40
* Added fdatasync for writethrough keys to make sure data will be synced to non...Ingo Huerner2017-03-291-0/+8
* Replace mutex with robust mutex; fixed a bug in persComDbGetSizeKeysList when...Ingo Huerner2016-12-131-177/+311
* Fix crash in KISSDB_IteratorNext caused by problem with handling deleted item...Tomasz Lewandowski2016-12-051-7/+14
* removed consecutive spaces in DLT_LOG callsDisch, Simon2015-11-271-4/+4
* latest version of key-value-store (updated database structure, using mmap for...Disch, Simon2015-02-241-645/+992
* initial commit of key-value-storeDisch, Simon2014-09-041-0/+2053