summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.10.10dbus-1.10.10Simon McVittie2016-08-152-3/+5
* Add a regression test for dbus-launch in X11Simon McVittie2016-08-123-0/+260
* test-dbus-daemon-fork: exercise closed stdin, stdout, stderrSimon McVittie2016-08-121-1/+39
* test: expand dbus-launch-eval test to cover stdin being closedSimon McVittie2016-08-121-1/+40
* Add a simple test for dbus-daemon --forkSimon McVittie2016-08-122-0/+73
* test: add a regression test for eval "$(dbus-launch --sh-syntax)"Simon McVittie2016-08-122-4/+93
* dbus-daemon, dbus-launch: cope with callers having closed standard fdsSimon McVittie2016-08-122-2/+42
* _dbus_ensure_standard_fds: new function to ensure std* fds are openSimon McVittie2016-08-122-0/+86
* NEWS for 1.10Simon McVittie2016-08-121-0/+6
* Mark WaitingForOK state as unusedSimon McVittie2016-08-121-0/+3
* update-activation-environment: produce better diagnostics on errorSimon McVittie2016-08-121-2/+4
* NEWS for 1.10 branchSimon McVittie2016-07-291-0/+2
* configure.ac: explicitely check stdint.hIoan-Adrian Ratiu2016-07-291-0/+2
* Update NEWS for merge of dbus-1.10-ci branchSimon McVittie2016-07-251-0/+17
* Merge branch 'dbus-1.10-ci' into dbus-1.10Simon McVittie2016-07-2513-20/+322
|\
| * Merge branch 'dbus-1.10' into dbus-1.10-cidbus-1.10-ciSimon McVittie2016-06-303-10/+34
| |\
| * | travis: compile with mingw in both production and debug flavoursSimon McVittie2016-05-181-0/+1
| * | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-05-185-15/+69
| |\ \
| * \ \ Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-03-072-2/+9
| |\ \ \
| * | | | Disable travis-ci apt source for Google ChromeSimon McVittie2016-03-021-0/+2
| * | | | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-03-026-5/+66
| |\ \ \ \
| * \ \ \ \ Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-02-120-0/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-02-081-3/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-02-081-0/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-01-251-4/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | add travis-ci.org build machinerySimon McVittie2015-12-023-0/+271
| * | | | | | | | | Don't try to run manual tests in installcheckSimon McVittie2015-12-021-1/+1
| * | | | | | | | | Fix shell syntax for installcheck-local with no DESTDIRSimon McVittie2015-12-021-1/+1
| * | | | | | | | | Do not require systemd to have a service file if using it for activationSimon McVittie2015-12-021-12/+31
| * | | | | | | | | _dbus_test_oom_handling: allow disabling it as documentedSimon McVittie2015-12-021-0/+6
| * | | | | | | | | cmake: run all automated tests with --tap for better diagnosticsSimon McVittie2015-12-021-2/+2
| * | | | | | | | | embedded tests: accept and ignore --tap argumentSimon McVittie2015-12-024-4/+4
| * | | | | | | | | cmake: copy the systemd-activation directory tooSimon McVittie2015-12-021-0/+1
| * | | | | | | | | cmake: manual-tcp is not an automated testSimon McVittie2015-12-021-1/+1
| * | | | | | | | | Avoid -Wunused-label when compiling with libselinux but no libauditSimon McVittie2015-12-021-0/+2
* | | | | | | | | | Update NEWSSimon McVittie2016-06-301-1/+17
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | activation: set children oom_score_adj to 0WaLyong Cho2016-06-301-0/+20
* | | | | | | | | Use dbus_set_error_from_message() to check for an errorРуслан Ижбулатов2016-06-301-9/+13
* | | | | | | | | Quote the DBUS_SESSION_BUS_ADDRESS variable in the shell fileThiago Macieira2016-06-301-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | test-segfault: add missing include of <stdio.h> on WindowsSimon McVittie2016-05-181-0/+1
* | | | | | | | Fix ambiguous setup of DBusBabySitter struct member child_handle on Windows.Ralf Habacker2016-05-161-3/+7
* | | | | | | | On Windows make access to member 'refcount' of struct DBusBabysitter thread s...Ralf Habacker2016-05-133-7/+32
* | | | | | | | Eliminates a race condition accessing DBusBabysitter instance at startup of b...Ralf Habacker2016-05-131-3/+1
* | | | | | | | Suppress Windows popups and jit debugger when app crashes with exception.Ralf Habacker2016-05-091-0/+25
* | | | | | | | Fix crash in test-spawn unit test app on Windows.Yiyang Fei2016-04-291-1/+2
* | | | | | | | Fix assert in test-spawn caused by missing initialization of DBusError instan...Ralf Habacker2016-04-291-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 1.10.9Simon McVittie2016-03-072-1/+6
* | | | | | | 1.10.8dbus-1.10.8Simon McVittie2016-03-072-2/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | update NEWSSimon McVittie2016-03-021-0/+8
* | | | | | dbus-test-tool echo: fix sleep documentationDmitri Iouchtchenko2016-03-022-3/+3