platform/upstream/dbus.git
2009-11-05 Will ThompsonMerge branch 'monitor-ay-output'
2009-11-04 Will ThompsonPrint all-printable-ASCII byte arrays as strings
2009-11-04 Will ThompsonPrint byte arrays as nicely-formatted hex.
2009-11-01 Will ThompsonAdd an accessor for the loader's corruption reason
2009-11-01 Will ThompsonInclude reason when reporting corrupt messages
2009-11-01 Will ThompsonForbid zero serial numbers
2009-11-01 Will ThompsonMake array-printing code easier to follow
2009-10-01 James WestbyCorrect timeout handling
2009-07-29 Benjamin ReedFix compilation on non-Linux: the F_DUPFD_CLOEXEC check...
2009-07-29 Benjamin Reedmissing HAVE_UNIX_FD_PASSING check
2009-07-29 Thiago MacieiraUpdate D-Bus version number to 1.3.1
2009-07-29 Thiago MacieiraGetting ready for D-Bus 1.3 dbus-1.3.0
2009-07-25 Thiago MacieiraFix the configure-check again: must use b.
2009-07-16 Thiago MacieiraLong live D-Bus 1.3.x / 1.4.x.
2009-07-16 Thiago MacieiraFix running tests when builddir != srcdir.
2009-07-16 Thiago MacieiraMerge branch 'fd-passing'
2009-07-16 Thiago MacieiraFix detection of the GCC __sync intrinsics.
2009-07-15 Colin WaltersMerge branch 'dbus-1.2'
2009-07-15 Brian CameronBug 22788 - Fix detection of getpwnam_r on Solaris
2009-07-14 Thiago MacieiraUpdate the HACKING file to contain instructions on...
2009-07-14 Colin WaltersRelease 1.2.16 dbus-1.2.16
2009-07-14 Colin WaltersCope with dbus-launch not being in DBUS_BINDIR
2009-07-14 Hasso TepperBug 19432 - Fix handling of HAVE_CMSGCRED case (FreeBSD)
2009-07-14 Daniel ReedBug 2432 - Support --address option for dbus-monitor
2009-07-14 Grzegorz DąbrowskiBug 19446 - HaikuOS support
2009-07-14 Paul BolleBug 16688 - typo in dbus-monitor.1
2009-07-14 Colin WaltersBug 22415 - COYPING file should note we allow later...
2009-07-14 Colin WaltersBug 896 - Avoid race conditions reading message from...
2009-07-14 Colin WaltersBug 14259 - Refactor _dbus_get_autolaunch_address
2009-07-14 Colin WaltersBug 14259 - Make session address lookup system-dependent
2009-07-14 Benjamin ReedBug 14259 - Work around broken getgrouplist on MacOS X
2009-07-14 Kimmo HämäläinenBug 12484 - Ensure initialized variable in dbus_connect...
2009-07-14 Colin WaltersBug 18121 - Use a monotonic clock for pthread timeouts
2009-07-14 Matthias ClasenBug 22516 - Ensure inotify fd is set close on exec
2009-07-14 Colin WaltersBug 21545 - Move CFLAGS modification towards the end...
2009-07-14 Will ThompsonEnsure messages are locked while marshalling.
2009-07-14 Christian Persch... Bug 21657 - Fix configure checks for va_list in maintai...
2009-07-14 Tobias MuellerBug 21161 - Update the FSF address
2009-07-14 Colin WaltersBug 21646 - Fix a signed char comparison
2009-07-14 Colin WaltersAdd missing include for unistd.h in test-service.c
2009-07-14 Kurt MillerBug 21347 - Don't fail autolaunching if process has...
2009-07-14 Scott James... dbus_message_append_args_valist - abandon container
2009-07-14 Scott James... bfo22316 - add dbus_message_iter_abandon_container()
2009-07-14 Scott James... Add test case for assert when unwinding a container.
2009-07-14 Scott James... Add tests for pending call timeouts
2009-07-14 Scott James... Unrestrict session bus timeout.
2009-07-14 Scott James... Change default reply timeout.
2009-07-14 Scott James... Expire list timeout may be negative for no expiry.
2009-07-14 Scott James... Explicitly check for zero time fields.
2009-07-14 Scott James... Remove 6 hour timeout restriction.
2009-07-14 Scott James... Fix issue where timeouts can overflow.
2009-07-14 Scott James... Update documentation now that INT_MAX means no timeout.
2009-07-14 Scott James... Don't allocate DBusTimeout for pending call when passed...
2009-07-14 Scott James... Allow a pending call to block forever
2009-07-14 Scott James... Make sure a pending call timeout isn't assumed.
2009-07-14 Colin WaltersCope with dbus-launch not being in DBUS_BINDIR
2009-07-13 Hasso TepperBug 19432 - Fix handling of HAVE_CMSGCRED case (FreeBSD)
2009-07-13 Daniel ReedBug 2432 - Support --address option for dbus-monitor
2009-07-13 Grzegorz DąbrowskiBug 19446 - HaikuOS support
2009-07-13 Paul BolleBug 16688 - typo in dbus-monitor.1
2009-07-13 Colin WaltersBug 22415 - COYPING file should note we allow later...
2009-07-13 Colin WaltersBug 896 - Avoid race conditions reading message from...
2009-07-13 Colin WaltersBug 14259 - Refactor _dbus_get_autolaunch_address
2009-07-13 Colin WaltersBug 14259 - Make session address lookup system-dependent
2009-07-13 Benjamin ReedBug 14259 - Work around broken getgrouplist on MacOS X
2009-07-13 Kimmo HämäläinenBug 12484 - Ensure initialized variable in dbus_connect...
2009-07-11 Colin WaltersBug 18121 - Use a monotonic clock for pthread timeouts
2009-07-11 Matthias ClasenBug 22516 - Ensure inotify fd is set close on exec
2009-07-11 Colin WaltersBug 21545 - Move CFLAGS modification towards the end...
2009-07-10 Will ThompsonEnsure messages are locked while marshalling.
2009-07-10 Christian Persch... Bug 21657 - Fix configure checks for va_list in maintai...
2009-07-10 Tobias MuellerBug 21161 - Update the FSF address
2009-07-10 Colin WaltersBug 21646 - Fix a signed char comparison
2009-07-10 Colin WaltersAdd missing include for unistd.h in test-service.c
2009-07-10 Kurt MillerBug 21347 - Don't fail autolaunching if process has...
2009-07-09 Scott James... dbus_message_append_args_valist - abandon container
2009-07-09 Scott James... bfo22316 - add dbus_message_iter_abandon_container()
2009-07-09 Scott James... Add test case for assert when unwinding a container.
2009-07-09 Scott James... Bump configure.in for GIT
2009-05-28 Scott James... Add tests for pending call timeouts
2009-05-28 Scott James... Unrestrict session bus timeout.
2009-05-28 Scott James... Change default reply timeout.
2009-05-28 Scott James... Expire list timeout may be negative for no expiry.
2009-05-28 Scott James... Explicitly check for zero time fields.
2009-05-28 Scott James... Remove 6 hour timeout restriction.
2009-05-28 Scott James... Fix issue where timeouts can overflow.
2009-05-28 Scott James... Update documentation now that INT_MAX means no timeout.
2009-05-28 Scott James... Don't allocate DBusTimeout for pending call when passed...
2009-05-28 Scott James... Allow a pending call to block forever
2009-05-28 Scott James... Make sure a pending call timeout isn't assumed.
2009-05-20 Lennart Poetteringbus: don't forward messages with unix fds on connection...
2009-05-20 Lennart Poetteringdoxygen: document that we don't support reading/writing...
2009-05-20 Lennart Poetteringdoc: document Unix FD passing in the specification
2009-05-20 Lennart Poetteringbus: make use of new unix fd limits
2009-05-20 Lennart Poetteringunix-fd: add logic to count unix fds the same way as...
2009-05-20 Lennart Poetteringbyteswap: make use of glibc specific bytswap primitives
2009-05-20 Lennart Poetteringatomic: implement atomic operations based on gcc's...
2009-05-20 Lennart Poetteringgit: enable whitespace checking commit hook during...
2009-05-20 Lennart Poetteringmemset: replace memset() by _DBUS_ZERO where applicable
2009-05-20 Lennart Poetteringauth: add fd passing negotiation support
next