summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare version 1.4.16dbus-1.4.16Simon McVittie2011-09-213-9/+8
* NEWSSimon McVittie2011-09-211-0/+3
* update_desktop_file_entry: initialize return value properly, and actually ret...Simon McVittie2011-09-211-1/+2
* update_desktop_file_entry: if the service name already existed, set errorSimon McVittie2011-09-211-1/+4
* update_desktop_file_entry: don't leak file_path on one particular OOMSimon McVittie2011-09-211-2/+1
* NEWSSimon McVittie2011-09-211-0/+16
* If --enable-tests=yes, require Python modules for complete test coverageSimon McVittie2011-09-211-1/+8
* Only ask pkg-config for the systemd unit directory if both are installedSimon McVittie2011-09-211-1/+6
* Give better diagnostics if --enable-tests=yes is givenSimon McVittie2011-09-211-3/+12
* Check for Python; skip Python tests if not foundSimon McVittie2011-09-214-4/+16
* Cope with platforms whose vsnprintf violates both POSIX and C99Simon McVittie2011-09-211-3/+49
* Add a semi-automatic test for _dbus_system_logSimon McVittie2011-09-212-0/+105
* Cope with Unixes that don't have LOG_PERROR, like Solaris 10Simon McVittie2011-09-212-1/+24
* Make "make -C test clean" idempotentSimon McVittie2011-09-211-1/+3
* On Solaris, define CMSG_ALIGN, CMSG_LEN, CMSG_SPACE if undefinedSimon McVittie2011-09-211-0/+32
* Fix maintainer-upload-docs target to work out-of-treeSimon McVittie2011-09-211-14/+25
* cmake fix: install version stringRalf Habacker2011-09-201-0/+11
* Don't build any of the reload-pipe code on non-UnixSimon McVittie2011-08-261-2/+5
* NEWSSimon McVittie2011-08-241-0/+2
* Add missing inclusion of inttypes.hSimon McVittie2011-08-241-0/+4
* Fix compilation of (no-op) alignment assertions on non-gccSimon McVittie2011-08-151-1/+4
* NEWSSimon McVittie2011-08-151-1/+4
* Install diagrams in htmldirChris Mayo2011-08-151-7/+7
* Fix compilation on MSVC, which doesn't understand "inline" with its C99 meaning.Ralf Habacker2011-08-133-13/+3
* NEWSSimon McVittie2011-08-121-0/+1
* Fix compiler warnings when cross-compiling dbus-daemon test for mingw32Simon McVittie2011-08-121-2/+3
* NEWS for 1.4.xSimon McVittie2011-08-111-0/+13
* dbus-marshal-basic: assert that the size and (on gcc) alignment of all types ...Simon McVittie2011-08-111-0/+33
* Add _DBUS_STATIC_ASSERT (based on GLib's G_STATIC_ASSERT) and use itSimon McVittie2011-08-114-0/+12
* capng: Drop supplemental groups when switching to daemon userSteve Grubb2011-08-111-1/+1
* autogen.sh: Don't run configure if NOCONFIGURE is setColin Walters2011-08-111-3/+7
* Clean up cygwin readmeRalf Habacker2011-08-061-3/+0
* Reduce duplicates from authors listRalf Habacker2011-08-061-0/+10
* Clean author listRalf Habacker2011-08-051-4/+0
* Win32 compile fix.Ralf Habacker2011-08-052-1/+12
* NEWSSimon McVittie2011-08-051-0/+11
* Add a regression test for fd.o #38005Simon McVittie2011-08-052-0/+618
* relay test: don't leak the server's addressSimon McVittie2011-08-051-4/+8
* _dbus_server_new_for_domain_socket: don't try to unlink abstract socketsSimon McVittie2011-08-051-5/+13
* bus signal_handler: call _exit in the unlikely event that the pipe is full or...Simon McVittie2011-08-051-2/+8
* bus signal_handler: comment why it's OK if the reload pipe gets fullSimon McVittie2011-08-051-0/+13
* bus signal_handler: don't pretend to be portable away from UnixSimon McVittie2011-08-051-0/+8
* Conditionalize inclusion of unistd.hSimon McVittie2011-08-051-0/+2
* Handle SIGTERM again, to avoid leaving /tmp/dbus-XXX sockets on SolarisBrian Cameron2011-08-051-11/+73
* cmake: always enable GNU and recent-POSIX extensions, like autoconf doesSimon McVittie2011-08-051-0/+3
* micro versionSimon McVittie2011-07-291-1/+1
* 1.4.14dbus-1.4.14Simon McVittie2011-07-292-2/+4
* NEWSSimon McVittie2011-07-291-2/+8
* Implement _dbus_atomic_get directly, rather than via inc + decSimon McVittie2011-07-293-24/+38
* sysdeps-unix: remove some redundant assignmentsLennart Poettering2011-07-281-4/+0