summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_dbus_service.c
Commit message (Expand)AuthorAgeFilesLines
* Removed call dbus_shutdown() when ending dbus mainloopIngo Huerner2017-03-271-2/+4
* Handling of dbus pending calls rework (mutex handling improved, added con...Ingo Huerner2017-02-211-13/+137
* Moved closing of open handles from pclDeinit function into mainloop.Ingo Huerner2017-02-171-3/+15
* Fixed a array out of bounds access (results in mutex deadlock).Ingo Huerner2017-02-101-15/+16
* Added DLT log message for every API callIngo Huerner2017-01-031-29/+32
* Updated header documentation; fixed a problem when dbus connection is NULLIngo Huerner2015-05-071-0/+7
* Fix cast on 64bit machinesAndrei Gherzan2015-05-071-2/+2
* Increased code coverage; removed obsolete codeIngo Huerner2015-03-271-54/+1
* Added dbus_threads_init_defaultv1.0.0Ingo Huerner2015-02-091-0/+7
* Changed DLT log level (info to debug)Ingo Huerner2015-01-271-8/+8
* Further code improvementsIngo Huerner2015-01-231-13/+8
* Minor changes after code review; replaced static arrays for handles by a treeIngo Huerner2015-01-221-4/+0
* Some code cleanupIngo Huerner2015-01-161-76/+69
* Fixed GENIVI code review issue 5Ingo Huerner2015-01-141-266/+247
* Fixed GENIVI code review issues 3Ingo Huerner2015-01-141-4/+14
* Fixed findings after GENIVI source code review: PRIO 1 issuesIngo Huerner2015-01-131-5/+4
* Removed compiler warnings; added check for shared data if application is allo...Ingo Huerner2015-01-081-2/+6
* Rework of DLT messagesIngo Huerner2014-12-041-19/+19
* Missing files for prevoius commitID; updated header documentationIngo Huerner2014-08-211-0/+1
* Rework default database open handling; Updated DLT log messagesIngo Huerner2014-08-051-23/+23
* Added thread name to dbus mainloop; optimized closing of dbIngo Huerner2014-07-161-0/+3
* Protected global variables with mutex; minor optimizations; corrected doxygen...Ingo Huerner2014-07-021-12/+15
* Fixed a problem with sporadic blocking of pclDeinitLibraryIngo Huerner2014-07-011-8/+8
* removed timeout from poll function as it breaks dbus communication; dbus stri...Ingo Huerner2014-06-301-8/+22
* Removed global variables for notifications; use now pipe instead of eventfd f...Ingo Huerner2014-06-301-36/+35
* Added timeout to poll function in dbus mainloopIngo Huerner2014-06-061-1/+1
* Added pclLifecycleSet functionIngo Huerner2014-04-161-1/+1
* Removed itzam, and switched to commom library; Known issues: delete key test ...Ingo Huerner2014-04-041-36/+49
* Fixed bug 171; return the correct error code EPERS_MAXHANDLE instead -1Ingo Huerner2014-03-171-1/+1
* Corrected handle when using plugins; corrected array size for getpath functio...Ingo Huerner2014-02-251-7/+16
* Removed compiler warningsIngo Huerner2014-02-101-0/+2
* init und deinit is not blocking anymore when they will be called multiple timesIngo Huerner2014-02-071-7/+6
* File backups on seperate partition; Fixed bug 146; created performance benchm...Ingo Huerner2014-01-241-3/+10
* Adjusted dbus message, removed transactions due to hight write trafficIngo Huerner2013-11-291-1/+0
* Fix deadlock part IIIngo Huerner2013-11-281-6/+14
* Fix a deadlock when receiving shutdown modeIngo Huerner2013-11-271-9/+17
* Corrected error codes in doxygen function doc; corrected problem with return ...Ingo Huerner2013-11-261-2/+0
* Static code analysis findings; mutex reworkIngo Huerner2013-11-181-2/+14
* Fixed a problem with change callback registrationIngo Huerner2013-11-141-3/+8
* Finished switch to single threaded dbus communicationIngo Huerner2013-11-141-12/+27
* Move from mulit-threaded to single-threaded dbus communicationIngo Huerner2013-11-141-21/+42
* Corrected datatype for parameter shutdown mode in dbus message register/unreg...Ingo Huerner2013-11-071-2/+2
* corrected initcounter; added unregister notify functionsIngo Huerner2013-11-041-1/+1
* Corrected dbus watchesIngo Huerner2013-10-221-0/+12
* Minor fixes including dbus interface fixeIngo Huerner2013-10-211-1/+2
* Finished findings after code reviewIngo Huerner2013-08-141-22/+0
* Removed findings after code review; removed memset for arrays, let the compil...Ingo Huerner2013-08-131-7/+12
* Corrected minor findings after code review; Removed all printfIngo Huerner2013-07-021-22/+5
* Added dlt messages; removed setting of comipler flags in configure.acIngo Huerner2013-05-031-44/+43
* Added reason to notification messages; started with backup file list implemen...Ingo Huerner2013-04-181-6/+20