summaryrefslogtreecommitdiff
path: root/dbus/dbus-mainloop.c
Commit message (Expand)AuthorAgeFilesLines
* DBusMainLoop: ensure all required timeouts are restartedMichal Koutný2017-07-201-3/+0
* bus: Fix timeout restartsMichal Koutný2017-02-011-0/+8
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-3/+3
* Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-121-4/+4
* DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie2015-05-121-33/+34
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-05-121-6/+6
* Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."Ralf Habacker2015-03-111-6/+6
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-03-111-6/+6
* Make all time values signed longs instead of a mix of signed and unsigned, to...Peter McCurdy2015-03-041-14/+11
* dbus-mainloop.c: undeclared variable n_fds if define MAINLOOP_SPEW.Vasiliy Balyasnyy2013-09-161-1/+1
* Move function to the right place where it supposed to be usedChengwei Yang2013-08-221-21/+0
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-1/+1
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-121-4/+4
* Fixed runtime error caused by using uninitialized variable detected with msvc...Ralf Habacker2012-02-201-1/+1
* Merge branch 'socket-set-33337'Simon McVittie2012-02-071-154/+160
|\
| * _dbus_loop_new: don't crash on OOM allocating socket setSimon McVittie2011-11-021-1/+7
| * Maintain the set of polled sockets over timeSimon McVittie2011-06-131-99/+132
| * Add a stub _dbus_loop_toggle_watch and call it where neededSimon McVittie2011-06-131-0/+7
| * DBusSocketSet: new abstraction for struct pollfd[] or whateverSimon McVittie2011-06-131-72/+32
* | Don't refcount TimeoutCallbackSimon McVittie2011-09-191-23/+4
* | Remove more never-used variablesSimon McVittie2011-09-191-1/+0
|/
* DBusLoop: store watches in a hash table keyed by fdSimon McVittie2011-06-131-106/+227
* DBusLoop: fold Callback into TimeoutCallbackSimon McVittie2011-06-131-32/+10
* Drop WatchCallback entirely, just use a list of DBusWatch in the main loopSimon McVittie2011-06-131-66/+27
* DBusLoop: inline add_callback, remove_callback into their callersSimon McVittie2011-06-131-51/+21
* DBusLoop: move OOM flag in watches inside the DBusWatchSimon McVittie2011-06-131-8/+6
* DBusLoop: keep separate lists of watches and timeoutsSimon McVittie2011-06-131-78/+88
* DBusLoop: factor out watch_flags_to_poll_events, watch_flags_from_poll_reventsSimon McVittie2011-06-131-15/+32
* Remove _dbus_loop_add_watch_fullSimon McVittie2011-06-131-29/+3
* DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie2011-06-131-19/+26
* DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie2011-06-131-40/+24
* Check that watches are removed, then invalidated, then unreffedSimon McVittie2011-06-131-1/+5
* Always remove, invalidate and free watches before closing watched socketsSimon McVittie2011-06-131-2/+5
* _dbus_loop_iterate: if the kernel says a fd is bad, stop watching itSimon McVittie2011-01-211-0/+9
* _dbus_loop_iterate: cleanup: make more use of a temporary variableSimon McVittie2011-01-211-4/+4
* _dbus_loop_iterate: if a watch has been invalidated, skip itSimon McVittie2011-01-211-0/+9
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-181-3/+3
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-1/+1
* 2005-01-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-151-1/+1
* 2004-11-25 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-11-261-4/+27
* 2004-08-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-08-101-1/+1
* 2003-12-02 Richard Hult <richard@imendio.com>Richard Hult2003-12-021-1/+1
* 2003-11-26 Mikael Hallendal <micke@imendio.com>Mikael Hallendal2003-11-271-2/+6
* 2003-09-21 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-09-211-1/+1
* 2003-09-07 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-09-071-0/+3
* 2003-06-29 Miloslav Trmac <mitr@volny.cz>Miloslav Trmac2003-06-281-2/+2
* 2003-04-29 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-04-291-1/+1