summaryrefslogtreecommitdiff
path: root/dbus/dbus-pending-call.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* various: comment static variables that are locked or otherwise OKSimon McVittie2019-12-121-0/+1
* DBusPendingCall: Improve doc-comments around completed flagSimon McVittie2018-02-061-2/+19
* DBusPendingCall: Only update ->completed under the connection lockManish Narang2018-02-061-4/+13
* Cleanup: polish verbose mode checkingChengwei Yang2013-08-231-9/+2
* Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie2013-06-171-3/+2
* dbus_pending_call_set_notify: don't leave the connection locked on OOMSimon McVittie2012-06-251-2/+6
* add and use _dbus_pending_call_trace_refSimon McVittie2012-02-131-6/+41
* Add and use _dbus_message_trace_refSimon McVittie2012-02-131-1/+3
* _dbus_pending_call_test: remove stubSimon McVittie2011-09-191-16/+0
* Comment some places where it's OK to unref a message despite holding locksSimon McVittie2011-07-281-0/+2
* DBusPendingCall: exclusively use atomic operations on the refcountSimon McVittie2011-07-141-33/+10
* Add and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_DEFAULTSimon McVittie2011-06-101-2/+24
* 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
* Remove 6 hour timeout restriction.Scott James Remnant2009-05-281-7/+0
* Don't allocate DBusTimeout for pending call when passed INT_MAXScott James Remnant2009-05-281-19/+24
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-2/+8
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-104/+105
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-0/+3
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-0/+14
* * remove a bunch of todo items from the 1.0 listJohn (J5) Palmieri2006-09-111-1/+2
* * doc/TODO, various source files: Audited todo's and FIXME's andJohn (J5) Palmieri2006-09-061-1/+1
* * dbus/dbus-pending-call.c: Add some checks so we don't crash onJohn (J5) Palmieri2006-09-051-0/+10
* * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list andJohn (J5) Palmieri2006-08-161-1/+1
* * configure.in: add -Wdeclaration-after-statementJohn (J5) Palmieri2006-08-041-70/+222
* * Removed some extra bindings stuff lingering around (thanks timo)John (J5) Palmieri2006-07-211-1/+1
* 2006-07-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-07-161-1/+5
* * dbus-connection.c (dbus_connection_send_with_reply): return TRUEJohn (J5) Palmieri2006-07-141-31/+7
* - Make DBusPendingCall an opaque type even to D-Bus internalsJohn (J5) Palmieri2006-07-121-1/+224
* 2005-02-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-161-23/+25
* 2005-01-30 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-301-5/+5
* 2005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-1/+1
* 2004-08-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-08-101-1/+1
* * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept emptyOlivier Andrieu2004-03-211-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-1/+4
* 2003-10-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-10-161-2/+4
* 2003-10-12 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-10-121-1/+1
* 2003-09-15 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-09-171-20/+151
* 2003-08-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-08-151-0/+25
* 2003-08-15 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-08-151-49/+97
* 2003-08-14 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-08-141-0/+225