summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_dbus_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Protected global variables with mutex; minor optimizations; corrected doxygen...Ingo Huerner2014-07-021-0/+1
* Fixed a problem with sporadic blocking of pclDeinitLibraryIngo Huerner2014-07-011-2/+0
* removed timeout from poll function as it breaks dbus communication; dbus stri...Ingo Huerner2014-06-301-21/+33
* Removed global variables for notifications; use now pipe instead of eventfd f...Ingo Huerner2014-06-301-19/+21
* Implemented on demand/static loading of plugins (part I); ATTENTION: pluginf ...Ingo Huerner2014-06-131-1/+0
* Corrected datatype for request and requestId in function msg_lifecycleRequestIngo Huerner2014-06-051-1/+1
* Updated missing header doc; prevent overwriting of notification callback; pro...Ingo Huerner2014-06-051-3/+0
* Code cleanup and optimisationIngo Huerner2014-05-091-4/+5
* Fixed bug 202Ingo Huerner2014-04-301-6/+6
* Added use of default data for files; added test data that can be used by PAS ...Ingo Huerner2014-04-291-6/+16
* Added pclLifecycleSet functionIngo Huerner2014-04-161-17/+36
* Removed itzam, and switched to commom library; Known issues: delete key test ...Ingo Huerner2014-04-041-24/+28
* Removed compiler warningsIngo Huerner2014-02-101-9/+2
* File backups on seperate partition; Fixed bug 146; created performance benchm...Ingo Huerner2014-01-241-19/+4
* Adjusted dbus message, removed transactions due to hight write trafficIngo Huerner2013-11-291-36/+26
* Fix deadlock part IIIngo Huerner2013-11-281-3/+3
* Fix a deadlock when receiving shutdown modeIngo Huerner2013-11-271-2/+4
* Static code analysis findings; mutex reworkIngo Huerner2013-11-181-38/+23
* Finished switch to single threaded dbus communicationIngo Huerner2013-11-141-8/+2
* Move from mulit-threaded to single-threaded dbus communicationIngo Huerner2013-11-141-0/+489