platform/upstream/dbus.git
2009-11-30 Christian Ehrlichermerge changes done to the cmake-buildsystem from the...
2009-11-30 Christian Ehrlicherfix deadlock when dbus-daemon could not start up
2009-11-30 Christian Ehrlicherall changes for dbus-1.2 API (cherry picked from commit...
2009-11-30 Christian Ehrlicherpatch from Thorvald Natvig to fix a copy+paste error...
2009-11-30 Peter Kümmelno fake lock under Windows (cherry picked from commit...
2009-11-30 Christian Ehrlicheruse dbus_watch_get_socket in dbus_watch_get_unix_fd...
2009-11-29 Christian Ehrlicherremove an assert for windows only - don't know why...
2009-11-29 Ralf Habackerhide console when autostarting dbus-daemon (cherry...
2009-11-29 Marc Mutzdbus/dbus-sysdeps-win.c: fix linking with mingw32
2009-11-29 Christian EhrlicherInclude <stdlib.h> for envion on Windows (cherry picked...
2009-11-29 Christian Ehrlichermsvc 8 compile++ and removed some stupid casts (cherry...
2009-11-29 Christian Ehrlichermingw compile++ , w2k-support++
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...
next