summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove D-Bus policy configuration for org.genivi.persistence.adminHEADv1.2.1masterMartin Ejdestig2019-07-221-16/+0
* Merge pull request #15 from sashko/masterv1.2.0Ingo Huerner2018-08-311-1/+1
|\
| * Fix compilation with GCC 8Oleksandr Kravchuk2018-08-261-1/+1
|/
* Merge pull request #14 from frznlogic/fix-longIngo Huerner2018-03-271-1/+1
|\
| * persistence_client_library_benchmark.c:Oscar Andreasson2018-03-151-1/+1
|/
* Merge pull request #13 from mdanilov/remove-yocto-recipesIngo Huerner2018-03-133-77/+0
|\
| * Remove Yocto recipes, there is meta-ivi repository for that. Most probably cu...Maxim Danilov2018-02-163-77/+0
* | Merge pull request #11 from mdanilov/masterIngo Huerner2018-03-135-69/+527
|\ \ | |/ |/|
| * Update README, added INSTALL docMaxim Danilov2018-02-162-0/+371
| * Fixed: persistence_db_viewer does not show content of big databasesMaxim Danilov2018-02-162-38/+129
| * db-viewer: fixed resource list handlingMaxim Danilov2018-02-152-7/+7
| * db_viewer: increase read value sizeMaxim Danilov2018-02-151-16/+13
| * tools: strings are not null terminatedMaxim Danilov2018-02-151-13/+12
|/
* Merge pull request #10 from frznlogic/fix-memset-improperly-initialized-lengt...Ingo Huerner2018-01-251-38/+38
|\
| * pcl_test: Fix memset callsOscar Andreasson2018-01-181-38/+38
|/
* Merge pull request #8 from tolkien-joh/masterIngo Huerner2017-07-101-3/+4
|\
| * fix error on compiling meta-ivi 12.0 for qemux86, vexpressa9Yong-iL Joh2017-04-191-3/+4
* | Merge pull request #9 from gunnarx/fix_usageIngo Huerner2017-07-101-7/+7
|\ \
| * | persistence_client_tool: Correct name in usage helpGunnar Andersson2017-05-231-7/+7
* | | Make test data directory (localestatedir) variableIngo Huerner2017-06-022-2/+2
* | | Added test to verify restared crashed application is able to access data in c...Ingo Huerner2017-06-013-64/+479
* | | Check return value when registering to PAS, pclInitLibrary returns now an err...Ingo Huerner2017-05-237-58/+198
|/ /
* | Fixed findings from static code analysisIngo Huerner2017-05-229-107/+149
* | Added environment checker to tests in order to detect insufficient persistenc...Ingo Huerner2017-04-194-9/+294
|/
* NSM interaction rework: Lifecycle request will be answered with pending (not ...Ingo Huerner2017-04-102-1/+10
* Adjusted dbus arg typesIngo Huerner2017-04-051-1/+1
* Corrected argument type for LifecycleRequestComplete message; extended checkL...Ingo Huerner2017-04-053-17/+89
* Added configure switch --enable-fsync to use fsync instead fdatasync.Ingo Huerner2017-03-306-31/+48
* Removed call dbus_shutdown() when ending dbus mainloopIngo Huerner2017-03-271-2/+4
* Improved backup and recovery for file APIIngo Huerner2017-03-092-31/+442
* Added pclCustomLibConfigFileTest.cfg.in config file for tests.Ingo Huerner2017-03-0714-73/+777
* Handling of dbus pending calls rework (mutex handling improved, added con...Ingo Huerner2017-02-217-85/+227
* Merge pull request #6 from gmacario/feat-skip-multithreaded-testsIngo Huerner2017-02-201-4/+13
|\
| * Fix typoGianpaolo Macario2017-02-171-4/+4
| * Skip testcases MultiThreadedRead, MultiThreadedWriteGianpaolo Macario2017-02-171-0/+9
|/
* Moved closing of open handles from pclDeinit function into mainloop.Ingo Huerner2017-02-176-99/+163
* Merge pull request #4 from gmacario/fix-duplicate-readmeIngo Huerner2017-02-172-203/+3
|\
| * Fix typo in the command line option specificationGianpaolo Macario2017-02-131-2/+2
| * README: Replace with symlink to README.mdGianpaolo Macario2017-02-131-201/+1
* | Merge branch 'master' of https://github.com/GENIVI/persistence-client-libraryIngo Huerner2017-02-162-2/+2
|\ \ | |/
| * Merge pull request #3 from gmacario/fix-test-makefileamIngo Huerner2017-02-131-1/+1
| |\
| | * test/Makefile.am: Add -Og option if DEBUGGianpaolo Macario2017-02-131-1/+1
| | * test: Fix AM_CFLAGS in Makefile.amGianpaolo Macario2017-02-131-1/+1
| * | Merge pull request #2 from dliakh/patch-1Ingo Huerner2017-02-131-1/+1
| |\ \ | | |/ | |/|
| | * Fix typo in the command line option specificationdliakh2017-01-051-1/+1
* | | Replaced file handle array by simple linked listIngo Huerner2017-02-165-77/+575
|/ /
* | Added appcheck to pclFileOpenIngo Huerner2017-02-101-26/+37
* | Fixed a array out of bounds access (results in mutex deadlock).Ingo Huerner2017-02-1018-344/+1205
* | Added ownership configuration JSON file to test data tar file; NOTE: You need...Ingo Huerner2017-02-061-0/+0
* | Make usage of plugins more robust (Nullpointer check); Added creation of test...Ingo Huerner2017-01-2710-119/+383