summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* move desktop file parser from bus/ to dbus/Lennart Poettering2009-10-173-8/+858
* Correct timeout handlingJames Westby2009-10-011-8/+6
* Fix compilation on non-Linux: the F_DUPFD_CLOEXEC check was reversedBenjamin Reed2009-07-291-1/+1
* missing HAVE_UNIX_FD_PASSING checkBenjamin Reed2009-07-291-0/+4
* Merge branch 'fd-passing'Thiago Macieira2009-07-1641-296/+1980
|\
| * bus: don't forward messages with unix fds on connections that don't support itLennart Poettering2009-05-213-1/+16
| * doxygen: document that we don't support reading/writing arrays of unix fds in...Lennart Poettering2009-05-201-32/+61
| * unix-fd: add logic to count unix fds the same way as allocated memoryLennart Poettering2009-05-2011-107/+353
| * byteswap: make use of glibc specific bytswap primitivesLennart Poettering2009-05-201-0/+18
| * atomic: implement atomic operations based on gcc's __sync extensionLennart Poettering2009-05-203-26/+14
| * memset: replace memset() by _DBUS_ZERO where applicableLennart Poettering2009-05-204-8/+8
| * auth: add fd passing negotiation supportLennart Poettering2009-05-205-31/+165
| * cloexec: set all sockets that are created with SOCK_CLOEXECLennart Poettering2009-05-205-16/+58
| * cloexec: make use of pipe2(O_CLOEXEC) when availableLennart Poettering2009-05-201-5/+29
| * build-system: define _GNU_SOURCE centrallyLennart Poettering2009-05-201-1/+1
| * cloexec: set FD_CLOEXEC for all full duplex pipesLennart Poettering2009-05-203-9/+26
| * unix-fd: when sending a message with unix fds verify that the connection can ...Lennart Poettering2009-05-201-7/+69
| * unix-fd: introduce dbus_connection_can_send_type()Lennart Poettering2009-05-202-2/+50
| * unix-fd: add message encoding/decoding for unix fdsLennart Poettering2009-05-209-43/+680
| * unix-fd: add basic marshalling code for unix fdsLennart Poettering2009-05-206-2/+25
| * unix-fd: introduce basic protocol definitionsLennart Poettering2009-05-201-1/+22
| * sysdeps-unix: add basic IO primitives for unix fd passingLennart Poettering2009-05-202-1/+258
| * sysdeps-unix: introduce _dbus_socket_can_pass_unix_fd()Lennart Poettering2009-05-202-0/+34
| * sysdeps-unix: introduce _dbus_dup()Lennart Poettering2009-05-202-1/+45
| * sysdeps-unix: if MSG_NOSIGNAL is available don't touch SIGPIPE by defaultLennart Poettering2009-05-151-0/+4
| * sysdeps-unix: Use MSG_NOSIGNAL when availableLennart Poettering2009-05-151-0/+61
| * memory: remove semicolons from macrosLennart Poettering2009-05-151-2/+2
| * build-system: get rid of config.h inclusion checksLennart Poettering2009-05-155-20/+0
* | 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 19446 - HaikuOS supportGrzegorz Dąbrowski2009-07-131-0/+13
* | 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-101-2/+41
* | Ensure messages are locked while marshalling.Will Thompson2009-07-101-0/+15
* | Bug 21161 - Update the FSF addressTobias Mueller2009-07-10129-131/+131
* | Bug 21646 - Fix a signed char comparisonColin Walters2009-07-101-4/+7
* | Bug 21347 - Don't fail autolaunching if process has SIGCHLD handlerKurt Miller2009-07-101-0/+13
* | dbus_message_append_args_valist - abandon containerScott James Remnant2009-07-091-2/+6
* | bfo22316 - add dbus_message_iter_abandon_container()Scott James Remnant2009-07-093-2/+59
* | Add test case for assert when unwinding a container.Scott James Remnant2009-07-091-0/+29
* | Remove 6 hour timeout restriction.Scott James Remnant2009-05-281-7/+0
* | Fix issue where timeouts can overflow.Scott James Remnant2009-05-281-14/+7
* | Update documentation now that INT_MAX means no timeout.Scott James Remnant2009-05-281-6/+4
* | Don't allocate DBusTimeout for pending call when passed INT_MAXScott James Remnant2009-05-281-19/+24
* | Allow a pending call to block foreverScott James Remnant2009-05-281-14/+48
* | Make sure a pending call timeout isn't assumed.Scott James Remnant2009-05-281-14/+29
|/