summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-events.c
Commit message (Expand)AuthorAgeFilesLines
* events: don't leak GIOChannel when destroying IO handleFabiano Fidêncio2015-07-221-0/+4
* events: allow to remove disabled timers and handlesFabiano Fidêncio2015-07-221-11/+9
* events: don't create glib IO watch for disabled handlesFabiano Fidêncio2015-07-221-4/+6
* events: don't hold events lock when dispatching free callbacksFabiano Fidêncio2015-07-221-6/+2
* events: don't reschedule deleted timeouts/watchesFabiano Fidêncio2015-07-221-3/+14
* events: protect 'handles' and 'timeouts' against concurrent accessesFabiano Fidêncio2015-07-221-0/+10
* events: remove unused virt_viewer_events_find_{handle,timeout} argFabiano Fidêncio2015-07-221-12/+6
* events: allow zero timeouts for timerFabiano Fidêncio2015-07-221-1/+1
* glib-compat: Use g_new0(GMutex, 1) if GLib >= 2.31Fabiano Fidêncio2015-07-221-0/+1
* events: remove timeout and handle from arraysFabiano Fidêncio2015-07-221-28/+52
* events: register event using GOnce to avoid multiple initializationsFabiano Fidêncio2015-07-221-2/+10
* events: ensure event callbacks are threadsafeFabiano Fidêncio2015-07-221-18/+65
* win: Use correct format string for intptr_tChristophe Fergeau2015-01-021-1/+2
* Replace DEBUG_LOG with g_debugMarc-André Lureau2014-06-101-14/+14
* Fix virt-viewer.exe on win32Daniel P. Berrange2014-01-241-0/+8
* Add config.h to every source fileDaniel P. Berrange2012-02-061-0/+1
* Update copyright headersDaniel P. Berrange2012-02-061-1/+1
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-11/+18
* ff callbacks must be invoked from a clean stackGuido Günther2011-08-161-8/+39
* Update to optionally build with GTK3Daniel P. Berrange2011-07-111-7/+7
* Introduce standard naming convention to files & methodsDaniel P. Berrange2011-07-011-0/+317