]> git.ipfire.org Git - thirdparty/dbus.git/shortlog
thirdparty/dbus.git
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
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: add test for passing unix fds
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-13  Marc Mutzconfigure.in: fail abstract socket test gracefully...
2009-05-13  Marc Mutzconfigure.in: not all gccs support -Wno-pointer-sign
2009-05-06  Colin WaltersRelease 1.2.14 dbus-1.2.14
2009-05-06  Eamon Walshlibselinux behavior in permissive mode wrt invalid...
2009-05-06  Federico Mena... bfo20738 - Return a useful error message from dbus_sign...
2009-05-06  Federico Mena... bfo20738 - 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  Eamon Walshdbus-launch: use InputOnly X window
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 WaltersAlways append closing quote in log command
2009-05-06  Colin WaltersBug 17803 - Fix both test case and validation logic
2009-04-28  Thiago MacieiraMerge branch 'dbus-1.2'
2009-04-28  Marc Mutzconfigure.in: fix help string alignment
2009-04-22  Eamon Walshlibselinux behavior in permissive mode wrt invalid...
2009-04-21  Federico Mena... bfo20738 - Return a useful error message from dbus_sign...
2009-04-21  Federico Mena... bfo20738 - Translate DBusValidity into error message
2009-04-21  William LachanceBug 19567 - Make marshaling code usable without DBusCon...
2009-04-21  Colin WaltersFollowup Bug 19502 - Don't attempt to init va_list...
next