summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_dbus_service.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added backup file and checksum creation for filesIngo Huerner2013-04-081-1/+1
* Implemented changed notification for shared data; persistence_client_library_...Ingo Huerner2013-03-271-2/+59
* Adjusted dbus interface namesIngo Huerner2013-03-061-1/+2
* Added timeout to the dbus mainloop; bugfixing dbus messages; bugfixing loadin...Ingo Huerner2013-03-011-16/+151
* Updated Lifecycle interface names; added information about user_no=0 in heade...v0.5.0Ingo Huerner2013-02-271-2/+2
* Improved quality, by fixing issues detected by Coverity Scan:cbruder2013-02-191-4/+0
* Updated dbus message parameters; replaced pipe to dbus mainloop by eventfdIngo Huerner2013-02-151-12/+11
* rework database access functions: rename files and functions, start split of ...Ingo Huerner2012-12-121-1/+0
* New release 0.3.2, see ChangeLog for changesihuerner2012-12-051-1/+1
* New release 0.3.0; license change to MPLv2, for more changes see ChangeLogihuerner2012-11-261-35/+26
* New release 0.2.4, for changes see ChangeLogihuerner2012-11-201-12/+78
* New release 0.2.3, for changes see ChangeLogihuerner2012-11-081-0/+3
* Updated client library with version 0.1.5 (rev. 1665), for changes see change...ihuerner2012-10-151-22/+0
* New release 0.1.4, for changes see ChangeLogihuerner2012-09-271-3/+7
* Updated test resource config table batabases; implemented loading of custom l...ihuerner2012-08-231-2/+2
* Initial version of persistence client library on sourceforge (rev. 1281)ihuerner2012-08-091-0/+407