summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* dbus-connection: Remove a duplicate _dbus_list_clear() callPhilip Withnall2017-01-171-2/+0
* Add more _DBUS_GNUC_PRINTF annotationsSimon McVittie2016-11-101-1/+1
* Add missing function attributes suggested by clang (but not by gcc)Simon McVittie2016-10-132-0/+15
* Add missing format attributes suggested by -Wsuggest-attribute=formatSimon McVittie2016-10-133-4/+4
* Enable format, noreturn, unused attributes for clangSimon McVittie2016-10-131-1/+2
* dbus-file-win: print a HANDLE correctlySimon McVittie2016-10-131-1/+1
* dbus-nonce: print sockets correctlySimon McVittie2016-10-131-5/+6
* dbus_signature_validate: be sure to use a literal format stringSimon McVittie2016-10-131-1/+2
* _dbus_listen_tcp_socket: correct format stringSimon McVittie2016-10-131-1/+1
* Fix remaining -Wundef warningsSimon McVittie2016-10-133-3/+6
* Remove leftover declarations for assuming int manipulation is atomicSimon McVittie2016-10-131-10/+0
* Clean up how we arrange for environ to be declaredSimon McVittie2016-10-133-0/+9
* Reimplement _dbus_warn_return_if_fail without -Wformat-nonliteralSimon McVittie2016-10-133-18/+22
* Linux: use readdir(), not deprecated readdir_r()Simon McVittie2016-10-131-4/+4
* Be more const-correctSimon McVittie2016-10-137-27/+35
* Fix warnings from compiler option '-Wshadow'Thomas Zimmermann2016-10-107-21/+19
* Fix warnings from compiler option '-Wsuggest-attribute=noreturn'Thomas Zimmermann2016-10-102-9/+6
* Partially fix warnings from compiler option '-Wredundant-decls'Thomas Zimmermann2016-10-104-8/+0
* Partially fix warnings from compiler option '-Wformat-nonliteral'Thomas Zimmermann2016-10-101-19/+17
* Include string.h for strcmp()Thomas Zimmermann2016-10-101-0/+1
* Protect debug-only variables behind DBUS_ENABLE_VERBOSE_MODEThomas Zimmermann2016-10-101-0/+2
* Cast -1 to DWORD for comparing to variableThomas Zimmermann2016-10-101-2/+2
* Fix function declarationsThomas Zimmermann2016-10-101-3/+5
* Fix double printing function name in _dbus_verbose() messages.Ralf Habacker2016-10-053-4/+4
* Merge branch 'dbus-1.10'Simon McVittie2016-10-041-1/+5
|\
| * DBusMessage: Fix UB (misaligned access) in call to _dbus_header_set_field_bas...Marc Mutz2016-10-041-1/+5
| * _dbus_ensure_standard_fds: new function to ensure std* fds are openSimon McVittie2016-08-122-0/+86
| * Mark WaitingForOK state as unusedSimon McVittie2016-08-121-0/+3
| * Merge branch 'dbus-1.10' into dbus-1.10-cidbus-1.10-ciSimon McVittie2016-06-301-0/+20
| |\
| * \ Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-05-183-14/+42
| |\ \
| * \ \ Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-03-023-1/+41
| |\ \ \
| * \ \ \ Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-02-081-3/+1
| |\ \ \ \
| * | | | | _dbus_test_oom_handling: allow disabling it as documentedSimon McVittie2015-12-021-0/+6
| * | | | | embedded tests: accept and ignore --tap argumentSimon McVittie2015-12-021-1/+1
* | | | | | Remove unmatched parenthesisSimon McVittie2016-09-301-1/+1
* | | | | | Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-3030-194/+193
* | | | | | internals: remove newline, pid from assertion failuresSimon McVittie2016-09-301-4/+4
* | | | | | Only redirect child processes to systemd Journal if using syslogSimon McVittie2016-09-304-10/+21
* | | | | | _dbus_warn, _dbus_warn_check_failed: unify with _dbus_logvSimon McVittie2016-09-301-6/+12
* | | | | | _dbus_logv: configurably log to syslog and/or stderrSimon McVittie2016-09-304-52/+90
* | | | | | Use AX_CODE_COVERAGE for test-coverage statisticsThomas Zimmermann2016-08-151-4/+10
* | | | | | Remove trailing newlines from _dbus_assert_not_reachedSimon McVittie2016-08-125-8/+8
* | | | | | _dbus_system_log: rename to _dbus_logSimon McVittie2016-08-114-6/+16
* | | | | | _dbus_init_system_log: record a syslog tag (executable name)Simon McVittie2016-08-113-5/+31
* | | | | | sysdeps: move _dbus_system_log() into the shared librarySimon McVittie2016-08-116-150/+134
* | | | | | Fix misleading indentation to avoid respective compiler warningThomas Zimmermann2016-08-111-7/+7
* | | | | | Initialize 'klass' in _dbus_type_reader_recurse to NULLThomas Zimmermann2016-08-111-1/+2
* | | | | | Protect 'orig_len' in recover_unused_bytes by DBUS_ENABLE_VERBOSE_MODEThomas Zimmermann2016-08-111-2/+6
* | | | | | Mark WaitingForOK state as unusedSimon McVittie2016-08-111-0/+3
* | | | | | _read_subprocess_line_argv: use _dbus_ensure_standard_fdsSimon McVittie2016-07-251-8/+22