do not add d suffix on non-windows (cherry picked from commit 27980491d3cac6166c30c4a...
[platform/upstream/dbus.git] / dbus /
2009-11-30 Frank Osterfeldbe more verbose when locking the mutex fails (cherry...
2009-11-30 Frank Osterfelddo not call functions with side-effects inside assert...
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-01 Will ThompsonAdd an accessor for the loader's corruption reason
2009-11-01 Will ThompsonInclude reason when reporting corrupt messages
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-16 Thiago MacieiraMerge branch 'fd-passing'
2009-07-15 Colin WaltersMerge branch 'dbus-1.2'
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 Grzegorz DąbrowskiBug 19446 - HaikuOS support
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 Will ThompsonEnsure messages are locked while marshalling.
2009-07-14 Tobias MuellerBug 21161 - Update the FSF address
2009-07-14 Colin WaltersBug 21646 - Fix a signed char comparison
2009-07-14 Kurt MillerBug 21347 - Don't fail autolaunching if process has...
2009-07-14 Scott James Remnantdbus_message_append_args_valist - abandon container
2009-07-14 Scott James Remnantbfo22316 - add dbus_message_iter_abandon_container()
2009-07-14 Scott James RemnantAdd test case for assert when unwinding a container.
2009-07-14 Scott James RemnantRemove 6 hour timeout restriction.
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 RemnantDon't allocate DBusTimeout for pending call when passed...
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-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 Grzegorz DąbrowskiBug 19446 - HaikuOS support
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-10 Will ThompsonEnsure messages are locked while marshalling.
2009-07-10 Tobias MuellerBug 21161 - Update the FSF address
2009-07-10 Colin WaltersBug 21646 - Fix a signed char comparison
2009-07-10 Kurt MillerBug 21347 - Don't fail autolaunching if process has...
2009-07-09 Scott James Remnantdbus_message_append_args_valist - abandon container
2009-07-09 Scott James Remnantbfo22316 - add dbus_message_iter_abandon_container()
2009-07-09 Scott James RemnantAdd test case for assert when unwinding a container.
2009-05-28 Scott James RemnantRemove 6 hour timeout restriction.
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 RemnantDon't allocate DBusTimeout for pending call when passed...
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 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 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 Poetteringmemset: replace memset() by _DBUS_ZERO where applicable
2009-05-20 Lennart Poetteringauth: add fd passing negotiation support
2009-05-20 Lennart Poetteringcloexec: set all sockets that are created with SOCK_CLOEXEC
2009-05-20 Lennart Poetteringcloexec: make use of pipe2(O_CLOEXEC) when available
2009-05-20 Lennart Poetteringbuild-system: define _GNU_SOURCE centrally
2009-05-20 Lennart Poetteringcloexec: set FD_CLOEXEC for all full duplex pipes
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-20 Lennart Poetteringunix-fd: add message encoding/decoding for unix fds
2009-05-19 Lennart Poetteringunix-fd: add basic marshalling code for unix fds
2009-05-19 Lennart Poetteringunix-fd: introduce basic protocol definitions
2009-05-19 Lennart Poetteringsysdeps-unix: add basic IO primitives for unix fd passing
2009-05-19 Lennart Poetteringsysdeps-unix: introduce _dbus_socket_can_pass_unix_fd()
2009-05-19 Lennart Poetteringsysdeps-unix: introduce _dbus_dup()
2009-05-15 Lennart Poetteringsysdeps-unix: if MSG_NOSIGNAL is available don't touch...
2009-05-15 Lennart Poetteringsysdeps-unix: Use MSG_NOSIGNAL when available
2009-05-15 Lennart Poetteringmemory: remove semicolons from macros
2009-05-15 Lennart Poetteringbuild-system: get rid of config.h inclusion checks
2009-05-13 Thiago MacieiraMerge branch 'dbus-1.2'
2009-05-13 Thiago MacieiraMerge branch 'dbus-1.2'
2009-05-06 Federico Mena Quinterobfo20738 - Return a useful error message from dbus_sign...
2009-05-06 Federico Mena Quinterobfo20738 - Translate DBusValidity into error message
2009-05-06 William LachanceBug 19567 - Make marshaling code usable without DBusCon...
2009-05-06 Colin WaltersFollowup Bug 19502 - Don't attempt to init va_list...
2009-05-06 Kjartan MaraasBug 19502 - Sparse warning cleanups
2009-05-06 Johan GyllenspetzBug 20494 - Fix signed confusion for dbus_message_get_r...
2009-05-06 Colin WaltersBug 20137 - Fix alignment usage when demarshaling basics
2009-05-06 Colin WaltersBug 17803 - Fix both test case and validation logic
2009-04-28 Thiago MacieiraMerge branch 'dbus-1.2'
2009-04-21 Federico Mena Quinterobfo20738 - Return a useful error message from dbus_sign...
next