Make dbus_type_is_valid into public API
[platform/upstream/dbus.git] / dbus / dbus-connection.c
2011-03-10 Simon McVittieMake dbus_type_is_valid into public API
2011-01-05 Will Thompsonconnection: correct HAVE_DECL_MSG_NOSIGNAL guard
2010-10-26 Will ThompsonMerge branch 'documentation-build-system'
2010-10-05 Christian DywanOnly use signature directly inside _dbus_verbose
2010-10-05 Christian DywanAlways get current time in _dbus_connection_block_pendi...
2010-09-03 Colin WaltersMerge branch 'dbus-1.2'
2010-07-01 Thiago MacieiraFix the reentrancy issue reported on bug 17754.
2010-06-22 Will ThompsonMerge branch 'dbus-1.2'
2010-06-22 Thiago MacieiraRevert "Bug 17754 - Fixed race condition in protected_c...
2010-06-12 Ralf HabackerUse dbus provided wait function.
2010-06-11 Plácido RevillaBug 17754 - Fixed race condition in protected_change_ti...
2010-06-11 Johannes CarlssonCorrected thread problem causing some calls to hang...
2010-06-09 Johannes CarlssonCorrected thread problem causing some calls to hang...
2010-05-21 Will ThompsonMerge branch 'dbus-1.2'
2010-04-13 Ralf HabackerMerge branch 'master' of ssh://git.freedesktop.org...
2010-03-27 Ralf HabackerCleaned up _dbus_verbose calls: function names and...
2010-03-22 Colin WaltersMerge branch 'dbus-1.2'
2010-03-22 Colin WaltersAdd DBUS_INT64_MODIFIER define, turn on -Wformat
2010-03-16 Colin WaltersMerge branch 'dbus-1.2'
2010-03-16 Colin WaltersMerge branch 'dbus-1.2'
2010-03-12 Michael Meeks[DBusConnection] When handling a watch, return if anoth...
2010-02-22 Colin WaltersMerge branch 'dbus-1.2'
2010-02-02 Colin WaltersMerge branch 'my-dbus-1.2'
2010-02-01 Colin WaltersMerge branch 'my-dbus-1.2'
2010-01-28 Colin WaltersMerge branch 'my-dbus-1.2'
2010-01-28 James WestbyCorrect timeout handling
2009-11-30 Tor Lillqvistdbus/dbus-connection.c: use dbus_message_type_to_string...
2009-11-29 Christian Ehrlicherremove an assert for windows only - don't know why...
2009-10-01 James WestbyCorrect timeout handling
2009-07-16 Thiago MacieiraMerge branch 'fd-passing'
2009-07-14 Kimmo HämäläinenBug 12484 - Ensure initialized variable in dbus_connect...
2009-07-14 Tobias MuellerBug 21161 - Update the FSF address
2009-07-14 Scott James RemnantFix issue where timeouts can overflow.
2009-07-14 Scott James RemnantUpdate documentation now that INT_MAX means no timeout.
2009-07-14 Scott James RemnantAllow a pending call to block forever
2009-07-14 Scott James RemnantMake sure a pending call timeout isn't assumed.
2009-07-13 Kimmo HämäläinenBug 12484 - Ensure initialized variable in dbus_connect...
2009-07-10 Tobias MuellerBug 21161 - Update the FSF address
2009-05-28 Scott James RemnantFix issue where timeouts can overflow.
2009-05-28 Scott James RemnantUpdate documentation now that INT_MAX means no timeout.
2009-05-28 Scott James RemnantAllow a pending call to block forever
2009-05-28 Scott James RemnantMake sure a pending call timeout isn't assumed.
2009-05-20 Lennart Poetteringunix-fd: add logic to count unix fds the same way as...
2009-05-20 Lennart Poetteringunix-fd: when sending a message with unix fds verify...
2009-05-20 Lennart Poetteringunix-fd: introduce dbus_connection_can_send_type()
2009-05-15 Lennart Poetteringsysdeps-unix: if MSG_NOSIGNAL is available don't touch...
2009-05-06 William LachanceBug 19567 - Make marshaling code usable without DBusCon...
2009-05-06 Kjartan MaraasBug 19502 - Sparse warning cleanups
2009-05-06 Johan GyllenspetzBug 20494 - Fix signed confusion for dbus_message_get_r...
2009-04-28 Thiago MacieiraMerge branch 'dbus-1.2'
2009-04-21 William LachanceBug 19567 - Make marshaling code usable without DBusCon...
2009-04-21 Kjartan MaraasBug 19502 - Sparse warning cleanups
2009-04-21 Thiago MacieiraMerge branch 'dbus-1.2'
2009-03-17 Johan GyllenspetzBug 20494 - Fix signed confusion for dbus_message_get_r...
2008-06-07 Thiago MacieiraMerge branch 'dbus-1.2'
2008-06-07 Oswald BuddenhagenFix inverted return value from dbus_connection_read_write()
2008-06-05 Colin WaltersBug 15740: Solaris/ADT auditing support (simon zheng)
2008-05-31 Colin WaltersBug 15635: Hold a reference during read/write dispatch...
2008-05-31 Colin WaltersBug 15571: Clean up GUID-less connections correctly...
2008-05-17 Thiago MacieiraMerge branch 'dbus-1.2'
2008-05-17 Thiago MacieiraPrevent a crash in some applications due to timers...
2008-04-03 John (J5) Palmierimodify dbus_connection_send documentation
2008-02-26 John (J5) Palmiericorrectly unref connections without guids during shutdown
2008-01-15 John (J5) Palmieridon't check for < 0 on an unsigned variable (FDO Bug...
2008-01-15 John (J5) Palmierifix possible crash if pending_return is NULL (FDO Bug...
2007-12-18 Havoc Penningtonfix some curly braces that were on the wrong line
2007-10-11 Simon McVittieUse DBUS_ERROR_INIT instead of dbus_error_init wherever...
2007-10-10 Simon McVittieMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-10 Simon McVittieAdd dbus_connection_try_register_object_path and dbus_c...
2007-07-14 Havoc Pennington2007-07-13 Havoc Pennington <hp@redhat.com>
2007-07-10 Havoc Pennington2007-07-10 Havoc Pennington <hp@redhat.com>
2007-06-18 Havoc Pennington2007-06-18 Havoc Pennington <hp@redhat.com>
2007-06-18 Havoc Pennington2007-06-18 Havoc Pennington <hp@redhat.com>
2007-06-12 Havoc Pennington2007-06-12 Havoc Pennington <hp@redhat.com>
2007-06-09 Havoc Pennington2007-06-09 Havoc Pennington <hp@redhat.com>
2006-11-15 Havoc Pennington2006-11-14 Havoc Pennington <hp@redhat.com>
2006-11-15 Havoc Pennington2006-11-14 Havoc Pennington <hp@redhat.com>
2006-10-28 Havoc Pennington2006-10-27 Havoc Pennington <hp@redhat.com>
2006-10-28 Havoc Pennington2006-10-27 Havoc Pennington <hp@redhat.com>
2006-10-27 Havoc Pennington2006-10-26 Havoc Pennington <hp@redhat.com>
2006-10-26 Thiago Macieira * dbus/dbus-connection.c (_dbus_connection_open_intern...
2006-10-21 Havoc Pennington2006-10-21 Havoc Pennington <hp@redhat.com>
2006-10-21 Havoc Pennington2006-10-21 Havoc Pennington <hp@redhat.com>
2006-10-21 Havoc Pennington2006-10-21 Havoc Pennington <hp@redhat.com>
2006-10-21 Havoc Pennington2006-10-21 Havoc Pennington <hp@redhat.com>
2006-10-21 Havoc Penningtonfix typo
2006-10-20 Havoc Pennington2006-10-20 Havoc Pennington <hp@redhat.com>
2006-10-20 Havoc Pennington2006-10-19 Havoc Pennington <hp@redhat.com>
2006-10-20 Havoc Pennington2006-10-19 Havoc Pennington <hp@redhat.com>
2006-10-17 Havoc Pennington2006-10-17 Havoc Pennington <hp@redhat.com>
2006-10-13 Havoc Pennington2006-10-13 Havoc Pennington <hp@redhat.com>
2006-10-01 Havoc Pennington2006-10-01 Havoc Pennington <hp@redhat.com>
2006-10-01 Havoc Pennington2006-10-01 Havoc Pennington <hp@redhat.com>
2006-10-01 Havoc Pennington2006-10-01 Havoc Pennington <hp@redhat.com>
2006-10-01 Havoc Pennington2006-09-30 Havoc Pennington <hp@redhat.com>
2006-09-30 Thiago Macieira * configure.in: add DBUS_BINDIR as a #define to C...
2006-09-16 Havoc Pennington2006-09-16 Havoc Pennington <hp@redhat.com>
2006-09-16 Havoc Penningtonvoc Pennington <hp@redhat.com>
2006-09-11 John (J5) Palmieri* remove a bunch of todo items from the 1.0 list
2006-09-08 John (J5) Palmieri* bus/test-main.c (main): Initialize threading during...
next