summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-connection.c
Commit message (Expand)AuthorAgeFilesLines
* Correct timeout handlingJames Westby2009-10-011-8/+6
* Merge branch 'fd-passing'Thiago Macieira2009-07-161-18/+231
|\
| * unix-fd: add logic to count unix fds the same way as allocated memoryLennart Poettering2009-05-201-9/+110
| * unix-fd: when sending a message with unix fds verify that the connection can ...Lennart Poettering2009-05-201-7/+69
| * unix-fd: introduce dbus_connection_can_send_type()Lennart Poettering2009-05-201-2/+48
| * sysdeps-unix: if MSG_NOSIGNAL is available don't touch SIGPIPE by defaultLennart Poettering2009-05-151-0/+4
* | Bug 12484 - Ensure initialized variable in dbus_connection_remove_filterKimmo Hämäläinen2009-07-131-0/+1
* | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* | Fix issue where timeouts can overflow.Scott James Remnant2009-05-281-14/+7
* | Update documentation now that INT_MAX means no timeout.Scott James Remnant2009-05-281-6/+4
* | Allow a pending call to block foreverScott James Remnant2009-05-281-14/+48
* | Make sure a pending call timeout isn't assumed.Scott James Remnant2009-05-281-14/+29
|/
* Bug 19567 - Make marshaling code usable without DBusConnectionWilliam Lachance2009-04-211-3/+3
* Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-04-211-2/+2
* Bug 20494 - Fix signed confusion for dbus_message_get_reply_serial returnJohan Gyllenspetz2009-03-171-2/+2
* Merge branch 'dbus-1.2'Thiago Macieira2008-06-071-6/+5
|\
| * Fix inverted return value from dbus_connection_read_write()Oswald Buddenhagen2008-06-071-4/+6
* | Bug 15740: Solaris/ADT auditing support (simon zheng)Colin Walters2008-06-051-0/+34
* | Bug 15635: Hold a reference during read/write dispatch (Scott James Remnant)Colin Walters2008-05-301-0/+10
* | Bug 15571: Clean up GUID-less connections correctly (Scott James Remnant)Colin Walters2008-05-301-3/+8
|/
* Prevent a crash in some applications due to timers leaking after theThiago Macieira2008-05-171-0/+7
* modify dbus_connection_send documentationJohn (J5) Palmieri2008-04-031-6/+12
* correctly unref connections without guids during shutdownJohn (J5) Palmieri2008-02-261-13/+45
* don't check for < 0 on an unsigned variable (FDO Bug #12924)John (J5) Palmieri2008-01-151-3/+3
* fix possible crash if pending_return is NULL (FDO Bug #12673)John (J5) Palmieri2008-01-151-2/+0
* fix some curly braces that were on the wrong lineHavoc Pennington2007-12-181-4/+5
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-111-10/+4
* Add dbus_connection_try_register_object_path and dbus_connection_try_register...Simon McVittie2007-10-101-4/+121
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-07-10 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-101-3/+7
* 2007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-181-0/+45
* 2007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-181-8/+9
* 2007-06-12 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-121-1/+71
* 2007-06-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-091-24/+117
* 2006-11-14 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-11-151-57/+0
* 2006-11-14 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-11-151-1/+4
* 2006-10-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-281-1/+11
* 2006-10-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-281-5/+14
* 2006-10-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-271-4/+15
* * dbus/dbus-connection.c (_dbus_connection_open_internal): FixThiago Macieira2006-10-261-32/+21
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-32/+48
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-1/+4
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-7/+11
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-3/+6
* fix typoHavoc Pennington2006-10-211-1/+1
* 2006-10-20 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-70/+133
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-517/+518
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-41/+65
* 2006-10-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-171-12/+11
* 2006-10-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-131-2/+6