summaryrefslogtreecommitdiff
path: root/src/key-value-store
Commit message (Expand)AuthorAgeFilesLines
* Update after static code analysis; Added test for crashed app handling; remov...Ingo Huerner2017-06-013-83/+212
* Added key-value store documentationIngo Huerner2017-05-221-0/+0
* Removed memset in qhasharr (prevents allocated mamory to be marked as "used").Ingo Huerner2017-05-052-2/+5
* 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-302-16/+48
* Added fdatasync for writethrough keys to make sure data will be synced to non...Ingo Huerner2017-03-291-0/+8
* Fixed an issue with key-name when reusing a block and the key-name is shorterIngo Huerner2017-03-231-0/+2
* Replace mutex with robust mutex; fixed a bug in persComDbGetSizeKeysList when...Ingo Huerner2016-12-132-177/+313
* Fix crash in KISSDB_IteratorNext caused by problem with handling deleted item...Tomasz Lewandowski2016-12-053-14/+46
* removed consecutive spaces in DLT_LOG callsDisch, Simon2015-11-271-4/+4
* removed MD5 hash functionsDisch, Simon2015-04-224-393/+0
* fixed GENIVI Bug 345Disch, Simon2015-04-011-1/+1
* latest version of key-value-store (updated database structure, using mmap for...Disch, Simon2015-02-247-1823/+2953
* initial commit of key-value-storeDisch, Simon2014-09-0413-0/+5848