index
:
delta/genivi/persistence-client-library.git
allPlugin
baserock/genivi/baseline
baserock/pedroalvarez/v1.0.0
baserock/v1.0.0
generic_backend
master
github.com: GENIVI/persistence-client-library.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
persistence_client_library_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed DLT log level
Ingo Huerner
2015-01-23
1
-5
/
+17
*
Further code improvements
Ingo Huerner
2015-01-23
1
-29
/
+14
*
Update after static code analysis (Coverity https://scan.coverity.com/project...
Ingo Huerner
2015-01-22
1
-1
/
+2
*
Minor changes after code review; replaced static arrays for handles by a tree
Ingo Huerner
2015-01-22
1
-7
/
+5
*
Some code cleanup
Ingo Huerner
2015-01-16
1
-25
/
+16
*
Removed compiler warnings; added check for shared data if application is allo...
Ingo Huerner
2015-01-08
1
-1
/
+5
*
Write through for files
Ingo Huerner
2014-12-18
1
-2
/
+2
*
Rework of DLT messages
Ingo Huerner
2014-12-04
1
-20
/
+18
*
Implemented write configurable default data for files
Ingo Huerner
2014-11-29
1
-151
/
+206
*
Implemented missing handling of configurable default data for files
Ingo Huerner
2014-11-28
1
-1
/
+7
*
Make pclInitLibrary multicore safe
Ingo Huerner
2014-11-18
1
-11
/
+13
*
Rework of application security check; if a not trusted application tries to a...
Ingo Huerner
2014-11-07
1
-21
/
+29
*
Fixed bug 292 and bug 294
Ingo Huerner
2014-11-03
1
-0
/
+8
*
Rework default database open handling; Updated DLT log messages
Ingo Huerner
2014-08-05
1
-14
/
+14
*
Added thread name to dbus mainloop; optimized closing of db
Ingo Huerner
2014-07-16
1
-3
/
+1
*
Now files will be correctly handled (cached/non cached)
Ingo Huerner
2014-07-16
1
-27
/
+124
*
Implemented backup blacklist for files
Ingo Huerner
2014-07-07
1
-13
/
+45
*
Protected global variables with mutex; minor optimizations; corrected doxygen...
Ingo Huerner
2014-07-02
1
-70
/
+61
*
Finished onDemand/static loading of plugins; Corrected a problem with default...
Ingo Huerner
2014-06-17
1
-4
/
+5
*
Fixed bug 223
Ingo Huerner
2014-06-05
1
-1
/
+2
*
Adjusted data definitions according to PCO; Added doxygen config file
Ingo Huerner
2014-05-14
1
-1
/
+1
*
Code cleanup and optimisation
Ingo Huerner
2014-05-09
1
-36
/
+53
*
Fixed a problem with default file data
Ingo Huerner
2014-05-06
1
-5
/
+13
*
Added default file loading also to pclCreatePath function; fixed bugs 199 and...
Ingo Huerner
2014-04-30
1
-31
/
+56
*
Added use of default data for files; added test data that can be used by PAS ...
Ingo Huerner
2014-04-29
1
-1
/
+38
*
Removed itzam, and switched to commom library; Known issues: delete key test ...
Ingo Huerner
2014-04-04
1
-23
/
+63
*
Corrected handle when using plugins; corrected array size for getpath functio...
Ingo Huerner
2014-02-25
1
-3
/
+3
*
Updated plugin interface
Ingo Huerner
2014-02-14
1
-16
/
+13
*
Fixed bugs: 155, 156, 157 and 158; rework pclFileOpen function
Ingo Huerner
2014-02-12
1
-21
/
+22
*
Corrected the use of the new check headers; fixed a problem in function pclFi...
Ingo Huerner
2014-02-05
1
-5
/
+5
*
File backups on seperate partition; Fixed bug 146; created performance benchm...
Ingo Huerner
2014-01-24
1
-475
/
+18
*
File permission rework
Ingo Huerner
2013-12-18
1
-2
/
+26
*
Fixed PCL bugs: 137, 138, 141
Ingo Huerner
2013-12-09
1
-11
/
+76
*
Corrected error codes in doxygen function doc; corrected problem with return ...
Ingo Huerner
2013-11-26
1
-127
/
+137
*
Fixed a problem with the file interface, file handle was always 0
Ingo Huerner
2013-11-19
1
-8
/
+14
*
Move from mulit-threaded to single-threaded dbus communication
Ingo Huerner
2013-11-14
1
-3
/
+4
*
Added notifications for custom keys; added creat path function
Ingo Huerner
2013-11-04
1
-6
/
+149
*
Minor fixes including dbus interface fixe
Ingo Huerner
2013-10-21
1
-2
/
+2
*
Finished findings after code review
Ingo Huerner
2013-08-14
1
-2
/
+3
*
Removed findings after code review; removed memset for arrays, let the compil...
Ingo Huerner
2013-08-13
1
-29
/
+11
*
Corrected minor findings after code review; Removed all printf
Ingo Huerner
2013-07-02
1
-21
/
+3
*
Added ref counter for init/deinit; updated header doxygen tags; removed sever...
Ingo Huerner
2013-06-25
1
-161
/
+205
*
Added init/deinit library functions; removed library constructor/destructor
Ingo Huerner
2013-05-03
1
-14
/
+7
*
Added dlt messages; removed setting of comipler flags in configure.ac
Ingo Huerner
2013-05-03
1
-19
/
+45
*
Added reason to notification messages; started with backup file list implemen...
Ingo Huerner
2013-04-18
1
-101
/
+157
*
Corrected register dbus messages
Ingo Huerner
2013-04-10
1
-19
/
+12
*
Forgotten to remove comments in a line
Ingo Huerner
2013-04-09
1
-1
/
+1
*
Added backup file and checksum creation for files
Ingo Huerner
2013-04-08
1
-11
/
+398
*
Added db entry for prc table for resource type and customID
Ingo Huerner
2013-03-06
1
-3
/
+15
*
Changed file and key-value API according GENIVI naming conventions
v0.4.0
Ingo Huerner
2013-01-22
1
-9
/
+9
[next]