summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fd-passing'Thiago Macieira2009-07-1655-354/+2375
|\
| * Fix detection of the GCC __sync intrinsics.Thiago Macieira2009-07-161-1/+1
| * bus: don't forward messages with unix fds on connections that don't support itLennart Poettering2009-05-214-1/+30
| * doxygen: document that we don't support reading/writing arrays of unix fds in...Lennart Poettering2009-05-201-32/+61
| * doc: document Unix FD passing in the specificationLennart Poettering2009-05-201-16/+125
| * bus: make use of new unix fd limitsLennart Poettering2009-05-205-2/+46
| * 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-202-0/+20
| * atomic: implement atomic operations based on gcc's __sync extensionLennart Poettering2009-05-204-60/+30
| * git: enable whitespace checking commit hook during in autogen.shLennart Poettering2009-05-201-0/+6
| * memset: replace memset() by _DBUS_ZERO where applicableLennart Poettering2009-05-205-9/+9
| * auth: add fd passing negotiation supportLennart Poettering2009-05-206-31/+170
| * cloexec: set all sockets that are created with SOCK_CLOEXECLennart Poettering2009-05-206-17/+59
| * cloexec: make use of pipe2(O_CLOEXEC) when availableLennart Poettering2009-05-202-5/+31
| * build-system: define _GNU_SOURCE centrallyLennart Poettering2009-05-203-2/+2
| * cloexec: set FD_CLOEXEC for all full duplex pipesLennart Poettering2009-05-204-12/+26
| * unix-fd: add test for passing unix fdsLennart Poettering2009-05-203-1/+164
| * 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-203-1/+268
| * 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-152-0/+7
| * 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
* | Merge branch 'dbus-1.2'Colin Walters2009-07-152-7/+100
|\ \
| * | Bug 22788 - Fix detection of getpwnam_r on SolarisBrian Cameron2009-07-151-7/+7
| * | Update the HACKING file to contain instructions on how we develop with GitThiago Macieira2009-07-141-6/+92
| * | Release 1.2.16Colin Walters2009-07-141-1/+1
| * | 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-141-15/+19
| * | Bug 2432 - Support --address option for dbus-monitorDaniel Reed2009-07-142-6/+53
| * | Bug 19446 - HaikuOS supportGrzegorz Dąbrowski2009-07-142-1/+14
| * | Bug 16688 - typo in dbus-monitor.1Paul Bolle2009-07-141-1/+1
| * | Bug 22415 - COYPING file should note we allow later versions of GPLColin Walters2009-07-141-2/+3
| * | Bug 896 - Avoid race conditions reading message from exited processColin Walters2009-07-145-8/+46
| * | Bug 14259 - Refactor _dbus_get_autolaunch_addressColin Walters2009-07-141-70/+114
| * | Bug 14259 - Make session address lookup system-dependentColin Walters2009-07-144-11/+107
| * | Bug 14259 - Work around broken getgrouplist on MacOS XBenjamin Reed2009-07-141-11/+39
| * | Bug 12484 - Ensure initialized variable in dbus_connection_remove_filterKimmo Hämäläinen2009-07-141-0/+1
| * | Bug 18121 - Use a monotonic clock for pthread timeoutsColin Walters2009-07-142-3/+65
| * | Bug 22516 - Ensure inotify fd is set close on execMatthias Clasen2009-07-142-1/+5
| * | Bug 21545 - Move CFLAGS modification towards the end of configureColin Walters2009-07-141-243/+244
| * | Ensure messages are locked while marshalling.Will Thompson2009-07-141-0/+15
| * | Bug 21657 - Fix configure checks for va_list in maintainer modeChristian Persch (GNOME)2009-07-141-3/+6
| * | Bug 21161 - Update the FSF addressTobias Mueller2009-07-14193-196/+196