summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-073-192/+308
* Disable application validation in pclInitLibrary; activate this feature using...Ingo Huerner2014-11-041-1/+5
* Fixed bug 292 and bug 294Ingo Huerner2014-11-032-0/+9
* Fixed GENIVI bug 286Ingo Huerner2014-10-011-66/+80
* Added munmap when mapping customLibConfigFile; removed runtime setting of key...Ingo Huerner2014-09-262-7/+5
* Started profiling PCL; preparation for new tag version 0.10.0v0.10.07.0Ingo Huerner2014-09-162-1/+36
* Missing files for prevoius commitID; updated header documentationIngo Huerner2014-08-215-2/+12
* Fixed bug 265Ingo Huerner2014-08-131-2/+1
* Fixed bug 256Ingo Huerner2014-08-121-1/+1
* Fixed bug 254Ingo Huerner2014-08-061-1/+2
* Rework default database open handling; Updated DLT log messagesIngo Huerner2014-08-0513-187/+200
* Performance optimization with default db's (Bug 244)Ingo Huerner2014-07-172-97/+70
* 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
* Now files will be correctly handled (cached/non cached)Ingo Huerner2014-07-166-34/+192
* Fixed a problem with getting the size of the default data; extended tests to ...Ingo Huerner2014-07-096-68/+69
* Implemented backup blacklist for filesIngo Huerner2014-07-078-70/+99
* Protected global variables with mutex; minor optimizations; corrected doxygen...Ingo Huerner2014-07-0225-408/+931
* Fixed a problem with sporadic blocking of pclDeinitLibraryIngo Huerner2014-07-016-21/+8
* removed timeout from poll function as it breaks dbus communication; dbus stri...Ingo Huerner2014-06-307-44/+99
* Removed global variables for notifications; use now pipe instead of eventfd f...Ingo Huerner2014-06-3010-109/+146
* Fixed bug 231Ingo Huerner2014-06-181-1/+7
* Fixed bug 230Ingo Huerner2014-06-181-2/+3
* Fixed bug 229Ingo Huerner2014-06-181-1/+1
* Finished onDemand/static loading of plugins; Corrected a problem with default...Ingo Huerner2014-06-179-156/+380
* Implemented on demand/static loading of plugins (part I); ATTENTION: pluginf ...Ingo Huerner2014-06-137-193/+265
* Corrected memset call; reduced number of open handles (MaxPersHandle) form 25...Ingo Huerner2014-06-113-3/+3
* 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; pro...Ingo Huerner2014-06-059-47/+71
* 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-143-29/+2
* Code cleanup and optimisationIngo Huerner2014-05-0912-324/+243
* Fixed a problem with default file dataIngo Huerner2014-05-063-11/+24
* Use defines from common partIngo Huerner2014-05-051-10/+12
* Make default data work againIngo Huerner2014-05-051-0/+1
* Added default file loading also to pclCreatePath function; fixed bugs 199 and...Ingo Huerner2014-04-303-33/+58
* 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-297-28/+89
* Added pclLifecycleSet functionIngo Huerner2014-04-165-30/+81
* Removed itzam, and switched to commom library; Known issues: delete key test ...Ingo Huerner2014-04-0423-1165/+1119
* Fixed bug 171; return the correct error code EPERS_MAXHANDLE instead -1Ingo Huerner2014-03-173-3/+3
* Corrected handle when using plugins; corrected array size for getpath functio...Ingo Huerner2014-02-254-22/+31
* Updated plugin interfaceIngo Huerner2014-02-143-19/+46
* Fixed bugs: 155, 156, 157 and 158; rework pclFileOpen functionIngo Huerner2014-02-128-123/+71
* Removed compiler warningsIngo Huerner2014-02-108-16/+38
* improvement, use sendfile to copy filesIngo Huerner2014-02-101-17/+17