summaryrefslogtreecommitdiff
path: root/src/persistence_client_library.c
Commit message (Expand)AuthorAgeFilesLines
* Increased code coverage; removed obsolete codeIngo Huerner2015-03-271-12/+12
* Fixed a problem with file handle treeIngo Huerner2015-03-171-0/+4
* Cleanup in data organization: replaced external variables by getFunctionsIngo Huerner2015-02-101-9/+12
* Added test case; removed setting of dlt log levelIngo Huerner2015-02-031-1/+0
* Changed DLT log level (info to debug)Ingo Huerner2015-01-271-12/+12
* Changed DLT log levelIngo Huerner2015-01-231-0/+1
* Further code improvementsIngo Huerner2015-01-231-3/+2
* Minor changes after code review; replaced static arrays for handles by a treeIngo Huerner2015-01-221-0/+2
* Some code cleanupIngo Huerner2015-01-161-5/+2
* Now persistence common object will now be loaded like a plugin and not linked...Ingo Huerner2015-01-161-2/+2
* Update after GENIVI code reviewIngo Huerner2015-01-151-46/+12
* Fixed GENIVI code review issue 5Ingo Huerner2015-01-141-3/+0
* Fixed findings after GENIVI source code review: PRIO 1 issuesIngo Huerner2015-01-131-15/+1
* Removed compiler warnings; added check for shared data if application is allo...Ingo Huerner2015-01-081-0/+1
* Rework of DLT messagesIngo Huerner2014-12-041-17/+28
* Make pclInitLibrary multicore safeIngo Huerner2014-11-181-121/+152
* Disable appcheck test if appcheck is disabledIngo Huerner2014-11-111-1/+3
* Rework of application security check; if a not trusted application tries to a...Ingo Huerner2014-11-071-18/+53
* Disable application validation in pclInitLibrary; activate this feature using...Ingo Huerner2014-11-041-1/+5
* Fixed GENIVI bug 286Ingo Huerner2014-10-011-66/+80
* Added munmap when mapping customLibConfigFile; removed runtime setting of key...Ingo Huerner2014-09-261-7/+0
* Started profiling PCL; preparation for new tag version 0.10.0v0.10.07.0Ingo Huerner2014-09-161-1/+32
* Missing files for prevoius commitID; updated header documentationIngo Huerner2014-08-211-2/+6
* Rework default database open handling; Updated DLT log messagesIngo Huerner2014-08-051-9/+9
* Implemented backup blacklist for filesIngo Huerner2014-07-071-8/+5
* Protected global variables with mutex; minor optimizations; corrected doxygen...Ingo Huerner2014-07-021-5/+7
* Fixed a problem with sporadic blocking of pclDeinitLibraryIngo Huerner2014-07-011-3/+0
* removed timeout from poll function as it breaks dbus communication; dbus stri...Ingo Huerner2014-06-301-0/+1
* Removed global variables for notifications; use now pipe instead of eventfd f...Ingo Huerner2014-06-301-1/+5
* Finished onDemand/static loading of plugins; Corrected a problem with default...Ingo Huerner2014-06-171-69/+6
* Implemented on demand/static loading of plugins (part I); ATTENTION: pluginf ...Ingo Huerner2014-06-131-38/+65
* Corrected memset call; reduced number of open handles (MaxPersHandle) form 25...Ingo Huerner2014-06-111-1/+1
* Updated missing header doc; prevent overwriting of notification callback; pro...Ingo Huerner2014-06-051-3/+3
* Added use of deinit function of persistence file cacheIngo Huerner2014-05-161-0/+4
* Code cleanup and optimisationIngo Huerner2014-05-091-12/+19
* Fixed a problem with default file dataIngo Huerner2014-05-061-6/+2
* Fixed bug 202Ingo Huerner2014-04-301-1/+3
* Added use of default data for files; added test data that can be used by PAS ...Ingo Huerner2014-04-291-5/+5
* Added pclLifecycleSet functionIngo Huerner2014-04-161-8/+39
* Removed itzam, and switched to commom library; Known issues: delete key test ...Ingo Huerner2014-04-041-23/+31
* Fixed bug 171; return the correct error code EPERS_MAXHANDLE instead -1Ingo Huerner2014-03-171-1/+1
* Fixed bugs: 155, 156, 157 and 158; rework pclFileOpen functionIngo Huerner2014-02-121-1/+5
* Removed compiler warningsIngo Huerner2014-02-101-0/+1
* init und deinit is not blocking anymore when they will be called multiple timesIngo Huerner2014-02-071-14/+13
* Corrected the use of the new check headers; fixed a problem in function pclFi...Ingo Huerner2014-02-051-0/+4
* File backups on seperate partition; Fixed bug 146; created performance benchm...Ingo Huerner2014-01-241-2/+20
* Fix deadlock part IIIngo Huerner2013-11-281-26/+2
* Corrected error codes in doxygen function doc; corrected problem with return ...Ingo Huerner2013-11-261-1/+6
* Finished switch to single threaded dbus communicationIngo Huerner2013-11-141-13/+7
* Move from mulit-threaded to single-threaded dbus communicationIngo Huerner2013-11-141-10/+18