summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.13.8dbus-1.13.8Simon McVittie2018-12-043-6/+18
* NEWS: Note new weak dependency on xsltproc for CMakeSimon McVittie2018-12-041-0/+5
* CI: Exercise maintainer-only documentation buildSimon McVittie2018-12-042-0/+33
* CI: Remove unimplemented --with-glib optionSimon McVittie2018-12-041-1/+0
* CI: List attributes, sizes etc. of installed files, not just namesSimon McVittie2018-12-041-1/+1
* doc: Remove obsolete message about man2htmlSimon McVittie2018-12-041-1/+0
* doc: Don't include ChangeLog in dbus-docs.tar.xzSimon McVittie2018-12-041-1/+1
* doc: Use tar --xz to create dbus-docs.tar.xzSimon McVittie2018-12-041-1/+1
* CI: Start supporting Debian 10 'buster', currently under developmentSimon McVittie2018-12-032-0/+9
* CI: Stop building on Ubuntu 14.04 'trusty'Simon McVittie2018-12-033-30/+8
* Update NEWSSimon McVittie2018-12-031-0/+9
* activation: Don't leak if delivering activation message is forbiddenSimon McVittie2018-12-031-0/+1
* Update NEWSSimon McVittie2018-12-031-3/+23
* Merge branch 'max-conns-per-user' into 'master'Simon McVittie2018-12-032-6/+23
|\
| * dbus-daemon(1): Document max_connections_per_user as Unix-onlySimon McVittie2018-11-291-1/+1
| * test/dbus-daemon: Mark max-connections-per-user as unimplemented on WindowsSimon McVittie2018-11-291-5/+22
* | Merge branch '221-spec-fix' into 'master'Simon McVittie2018-12-031-1/+1
|\ \
| * | spec: Fix a typo in an ObjectManager examplePhilip Withnall2018-12-031-1/+1
|/ /
* | Enable check_get_connection_unix_process_id test on Windows with CMakeRalf Habacker2018-12-031-4/+0
* | Merge branch 'windows-pid' into 'master'Simon McVittie2018-11-291-16/+0
|\ \ | |/ |/|
| * bus test: Accept GetConnectionUnixProcessID() success on WindowsSimon McVittie2018-11-291-16/+0
|/
* Merge branch 'dbus-daemon-inherited-fds' into 'master'Simon McVittie2018-11-216-9/+99
|\
| * Don't let dbus-daemon and its subprocesses inherit unnecessary fdsSimon McVittie2018-11-205-8/+83
| * dbus-spawn-unix: If a fd is not close-on-exec, look it up in /proc/self/fdSimon McVittie2018-11-201-1/+16
* | Merge branch 'simplify-configure-checks' into 'master'Simon McVittie2018-11-211-36/+54
|\ \ | |/ |/|
| * build: Simplify checks for straightforward header filesSimon McVittie2018-11-191-28/+20
| * build: Simplify checks for functions with no special dependenciesSimon McVittie2018-11-191-8/+34
* | FindDocBookXSL.cmake: AddSimon McVittie2018-11-201-0/+84
* | Merge branch '233-fix-broken-meinproc4' into 'master'Simon McVittie2018-11-205-139/+117
|\ \
| * | Add xsltproc usage to README.cmakeRalf Habacker2018-11-201-10/+17
| * | Fix incorrect links in index html page used by cmakeRalf Habacker2018-11-201-4/+4
| * | Fix broken meinproc4 based docbook generating by already used xsltprocRalf Habacker2018-11-202-123/+85
| * | Cleanup of cmake doc-related targetsRalf Habacker2018-11-201-1/+10
| * | ci-build.sh: Show file size in list of files to be able to compare generated ...Ralf Habacker2018-11-201-1/+1
* | | Merge branch 'error-matches-bool' into 'master'Simon McVittie2018-11-2015-87/+351
|\ \ \
| * | | Add a test for assertionsSimon McVittie2018-11-203-0/+240
| * | | _dbus_disable_crash_handling: Factor out from test-segfaultSimon McVittie2018-11-205-51/+60
| * | | Improve diagnostics for error assertion failuresSimon McVittie2018-11-201-10/+22
| * | | _DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie2018-11-208-29/+32
* | | | Merge branch 'desktop-file-leak-refactor' into 'master'Simon McVittie2018-11-202-44/+40
|\ \ \ \ | |/ / /
| * | | BusDesktopFile: Refactor logic to free the parser contentsSimon McVittie2018-11-202-44/+40
| |/ /
* | | Merge branch 'test-random-ints' into 'master'Simon McVittie2018-11-201-270/+274
|\ \ \ | |/ / |/| |
| * | tests: Generate random values in unsigned integer spaceSimon McVittie2018-11-191-255/+259
| * | tests: Remove unnecessary castsSimon McVittie2018-11-191-14/+7
| * | tests: Make it clearer that we avoid overflowing fixed-length buffersSimon McVittie2018-11-191-1/+8
* | | Update NEWSSimon McVittie2018-11-201-2/+14
* | | Merge branch 'va-copy' into 'master'Simon McVittie2018-11-206-75/+10
|\ \ \
| * | | build: Require va_copy() or __va_copy() on non-MSVC compilersSimon McVittie2018-11-195-68/+6
| * | | CI: Do one build with mingw + CMake by defaultSimon McVittie2018-11-191-1/+0
| * | | Only use _DBUS_VA_COPY_ASSIGN to implement va_copy() on MSVCSimon McVittie2018-11-191-2/+2