summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* First step to make every storage backend loadable as plugingeneric_backendIngo Huerner2014-07-219-183/+493
|
* Performance optimization with default db's (Bug 244)Ingo Huerner2014-07-172-97/+70
|
* Increased test timeouts; reordered testsIngo Huerner2014-07-171-17/+18
|
* Reduced number of init/deinit tests; increased timeout for init/deinit testIngo Huerner2014-07-161-2/+2
|
* Added thread name to dbus mainloop; optimized closing of dbIngo Huerner2014-07-163-49/+30
|
* Optimized config file loading; bugfix in custom plugin loading, load only if ↵Ingo Huerner2014-07-162-123/+110
| | | | config file is not empty
* Now files will be correctly handled (cached/non cached)Ingo Huerner2014-07-168-53/+217
|
* Adjusted path in demo custom library configuration fileIngo Huerner2014-07-091-6/+6
|
* Fixed a problem with getting the size of the default data; extended tests to ↵Ingo Huerner2014-07-0911-161/+194
| | | | increase code coverage
* Implemented backup blacklist for filesIngo Huerner2014-07-0710-72/+200
|
* Protected global variables with mutex; minor optimizations; corrected ↵Ingo Huerner2014-07-0226-414/+947
| | | | doxygen documentation
* Fixed a problem with sporadic blocking of pclDeinitLibraryIngo Huerner2014-07-019-41/+36
|
* Install also the benchmark (Yocto)Ingo Huerner2014-07-011-0/+2
|
* Updated benchmarkIngo Huerner2014-06-301-5/+19
|
* removed timeout from poll function as it breaks dbus communication; dbus ↵Ingo Huerner2014-06-307-44/+99
| | | | string optimization
* Removed global variables for notifications; use now pipe instead of eventfd ↵Ingo Huerner2014-06-3010-109/+146
| | | | for mainloop comminication
* Added test plugins and plugin testsIngo Huerner2014-06-245-2/+348
|
* Fixed bug 231Ingo Huerner2014-06-183-17/+117
|
* Fixed bug 230Ingo Huerner2014-06-182-27/+52
|
* Fixed bug 229Ingo Huerner2014-06-181-1/+1
|
* Deactivated plugin testIngo Huerner2014-06-171-1/+1
|
* Finished onDemand/static loading of plugins; Corrected a problem with ↵Ingo Huerner2014-06-1711-223/+483
| | | | default data loading
* Implemented on demand/static loading of plugins (part I); ATTENTION: pluginf ↵Ingo Huerner2014-06-139-194/+302
| | | | config file has been changed, see persistence_client_library.h for details
* Corrected memset call; reduced number of open handles (MaxPersHandle) form ↵Ingo Huerner2014-06-113-3/+3
| | | | 256 to 128; fixed a problem when closing RCT db
* Corrected test dataIngo Huerner2014-06-061-0/+0
|
* Added timeout to poll function in dbus mainloopIngo Huerner2014-06-061-1/+1
|
* Simplified struct PersistenceKeyHandle_sIngo Huerner2014-06-062-34/+34
|
* Fixed bug 223Ingo Huerner2014-06-052-2/+3
|
* Corrected datatype for request and requestId in function msg_lifecycleRequestIngo Huerner2014-06-053-6/+6
|
* Updated missing header doc; prevent overwriting of notification callback; ↵Ingo Huerner2014-06-0511-48/+80
| | | | provide only resource id in notification callback; corrected dlt conmtext variable; removed sync, will now be called by PAS
* Added use of deinit function of persistence file cacheIngo Huerner2014-05-161-0/+4
|
* Adjusted data definitions according to PCO; Added doxygen config fileIngo Huerner2014-05-147-30/+1809
|
* Code cleanup and optimisationIngo Huerner2014-05-0915-333/+254
|
* Fixed a problem with default file dataIngo Huerner2014-05-064-29/+56
|
* Use defines from common partIngo Huerner2014-05-052-11/+13
|
* Make default data work againIngo Huerner2014-05-051-0/+1
|
* Added default file loading also to pclCreatePath function; fixed bugs 199 ↵Ingo Huerner2014-04-304-35/+61
| | | | and 203
* Fixed bug 202Ingo Huerner2014-04-306-20/+22
|
* Added use of default data for files; added test data that can be used by PAS ↵Ingo Huerner2014-04-2918-94/+251
| | | | installation process; started to implement persclient_tools; updates after interface review
* Added pclLifecycleSet functionIngo Huerner2014-04-167-49/+128
|
* Updated test dataIngo Huerner2014-04-151-0/+0
|
* Corrected testsIngo Huerner2014-04-101-108/+4
|
* Updated Yocto files; corrected test casesIngo Huerner2014-04-092-3/+6
|
* Removed itzam, and switched to commom library; Known issues: delete key test ↵Ingo Huerner2014-04-0429-1407/+788
| | | | fails, DLT warnings
* Fixed bug 171; return the correct error code EPERS_MAXHANDLE instead -1Ingo Huerner2014-03-173-3/+3
|
* Added Yocto recipesIngo Huerner2014-02-263-0/+75
|
* Corrected handle when using plugins; corrected array size for getpath ↵Ingo Huerner2014-02-255-42/+186
| | | | function; corrected mutex handling for deliver to mainloop
* Updated plugin interfaceIngo Huerner2014-02-144-57/+223
|
* Fixed bugs: 155, 156, 157 and 158; rework pclFileOpen functionIngo Huerner2014-02-129-123/+171
|
* Removed compiler warningsIngo Huerner2014-02-109-27/+50
|