summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Optimization for custom plugins; corrected return valuesallPluginIngo Huerner2013-08-276-127/+99
|
* Corrected return value in pclKeyHandleClosev0.7.0Ingo Huerner2013-08-271-4/+7
|
* Implemented default data handling for readIngo Huerner2013-08-218-100/+258
|
* Finished findings after code reviewIngo Huerner2013-08-145-60/+52
|
* Removed findings after code review; removed memset for arrays, let the ↵Ingo Huerner2013-08-1313-102/+88
| | | | compiler do the work
* Corrected header, added forgotten ifdefIngo Huerner2013-07-051-2/+6
|
* Corrected header, problem to compile under C++Ingo Huerner2013-07-051-3/+4
|
* Updated versioning schemeIngo Huerner2013-07-021-1/+1
|
* Corrected minor findings after code review; Removed all printfIngo Huerner2013-07-0214-77/+38
|
* Added persistence_client_library.h to install headersv0.6.0Ingo Huerner2013-06-271-0/+1
|
* Added ref counter for init/deinit; updated header doxygen tags; removed ↵Ingo Huerner2013-06-2525-782/+1112
| | | | several printf; different minor optimizations
* Updated README fileihuerner2013-05-071-16/+59
|
* Added init/deinit library functions; removed library constructor/destructorIngo Huerner2013-05-038-81/+132
|
* Added dlt messages; removed setting of comipler flags in configure.acIngo Huerner2013-05-0315-230/+343
|
* Added reason to notification messages; started with backup file list ↵Ingo Huerner2013-04-1818-217/+1504
| | | | implementation
* Corrected register dbus messagesIngo Huerner2013-04-108-70/+118
|
* Forgotten to remove comments in a lineIngo Huerner2013-04-091-1/+1
|
* Added backup file and checksum creation for filesIngo Huerner2013-04-0816-106/+539
|
* If a customID is available for a customer plugin, used this ID instead the keyIngo Huerner2013-03-275-9/+32
|
* Implemented changed notification for shared data; ↵Ingo Huerner2013-03-2713-44/+257
| | | | persistence_client_library_dbus_test.c has beend used for receiving notifications
* Added db entry for prc table for resource type and customIDIngo Huerner2013-03-068-30/+87
|
* Adjusted dbus interface namesIngo Huerner2013-03-066-80/+24
|
* Added missing mockup source filesIngo Huerner2013-03-012-0/+1020
|
* Added timeout to the dbus mainloop; bugfixing dbus messages; bugfixing ↵Ingo Huerner2013-03-018-44/+204
| | | | loading of resource config table; added mockups for persistence admin service and lifecycle dbus simulation
* Updated Lifecycle interface names; added information about user_no=0 in ↵v0.5.0Ingo Huerner2013-02-276-22/+22
| | | | header files
* Improved quality, by fixing issues detected by Coverity Scan:cbruder2013-02-195-9/+20
| | | | | | | | | -CID 984487: BUFFER_SIZE_WARNING -CID 984488: BUFFER_SIZE_WARNING -CID 984489: BUFFER_SIZE_WARNING -CID 984490: CHECKED_RETURN -CID 984493: DEADCODE -CID 984504: NO_EFFECT
* Improved quality, by fixing issues detected by Coverity Scan:cbruder2013-02-194-4/+12
| | | | | | | -CID 984503: NO_EFFECT -CID 984505: OVERRUN -CID 984507: RESOURCE_LEAK -CID 984508: RESOURCE_LEAK
* removed warningIngo Huerner2013-02-151-2/+2
|
* Updated dbus message parameters; replaced pipe to dbus mainloop by eventfdIngo Huerner2013-02-1511-62/+64
|
* Update READMEcbruder2013-02-141-1/+1
|
* Updated READMEcbruder2013-02-131-1/+1
|
* Adjustments in custom library interface; added custom library interface headerIngo Huerner2013-02-063-3/+200
|
* added library versioning (libtool's versioning system); removed seat number ↵Ingo Huerner2013-02-044-10/+30
| | | | limitation in function description
* Changed file and key-value API according GENIVI naming conventionsv0.4.0Ingo Huerner2013-01-226-123/+123
|
* Added more comments to test applicationIngo Huerner2013-01-161-7/+167
|
* Added information how to build to README fileIngo Huerner2013-01-111-0/+16
|
* If no entry for a resource in prct the data will be put into local cached; A ↵Ingo Huerner2013-01-105-6/+114
| | | | user file that not exists will be now automatically created
* updated version in configure.acv0.3.3Ingo Huerner2013-01-091-1/+1
|
* Revert "updated version in configure.ac"Ingo Huerner2013-01-091-1/+1
| | | | This reverts commit 8dfd551e9d419b4f184462c3b93d95337c5be8ff.
* updated version in configure.acIngo Huerner2013-01-091-1/+1
|
* changed datatype of ldbid, user_no and deat_no form unsigned char to ↵Ingo Huerner2013-01-087-25/+25
| | | | unsigned int; changed resource_id datatype form char* to const char*
* Renamed and moved files, fixed problem with handle testIngo Huerner2012-12-1717-103/+145
|
* Created new sub-library wehere common datat will be exported toIngo Huerner2012-12-1312-69/+101
|
* Enabled dbusIngo Huerner2012-12-131-1/+1
|
* rework database access functions: rename files and functions, start split of ↵Ingo Huerner2012-12-1213-135/+182
| | | | database functions (db abstraction and low level db functions); corrected cursor functions
* Updated prct datastructure, custom_name and responsible are now fixed arrays ↵Ingo Huerner2012-12-124-198/+33
| | | | instead of char ptr; moved definition of prct structure to persistence_client_library hedader
* Corrected path for shared group and shared publicIngo Huerner2012-12-113-15/+17
|
* Added missing c fileihuerner2012-12-101-0/+144
|
* New release 0.3.2, see ChangeLog for changesihuerner2012-12-0518-46/+85
|
* Updated configure.ac with correct versionihuerner2012-11-301-1/+1
|