summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Check return value when registering to PAS, pclInitLibrary returns now an ↵Ingo Huerner2017-05-231-0/+2
| | | | error code if PAS register fails
* Make usage of plugins more robust (Nullpointer check); Added creation of ↵Ingo Huerner2017-01-271-0/+4
| | | | test log file for file API tests
* Updated header documentation; fixed a problem when dbus connection is NULLIngo Huerner2015-05-072-5/+7
|
* Version 1.4.2 - add definition of the user rangeGuy Sagnes2015-04-161-3/+8
| | | | Signed-off-by: Guy Sagnes <guy.sagnes@continental-corporation.com>
* Some optimization; fixed a problem with unregister/register notificationsIngo Huerner2015-02-101-5/+0
|
* Changed DLT log level (info to debug)Ingo Huerner2015-01-272-6/+12
|
* Minor changes after code review; replaced static arrays for handles by a treeIngo Huerner2015-01-221-94/+0
|
* Now persistence common object will now be loaded like a plugin and not ↵Ingo Huerner2015-01-161-0/+94
| | | | linked anymore
* Update after GENIVI code reviewIngo Huerner2015-01-152-5/+5
|
* Fixed GENIVI code review issue 14Ingo Huerner2015-01-141-1/+4
|
* Removed compiler warnings; added check for shared data if application is ↵Ingo Huerner2015-01-082-1/+3
| | | | allowed to modify
* Updated pclInitLibrary header documentationIngo Huerner2014-12-091-0/+2
|
* implemented write to configurable default data; added defines to pcl header ↵Ingo Huerner2014-11-281-8/+58
| | | | for writing node and configurable default data
* Rework of application security check; if a not trusted application tries to ↵Ingo Huerner2014-11-071-0/+3
| | | | access persistent data, the error code EPERS_SHUTDOWN_NO_TRUSTED will be returned
* Started profiling PCL; preparation for new tag version 0.10.0v0.10.07.0Ingo Huerner2014-09-161-1/+1
|
* Missing files for prevoius commitID; updated header documentationIngo Huerner2014-08-211-7/+47
|
* Protected global variables with mutex; minor optimizations; corrected ↵Ingo Huerner2014-07-021-6/+16
| | | | doxygen documentation
* Implemented on demand/static loading of plugins (part I); ATTENTION: pluginf ↵Ingo Huerner2014-06-132-1/+37
| | | | config file has been changed, see persistence_client_library.h for details
* Updated missing header doc; prevent overwriting of notification callback; ↵Ingo Huerner2014-06-052-1/+9
| | | | provide only resource id in notification callback; corrected dlt conmtext variable; removed sync, will now be called by PAS
* Adjusted data definitions according to PCO; Added doxygen config fileIngo Huerner2014-05-141-1/+14
|
* Code cleanup and optimisationIngo Huerner2014-05-093-9/+11
|
* Added use of default data for files; added test data that can be used by PAS ↵Ingo Huerner2014-04-294-17/+30
| | | | installation process; started to implement persclient_tools; updates after interface review
* Added pclLifecycleSet functionIngo Huerner2014-04-162-19/+47
|
* Updated plugin interfaceIngo Huerner2014-02-141-38/+177
|
* Fixed PCL bugs: 137, 138, 141Ingo Huerner2013-12-093-3/+6
|
* Corrected error codes in doxygen function doc; corrected problem with return ↵Ingo Huerner2013-11-265-86/+123
| | | | value when using write key function for shared values
* Fixed a problem with change callback registrationIngo Huerner2013-11-141-1/+1
|
* Move from mulit-threaded to single-threaded dbus communicationIngo Huerner2013-11-142-5/+8
|
* Adjusted library version information; added define for non shutdown ↵Ingo Huerner2013-11-042-3/+8
| | | | notifications for pclInitLibrary
* Added notifications for custom keys; added creat path functionIngo Huerner2013-11-043-7/+40
|
* corrected initcounter; added unregister notify functionsIngo Huerner2013-11-041-1/+24
|
* Minor fixes including dbus interface fixeIngo Huerner2013-10-213-2/+9
|
* Optimization for custom plugins; corrected return valuesallPluginIngo Huerner2013-08-272-1/+3
|
* Corrected header, added forgotten ifdefIngo Huerner2013-07-051-2/+6
|
* Corrected header, problem to compile under C++Ingo Huerner2013-07-051-3/+4
|
* Corrected minor findings after code review; Removed all printfIngo Huerner2013-07-022-4/+7
|
* Added ref counter for init/deinit; updated header doxygen tags; removed ↵Ingo Huerner2013-06-255-123/+213
| | | | several printf; different minor optimizations
* Added init/deinit library functions; removed library constructor/destructorIngo Huerner2013-05-031-5/+21
|
* Added reason to notification messages; started with backup file list ↵Ingo Huerner2013-04-182-6/+26
| | | | implementation
* Added backup file and checksum creation for filesIngo Huerner2013-04-081-9/+9
|
* Implemented changed notification for shared data; ↵Ingo Huerner2013-03-271-2/+31
| | | | persistence_client_library_dbus_test.c has beend used for receiving notifications
* Updated Lifecycle interface names; added information about user_no=0 in ↵v0.5.0Ingo Huerner2013-02-272-8/+8
| | | | header files
* Adjustments in custom library interface; added custom library interface headerIngo Huerner2013-02-061-0/+197
|
* added library versioning (libtool's versioning system); removed seat number ↵Ingo Huerner2013-02-042-8/+8
| | | | limitation in function description
* Changed file and key-value API according GENIVI naming conventionsv0.4.0Ingo Huerner2013-01-222-22/+22
|
* changed datatype of ldbid, user_no and deat_no form unsigned char to ↵Ingo Huerner2013-01-082-10/+10
| | | | unsigned int; changed resource_id datatype form char* to const char*
* New release 0.3.2, see ChangeLog for changesihuerner2012-12-051-0/+7
|
* New release 0.3.0; license change to MPLv2, for more changes see ChangeLogihuerner2012-11-263-59/+23
|
* New release 0.2.4, for changes see ChangeLogihuerner2012-11-201-0/+8
|
* New release 0.2.3, for changes see ChangeLogihuerner2012-11-081-25/+27
|