summaryrefslogtreecommitdiffstats
path: root/src/indmanager/ind_manager.c
Commit message (Expand)AuthorAgeFilesLines
* indmanager: move to libsJan Synacek2014-05-061-1286/+0
* Updated copyright yearsPeter Schiffer2014-01-161-1/+1
* indmanager: Properly free diff list dataTomas Bzatek2013-12-201-0/+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-181-3/+24
* 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-211-13/+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-151-6/+66
* 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-041-40/+34
* 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-211-14/+29
* 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-151-3/+3
* indmanager: Fix IMEventWatcher arguments to be able to actually set dataTomas Bzatek2013-08-151-1/+1
* 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-171-3/+4
* Indication managerRoman Rakus2013-05-271-0/+1105