summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Complain whenever someone uses at_consoleHEADmasterLennart Poettering2009-10-171-159/+160
* desktop-file: fix stat() raceLennart Poettering2009-10-179-426/+415
* consolekit: cache ckit database fileLennart Poettering2009-10-171-9/+98
* desktop-file: implement _dbus_desktop_file_changed()Lennart Poettering2009-10-172-0/+17
* check ConsoleKit database for detecting if user is on consoleLennart Poettering2009-10-173-100/+210
* desktop-file: implement _dbus_desktop_file_get_section()Lennart Poettering2009-10-172-0/+15
* desktop-file: relax validity checks a bitLennart Poettering2009-10-171-3/+5
* Enable automake 1.11 silent mode by defaultLennart Poettering2009-10-171-41/+42
* move desktop file parser from bus/ to dbus/Lennart Poettering2009-10-178-493/+488
* dbus-monitor: get rid of SIGINT madnessLennart Poettering2009-10-171-17/+7
* 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
* Update D-Bus version number to 1.3.1Thiago Macieira2009-07-291-2/+2
* Getting ready for D-Bus 1.3Thiago Macieira2009-07-293-57/+86
* Fix the configure-check again: must use b.Thiago Macieira2009-07-251-1/+1
* Long live D-Bus 1.3.x / 1.4.x.Thiago Macieira2009-07-161-4/+4
* Fix running tests when builddir != srcdir.Thiago Macieira2009-07-161-1/+1
* 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