summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "dbus_config: Remove dbus configuration file"Martin Ejdestig2019-07-221-0/+2
* Merge pull request #2 from GordanM/topic/deprecatedGuy Sagnes2017-07-071-6/+0
|\
| * pers_ipc_dbus: remove deprecated glib initGordan Markuš2017-07-031-6/+0
* | dbus_config: Remove dbus configuration fileGordan Markuš2017-07-031-2/+0
|/
* Added sqlite backend; use --with-database=sqlite in configure stepIngo Huerner2017-06-211-0/+1428
* 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-225-394/+0
* fixed GENIVI Bug 345Disch, Simon2015-04-011-1/+1
* Version 1.0.3 add persComDbgetMaxKeyValueSize() ,new Options for persComDbOpe...1.0.3Guy Sagnes2015-03-041-10/+13
* latest version of key-value-store (updated database structure, using mmap for...Disch, Simon2015-02-248-1823/+2965
* Merge remote-tracking branch 'genivi/master' (Key Value Store)7.01.0.2Guy Sagnes2014-09-1714-0/+5859
|\
| * initial commit of key-value-storeDisch, Simon2014-09-0414-0/+5859
* | PCO Vers. 1.0.2 - Updated protected IF persComTypes.h :Petrica Manoila2014-09-161-1/+1
|/
* PCO Vers. 1.0.1 - Split of the low level database accessPetrica Manoila2014-08-294-21/+71
* * Bugfix: Convert files to unix expected formatGuy Sagnes2014-03-064-2150/+2150
* Added version 1.0.1Guy Sagnes2014-02-257-0/+4126