summaryrefslogtreecommitdiff
path: root/dbus/dbus-connection.c
Commit message (Expand)AuthorAgeFilesLines
* dbus_connection_can_send_type: clarify that invalid codes are allowed hereSimon McVittie2011-05-031-1/+1
* Revert merge of master (dbus-1.5) into dbus-1.4Simon McVittie2011-03-141-2/+1
* Make dbus_type_is_valid into public APISimon McVittie2011-03-101-1/+2
* connection: correct HAVE_DECL_MSG_NOSIGNAL guardWill Thompson2011-01-051-1/+1
* Only use signature directly inside _dbus_verboseChristian Dywan2010-10-051-4/+1
* Always get current time in _dbus_connection_block_pending_callChristian Dywan2010-10-051-1/+1
* Fix the reentrancy issue reported on bug 17754.Thiago Macieira2010-07-011-96/+110
* Revert "Bug 17754 - Fixed race condition in protected_change_timeout."Thiago Macieira2010-06-221-7/+1
* Use dbus provided wait function.Ralf Habacker2010-06-121-1/+1
* Bug 17754 - Fixed race condition in protected_change_timeout.Plácido Revilla2010-06-111-1/+7
* Corrected thread problem causing some calls to hang for 25sJohannes Carlsson2010-06-091-2/+58
* Cleaned up _dbus_verbose calls: function names and code line numbers are prin...Ralf Habacker2010-03-271-50/+47
* Merge branch 'dbus-1.2'Colin Walters2010-03-221-1/+1
|\
| * Add DBUS_INT64_MODIFIER define, turn on -WformatColin Walters2010-03-221-1/+1
* | Merge branch 'dbus-1.2'Colin Walters2010-03-161-1/+8
|\ \ | |/
| * [DBusConnection] When handling a watch, return if another thread is doing I/OMichael Meeks2010-03-121-1/+8
| * Correct timeout handlingJames Westby2010-01-281-8/+6
| * Bug 12484 - Ensure initialized variable in dbus_connection_remove_filterKimmo Hämäläinen2009-07-141-0/+1
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
| * Fix issue where timeouts can overflow.Scott James Remnant2009-07-141-14/+7
| * Update documentation now that INT_MAX means no timeout.Scott James Remnant2009-07-141-6/+4
| * Allow a pending call to block foreverScott James Remnant2009-07-141-14/+48
| * Make sure a pending call timeout isn't assumed.Scott James Remnant2009-07-141-14/+29
| * Bug 19567 - Make marshaling code usable without DBusConnectionWilliam Lachance2009-05-061-3/+3
| * Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-05-061-2/+2
| * Bug 20494 - Fix signed confusion for dbus_message_get_reply_serial returnJohan Gyllenspetz2009-05-061-2/+2
* | dbus/dbus-connection.c: use dbus_message_type_to_string instead of printing t...Tor Lillqvist2009-11-301-16/+16
* | remove an assert for windows only - don't know why this was added... (cherry ...Christian Ehrlicher2009-11-291-4/+1
* | 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