summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_db_access.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed findings from static code analysisIngo Huerner2017-05-221-33/+41
* Fixed a array out of bounds access (results in mutex deadlock).Ingo Huerner2017-02-101-12/+14
* Make usage of plugins more robust (Nullpointer check); Added creation of test...Ingo Huerner2017-01-271-51/+116
* Added DLT log message for every API callIngo Huerner2017-01-031-15/+18
* fixed compiler error due to chnaged define valuesIngo Huerner2015-04-171-1/+1
* Fixed a problem with file handle treeIngo Huerner2015-03-171-0/+11
* Now open RCT database in read-only modeIngo Huerner2015-02-231-1/+5
* Some optimization; fixed a problem with unregister/register notificationsIngo Huerner2015-02-101-4/+56
* Cleanup in data organization: replaced external variables by getFunctionsIngo Huerner2015-02-101-10/+10
* Changed DLT log level (info to debug)Ingo Huerner2015-01-271-16/+8
* Further code improvementsIngo Huerner2015-01-231-59/+10
* Minor changes after code review; replaced static arrays for handles by a treeIngo Huerner2015-01-221-5/+0
* Some code cleanupIngo Huerner2015-01-161-13/+11
* Now persistence common object will now be loaded like a plugin and not linked...Ingo Huerner2015-01-161-17/+16
* Rework of DLT messagesIngo Huerner2014-12-041-22/+22
* implemented write to configurable default data; added defines to pcl header f...Ingo Huerner2014-11-281-2/+10
* Fixed bug 265Ingo Huerner2014-08-131-2/+1
* Fixed bug 256Ingo Huerner2014-08-121-1/+1
* Rework default database open handling; Updated DLT log messagesIngo Huerner2014-08-051-48/+46
* Performance optimization with default db's (Bug 244)Ingo Huerner2014-07-171-96/+68
* Added thread name to dbus mainloop; optimized closing of dbIngo Huerner2014-07-161-46/+26
* Now files will be correctly handled (cached/non cached)Ingo Huerner2014-07-161-0/+1
* Fixed a problem with getting the size of the default data; extended tests to ...Ingo Huerner2014-07-091-9/+10
* Protected global variables with mutex; minor optimizations; corrected doxygen...Ingo Huerner2014-07-021-7/+7
* removed timeout from poll function as it breaks dbus communication; dbus stri...Ingo Huerner2014-06-301-10/+9
* Removed global variables for notifications; use now pipe instead of eventfd f...Ingo Huerner2014-06-301-12/+20
* Finished onDemand/static loading of plugins; Corrected a problem with default...Ingo Huerner2014-06-171-63/+228
* 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-1/+1
* Code cleanup and optimisationIngo Huerner2014-05-091-38/+36
* Make default data work againIngo Huerner2014-05-051-0/+1
* Fixed bug 202Ingo Huerner2014-04-301-3/+3
* Added use of default data for files; added test data that can be used by PAS ...Ingo Huerner2014-04-291-6/+10
* Removed itzam, and switched to commom library; Known issues: delete key test ...Ingo Huerner2014-04-041-605/+256
* Fixed bugs: 155, 156, 157 and 158; rework pclFileOpen functionIngo Huerner2014-02-121-5/+5
* Removed compiler warningsIngo Huerner2014-02-101-3/+3
* File backups on seperate partition; Fixed bug 146; created performance benchm...Ingo Huerner2014-01-241-1/+27
* Adjusted dbus message, removed transactions due to hight write trafficIngo Huerner2013-11-291-2/+2
* Corrected error codes in doxygen function doc; corrected problem with return ...Ingo Huerner2013-11-261-2/+12
* Static code analysis findings; mutex reworkIngo Huerner2013-11-181-10/+10
* Fixed a problem with change callback registrationIngo Huerner2013-11-141-1/+1
* Finished switch to single threaded dbus communicationIngo Huerner2013-11-141-12/+2
* Move from mulit-threaded to single-threaded dbus communicationIngo Huerner2013-11-141-105/+52
* Added default data handling for custom dataIngo Huerner2013-11-061-70/+85
* Added notifications for custom keys; added creat path functionIngo Huerner2013-11-041-4/+12
* Removed test case; adjusted notify functionsIngo Huerner2013-11-041-9/+10
* corrected initcounter; added unregister notify functionsIngo Huerner2013-11-041-13/+23
* Minor fixes including dbus interface fixeIngo Huerner2013-10-211-5/+7
* Optimization for custom plugins; corrected return valuesallPluginIngo Huerner2013-08-271-2/+0
* Implemented default data handling for readIngo Huerner2013-08-211-8/+117