summaryrefslogtreecommitdiffstats
path: root/src/indmanager
Commit message (Expand)AuthorAgeFilesLines
* fix for older versions of cmakeRadek Novacek2014-04-101-1/+1
* Updated copyright yearsPeter Schiffer2014-01-162-2/+2
* Remove trailing spacesPeter Schiffer2014-01-161-1/+1
* indmanager: Properly bump soname versionTomas Bzatek2014-01-071-2/+2
* indmanager: Properly free diff list dataTomas Bzatek2013-12-201-0/+2
* indmanager: Bump soname versionTomas Bzatek2013-12-201-2/+2
* indmanager: Code annotation cleanupTomas Bzatek2013-12-201-22/+32
* indmanager: Properly detach the manage thread from CIMOMTomas Bzatek2013-12-201-20/+41
* indmanager: Rework thread cancellation againTomas Bzatek2013-12-182-3/+26
* indmanager: Fix condvar destroyingTomas Bzatek2013-12-021-1/+1
* Fixed unlocking mutex before return.Jan Safranek2013-11-261-0/+1
* indicationmgr: fixed deadlock when re-starting the namager thread.Jan Safranek2013-11-261-25/+10
* indmanager: Fix reverse boolean checkTomas Bzatek2013-11-221-2/+2
* indmanager: Add forgotten returnTomas Bzatek2013-11-221-0/+1
* indmanager: Forcefully recreate mutexes on indication stopTomas Bzatek2013-11-212-14/+29
* indmanager: Fix allowed classes testTomas Bzatek2013-11-191-1/+1
* indmanager: Do initial poll for newly added filtersTomas Bzatek2013-11-191-47/+52
* indmanager: Introduce common filter checkerTomas Bzatek2013-11-152-6/+73
* indmanager: Handle bad select expressions when adding a filterTomas Bzatek2013-11-151-1/+11
* indmanager: Fix potential errorneous dereferenceTomas Bzatek2013-11-111-2/+1
* indmanager: Fix empty enum cleanupTomas Bzatek2013-11-061-2/+4
* indmanager: Use per-instance set of pthread stuffTomas Bzatek2013-11-042-40/+39
* indmanager: Use proper mutex error checkingTomas Bzatek2013-10-301-2/+6
* indmanager: Use CMTraceMessage() instead of CMLogMessage()Tomas Bzatek2013-08-211-1/+1
* indmanager: Force thread cancellation on im_stop_ind()Tomas Bzatek2013-08-212-17/+50
* indmanager: Get object path from instances to be sent when not pollingTomas Bzatek2013-08-151-1/+1
* indmanager: Pass IMManager* instance in the IMInstGather callbackTomas Bzatek2013-08-152-6/+9
* indmanager: Protect ind_manager.h from multiple inclusionTomas Bzatek2013-08-151-0/+5
* indmanager: Fix IMEventWatcher arguments to be able to actually set dataTomas Bzatek2013-08-153-3/+3
* Indmanager: Fix coverity reportRoman Rakus2013-07-171-0/+3
* Indication manager: Do first poll for newly added filtersRoman Rakus2013-07-011-0/+31
* constify CMPIBroker in ind_managerRadek Novacek2013-06-172-5/+7
* IMEventWatcher SHOULD be blockingRoman Rakus2013-05-271-1/+1
* Indication managerRoman Rakus2013-05-275-0/+1454