summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Release 1.2.16Colin Walters2009-07-141-1/+1
| * | Cope with dbus-launch not being in DBUS_BINDIRColin Walters2009-07-141-11/+19
| * | Bug 19432 - Fix handling of HAVE_CMSGCRED case (FreeBSD)Hasso Tepper2009-07-141-15/+19
| * | Bug 2432 - Support --address option for dbus-monitorDaniel Reed2009-07-142-6/+53
| * | Bug 19446 - HaikuOS supportGrzegorz Dąbrowski2009-07-142-1/+14
| * | Bug 16688 - typo in dbus-monitor.1Paul Bolle2009-07-141-1/+1
| * | Bug 22415 - COYPING file should note we allow later versions of GPLColin Walters2009-07-141-2/+3
| * | Bug 896 - Avoid race conditions reading message from exited processColin Walters2009-07-145-8/+46
| * | Bug 14259 - Refactor _dbus_get_autolaunch_addressColin Walters2009-07-141-70/+114
| * | Bug 14259 - Make session address lookup system-dependentColin Walters2009-07-144-11/+107
| * | Bug 14259 - Work around broken getgrouplist on MacOS XBenjamin Reed2009-07-141-11/+39
| * | Bug 12484 - Ensure initialized variable in dbus_connection_remove_filterKimmo Hämäläinen2009-07-141-0/+1
| * | Bug 18121 - Use a monotonic clock for pthread timeoutsColin Walters2009-07-142-3/+65
| * | Bug 22516 - Ensure inotify fd is set close on execMatthias Clasen2009-07-142-1/+5
| * | Bug 21545 - Move CFLAGS modification towards the end of configureColin Walters2009-07-141-243/+244
| * | Ensure messages are locked while marshalling.Will Thompson2009-07-141-0/+15
| * | Bug 21657 - Fix configure checks for va_list in maintainer modeChristian Persch (GNOME)2009-07-141-3/+6
| * | Bug 21161 - Update the FSF addressTobias Mueller2009-07-14193-196/+196
| * | Bug 21646 - Fix a signed char comparisonColin Walters2009-07-141-4/+7
| * | Add missing include for unistd.h in test-service.cColin Walters2009-07-141-0/+1
| * | Bug 21347 - Don't fail autolaunching if process has SIGCHLD handlerKurt Miller2009-07-141-0/+13
| * | dbus_message_append_args_valist - abandon containerScott James Remnant2009-07-141-2/+6
| * | bfo22316 - add dbus_message_iter_abandon_container()Scott James Remnant2009-07-143-2/+59
| * | Add test case for assert when unwinding a container.Scott James Remnant2009-07-141-0/+29
| * | Add tests for pending call timeoutsScott James Remnant2009-07-145-1/+173
| * | Unrestrict session bus timeout.Scott James Remnant2009-07-141-1/+0
| * | Change default reply timeout.Scott James Remnant2009-07-141-1/+1
| * | Expire list timeout may be negative for no expiry.Scott James Remnant2009-07-141-2/+2
| * | Explicitly check for zero time fields.Scott James Remnant2009-07-141-1/+2
| * | Remove 6 hour timeout restriction.Scott James Remnant2009-07-141-7/+0
| * | 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
| * | Don't allocate DBusTimeout for pending call when passed INT_MAXScott James Remnant2009-07-141-19/+24
| * | 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
* | | Cope with dbus-launch not being in DBUS_BINDIRColin Walters2009-07-141-11/+19
* | | Bug 19432 - Fix handling of HAVE_CMSGCRED case (FreeBSD)Hasso Tepper2009-07-131-15/+19
* | | Bug 2432 - Support --address option for dbus-monitorDaniel Reed2009-07-132-6/+53
* | | Bug 19446 - HaikuOS supportGrzegorz Dąbrowski2009-07-132-1/+14
* | | Bug 16688 - typo in dbus-monitor.1Paul Bolle2009-07-131-1/+1
* | | Bug 22415 - COYPING file should note we allow later versions of GPLColin Walters2009-07-131-2/+3
* | | Bug 896 - Avoid race conditions reading message from exited processColin Walters2009-07-135-8/+46
* | | Bug 14259 - Refactor _dbus_get_autolaunch_addressColin Walters2009-07-131-70/+114
* | | Bug 14259 - Make session address lookup system-dependentColin Walters2009-07-134-11/+107
* | | Bug 14259 - Work around broken getgrouplist on MacOS XBenjamin Reed2009-07-131-11/+39
* | | Bug 12484 - Ensure initialized variable in dbus_connection_remove_filterKimmo Hämäläinen2009-07-131-0/+1
* | | Bug 18121 - Use a monotonic clock for pthread timeoutsColin Walters2009-07-102-3/+65
* | | Bug 22516 - Ensure inotify fd is set close on execMatthias Clasen2009-07-102-1/+5
* | | Bug 21545 - Move CFLAGS modification towards the end of configureColin Walters2009-07-101-243/+244
* | | Ensure messages are locked while marshalling.Will Thompson2009-07-101-0/+15