| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename structure DBusSocketSet to DBusPollableSet and adjust the correspondin... | Ralf Habacker | 2019-01-09 | 1 | -14/+14 |
* | trivial: Remove trailing whitespace from copyright notices | Simon McVittie | 2018-12-17 | 1 | -2/+2 |
* | DBusMainLoop: ensure all required timeouts are restarted | Michal Koutný | 2017-07-20 | 1 | -3/+0 |
* | bus: Fix timeout restarts | Michal Koutný | 2017-02-01 | 1 | -0/+8 |
* | Remove trailing newlines from _dbus_warn, _dbus_warn_check_failed | Simon McVittie | 2016-09-30 | 1 | -3/+3 |
* | Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety. | Ralf Habacker | 2015-05-12 | 1 | -4/+4 |
* | DBusMainLoop, DBusSocketSet: work in terms of DBusPollable | Simon McVittie | 2015-05-12 | 1 | -33/+34 |
* | Use typedef DBusSocket for sockets fd's to avoid conversion warnings. | Ralf Habacker | 2015-05-12 | 1 | -6/+6 |
* | Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings." | Ralf Habacker | 2015-03-11 | 1 | -6/+6 |
* | Use typedef DBusSocket for sockets fd's to avoid conversion warnings. | Ralf Habacker | 2015-03-11 | 1 | -6/+6 |
* | Make all time values signed longs instead of a mix of signed and unsigned, to... | Peter McCurdy | 2015-03-04 | 1 | -14/+11 |
* | dbus-mainloop.c: undeclared variable n_fds if define MAINLOOP_SPEW. | Vasiliy Balyasnyy | 2013-09-16 | 1 | -1/+1 |
* | Move function to the right place where it supposed to be used | Chengwei Yang | 2013-08-22 | 1 | -21/+0 |
* | tests to embedded tests: replaced in libdbus | Chengwei Yang | 2013-06-28 | 1 | -1/+1 |
* | Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication method | David Zeuthen | 2012-04-12 | 1 | -4/+4 |
* | Fixed runtime error caused by using uninitialized variable detected with msvc... | Ralf Habacker | 2012-02-20 | 1 | -1/+1 |
* | Merge branch 'socket-set-33337' | Simon McVittie | 2012-02-07 | 1 | -154/+160 |
|\ |
|
| * | _dbus_loop_new: don't crash on OOM allocating socket set | Simon McVittie | 2011-11-02 | 1 | -1/+7 |
| * | Maintain the set of polled sockets over time | Simon McVittie | 2011-06-13 | 1 | -99/+132 |
| * | Add a stub _dbus_loop_toggle_watch and call it where needed | Simon McVittie | 2011-06-13 | 1 | -0/+7 |
| * | DBusSocketSet: new abstraction for struct pollfd[] or whatever | Simon McVittie | 2011-06-13 | 1 | -72/+32 |
* | | Don't refcount TimeoutCallback | Simon McVittie | 2011-09-19 | 1 | -23/+4 |
* | | Remove more never-used variables | Simon McVittie | 2011-09-19 | 1 | -1/+0 |
|/ |
|
* | DBusLoop: store watches in a hash table keyed by fd | Simon McVittie | 2011-06-13 | 1 | -106/+227 |
* | DBusLoop: fold Callback into TimeoutCallback | Simon McVittie | 2011-06-13 | 1 | -32/+10 |
* | Drop WatchCallback entirely, just use a list of DBusWatch in the main loop | Simon McVittie | 2011-06-13 | 1 | -66/+27 |
* | DBusLoop: inline add_callback, remove_callback into their callers | Simon McVittie | 2011-06-13 | 1 | -51/+21 |
* | DBusLoop: move OOM flag in watches inside the DBusWatch | Simon McVittie | 2011-06-13 | 1 | -8/+6 |
* | DBusLoop: keep separate lists of watches and timeouts | Simon McVittie | 2011-06-13 | 1 | -78/+88 |
* | DBusLoop: factor out watch_flags_to_poll_events, watch_flags_from_poll_revents | Simon McVittie | 2011-06-13 | 1 | -15/+32 |
* | Remove _dbus_loop_add_watch_full | Simon McVittie | 2011-06-13 | 1 | -29/+3 |
* | DBusLoop: remove second layer of watch callbacks where possible | Simon McVittie | 2011-06-13 | 1 | -19/+26 |
* | DBusLoop: remove a layer of pointless abstraction around timeouts | Simon McVittie | 2011-06-13 | 1 | -40/+24 |
* | Check that watches are removed, then invalidated, then unreffed | Simon McVittie | 2011-06-13 | 1 | -1/+5 |
* | Always remove, invalidate and free watches before closing watched sockets | Simon McVittie | 2011-06-13 | 1 | -2/+5 |
* | _dbus_loop_iterate: if the kernel says a fd is bad, stop watching it | Simon McVittie | 2011-01-21 | 1 | -0/+9 |
* | _dbus_loop_iterate: cleanup: make more use of a temporary variable | Simon McVittie | 2011-01-21 | 1 | -4/+4 |
* | _dbus_loop_iterate: if a watch has been invalidated, skip it | Simon McVittie | 2011-01-21 | 1 | -0/+9 |
* | Consistently include <config.h> in all C source files and never in header files. | Marcus Brinkmann | 2010-03-19 | 1 | -0/+1 |
* | Bug 21161 - Update the FSF address | Tobias Mueller | 2009-07-10 | 1 | -1/+1 |
* | 2007-07-13 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2007-07-14 | 1 | -1/+1 |
* | 2007-06-18 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2007-06-18 | 1 | -3/+3 |
* | 2006-10-19 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2006-10-20 | 1 | -1/+1 |
* | 2005-01-15 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2005-01-15 | 1 | -1/+1 |
* | 2004-11-25 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2004-11-26 | 1 | -4/+27 |
* | 2004-08-09 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2004-08-10 | 1 | -1/+1 |
* | 2003-12-02 Richard Hult <richard@imendio.com> | Richard Hult | 2003-12-02 | 1 | -1/+1 |
* | 2003-11-26 Mikael Hallendal <micke@imendio.com> | Mikael Hallendal | 2003-11-27 | 1 | -2/+6 |
* | 2003-09-21 Havoc Pennington <hp@pobox.com> | Havoc Pennington | 2003-09-21 | 1 | -1/+1 |
* | 2003-09-07 Havoc Pennington <hp@pobox.com> | Havoc Pennington | 2003-09-07 | 1 | -0/+3 |