summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_file.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed findings from static code analysisIngo Huerner2017-05-221-1/+1
* Added configure switch --enable-fsync to use fsync instead fdatasync.Ingo Huerner2017-03-301-0/+6
* Replaced file handle array by simple linked listIngo Huerner2017-02-161-9/+8
* Added appcheck to pclFileOpenIngo Huerner2017-02-101-26/+37
* Fixed a array out of bounds access (results in mutex deadlock).Ingo Huerner2017-02-101-58/+170
* Added DLT log message for every API callIngo Huerner2017-01-031-315/+423
* fixed compiler error due to chnaged define valuesIngo Huerner2015-04-171-3/+3
* Increased code coverage; removed obsolete codeIngo Huerner2015-03-271-6/+8
* Fixed a problem with file handle treeIngo Huerner2015-03-171-1/+15
* Cleanup in data organization: replaced external variables by getFunctionsIngo Huerner2015-02-101-33/+44
* Changed DLT log level (info to debug)Ingo Huerner2015-01-271-15/+15
* Changed DLT log levelIngo Huerner2015-01-231-5/+17
* Further code improvementsIngo Huerner2015-01-231-29/+14
* Update after static code analysis (Coverity https://scan.coverity.com/project...Ingo Huerner2015-01-221-1/+2
* Minor changes after code review; replaced static arrays for handles by a treeIngo Huerner2015-01-221-7/+5
* Some code cleanupIngo Huerner2015-01-161-25/+16
* Removed compiler warnings; added check for shared data if application is allo...Ingo Huerner2015-01-081-1/+5
* Write through for filesIngo Huerner2014-12-181-2/+2
* Rework of DLT messagesIngo Huerner2014-12-041-20/+18
* Implemented write configurable default data for filesIngo Huerner2014-11-291-151/+206
* Implemented missing handling of configurable default data for filesIngo Huerner2014-11-281-1/+7
* Make pclInitLibrary multicore safeIngo Huerner2014-11-181-11/+13
* Rework of application security check; if a not trusted application tries to a...Ingo Huerner2014-11-071-21/+29
* Fixed bug 292 and bug 294Ingo Huerner2014-11-031-0/+8
* Rework default database open handling; Updated DLT log messagesIngo Huerner2014-08-051-14/+14
* Added thread name to dbus mainloop; optimized closing of dbIngo Huerner2014-07-161-3/+1
* Now files will be correctly handled (cached/non cached)Ingo Huerner2014-07-161-27/+124
* Implemented backup blacklist for filesIngo Huerner2014-07-071-13/+45
* Protected global variables with mutex; minor optimizations; corrected doxygen...Ingo Huerner2014-07-021-70/+61
* Finished onDemand/static loading of plugins; Corrected a problem with default...Ingo Huerner2014-06-171-4/+5
* Fixed bug 223Ingo Huerner2014-06-051-1/+2
* Adjusted data definitions according to PCO; Added doxygen config fileIngo Huerner2014-05-141-1/+1
* Code cleanup and optimisationIngo Huerner2014-05-091-36/+53
* Fixed a problem with default file dataIngo Huerner2014-05-061-5/+13
* Added default file loading also to pclCreatePath function; fixed bugs 199 and...Ingo Huerner2014-04-301-31/+56
* Added use of default data for files; added test data that can be used by PAS ...Ingo Huerner2014-04-291-1/+38
* Removed itzam, and switched to commom library; Known issues: delete key test ...Ingo Huerner2014-04-041-23/+63
* Corrected handle when using plugins; corrected array size for getpath functio...Ingo Huerner2014-02-251-3/+3
* Updated plugin interfaceIngo Huerner2014-02-141-16/+13
* Fixed bugs: 155, 156, 157 and 158; rework pclFileOpen functionIngo Huerner2014-02-121-21/+22
* Corrected the use of the new check headers; fixed a problem in function pclFi...Ingo Huerner2014-02-051-5/+5
* File backups on seperate partition; Fixed bug 146; created performance benchm...Ingo Huerner2014-01-241-475/+18
* File permission reworkIngo Huerner2013-12-181-2/+26
* Fixed PCL bugs: 137, 138, 141Ingo Huerner2013-12-091-11/+76
* Corrected error codes in doxygen function doc; corrected problem with return ...Ingo Huerner2013-11-261-127/+137
* Fixed a problem with the file interface, file handle was always 0Ingo Huerner2013-11-191-8/+14
* Move from mulit-threaded to single-threaded dbus communicationIngo Huerner2013-11-141-3/+4
* Added notifications for custom keys; added creat path functionIngo Huerner2013-11-041-6/+149
* Minor fixes including dbus interface fixeIngo Huerner2013-10-211-2/+2
* Finished findings after code reviewIngo Huerner2013-08-141-2/+3