platform/upstream/dbus.git
2016-11-22 Simon McVittieSpec: document what auto-starting is, and recommend it
2016-11-22 Simon McVittieSpec: be clearer about what activation means
2016-11-11 Simon McVittieUpdate NEWS
2016-11-11 Simon McVittieMake uid 0 immune to pending_fd_timeout limit
2016-11-10 Simon McVittieAdd more _DBUS_GNUC_PRINTF annotations
2016-11-09 Simon McVittieNote #98195 (the printf attributes) in NEWS
2016-10-13 Simon McVittieConfigure the compiler to suggest useful function attri...
2016-10-13 Simon McVittieAdd missing function attributes suggested by clang...
2016-10-13 Simon McVittieAdd missing format attributes suggested by -Wsuggest...
2016-10-13 Simon McVittieEnable format, noreturn, unused attributes for clang
2016-10-13 Simon McVittietest-segfault: mark exception_handler as NORETURN
2016-10-13 Simon McVittietest-privserver: avoid -Wformat-security
2016-10-13 Simon McVittiedbus-launch-x11: print a window ID portably
2016-10-13 Simon McVittiedbus-file-win: print a HANDLE correctly
2016-10-13 Simon McVittiePrint XML parse errors correctly
2016-10-13 Simon McVittiePrint errors parsing match rules correctly
2016-10-13 Simon McVittiedbus-nonce: print sockets correctly
2016-10-13 Simon McVittiedbus_signature_validate: be sure to use a literal forma...
2016-10-13 Simon McVittie_dbus_listen_tcp_socket: correct format string
2016-10-13 Simon McVittieNEWS
2016-10-13 Thomas ZimmermannTest compiler and linker flags with AX_COMPILER_FLAGS_...
2016-10-13 Simon McVittieRevert "Keep cmake gcc builds in sync with autotools...
2016-10-13 Simon McVittieFix remaining -Wundef warnings
2016-10-13 Simon McVittieRemove leftover declarations for assuming int manipulat...
2016-10-13 Simon McVittieClean up how we arrange for environ to be declared
2016-10-13 Simon McVittieReimplement _dbus_warn_return_if_fail without -Wformat...
2016-10-13 Simon McVittieLinux: use readdir(), not deprecated readdir_r()
2016-10-13 Simon McVittieBe more const-correct
2016-10-10 Simon McVittieRemove now-misleading comment
2016-10-10 Simon McVittieEnable the same warnings when targeting Windows as...
2016-10-10 Simon McVittieEnable some more compiler warnings
2016-10-10 Thomas ZimmermannFix warnings from compiler option '-Wshadow'
2016-10-10 Simon McVittieRename distro-style CI build from "release" to "production"
2016-10-10 Thomas ZimmermannFix warnings from compiler option '-Wsuggest-attribute...
2016-10-10 Thomas ZimmermannPartially fix warnings from compiler option '-Wredundan...
2016-10-10 Thomas ZimmermannPartially fix warnings from compiler option '-Wformat...
2016-10-10 Thomas ZimmermannRemove configure option '--disable-compiler-optimisations'
2016-10-10 Thomas ZimmermannRemove unused functions from Windows builds
2016-10-10 Thomas ZimmermannInclude string.h for strcmp()
2016-10-10 Thomas ZimmermannProtect debug-only variables behind DBUS_ENABLE_VERBOSE...
2016-10-10 Thomas ZimmermannCast -1 to DWORD for comparing to variable
2016-10-10 Thomas ZimmermannFix function declarations
2016-10-10 Thomas ZimmermannAdd configure option '--enable-debug' to control debugg...
2016-10-10 Simon McVittieStart towards 1.11.8
2016-10-10 Simon McVittieRelease 1.11.6 and spec 0.29
2016-10-10 Simon McVittieIgnore ActivationFailure if not using systemd activation
2016-10-10 Simon McVittiebus_driver_handle_message: reject ActivationFailure...
2016-10-10 Simon McVittiedbus_activation_systemd_failure: do not use non-literal...
2016-10-05 Simon McVittieupdate NEWS
2016-10-05 Philip Withnallbus: Add LSM label to connection loginfo string
2016-10-05 Philip Withnallbus: Add sender name to bus activation log messages
2016-10-05 Ralf HabackerFix double printing function name in _dbus_verbose...
2016-10-05 Simon McVittieUpdate NEWS
2016-10-05 Philip Withnalldoc: Install introspection and busconfig DTDs
2016-10-04 Simon McVittieMerge branch 'dbus-1.10'
2016-10-04 Simon McVittieNEWS
2016-10-04 Marc MutzDBusMessage: Fix UB (misaligned access) in call to...
2016-10-03 Simon McVittieMerge branch 'dbus-1.10'
2016-10-03 Simon McVittieNEWS for 1.10.x
2016-10-03 Simon McVittieautogen.sh: fail cleanly if autoconf fails
2016-10-03 Simon McVittieNEWS for 1.11.x
2016-10-03 Philip Withnallspec: Allow <annotation> in <arg> elements in introspec...
2016-10-03 Philip Withnalldoc: Add missing space in introspect.xsl
2016-10-01 Philip Withnallspec: Recommend against using ‘/’ for object paths
2016-09-30 Simon McVittieRemove unmatched parenthesis
2016-09-30 Simon McVittieRemove trailing newlines from _dbus_warn, _dbus_warn_ch...
2016-09-30 Simon McVittieinternals: remove newline, pid from assertion failures
2016-09-30 Simon McVittiedbus-launch: redirect dbus-daemon output to syslog
2016-09-30 Simon McVittieOnly redirect child processes to systemd Journal if...
2016-09-30 Simon McVittiedbus-daemon: add --syslog, --nosyslog, --syslog-only
2016-09-30 Simon McVittiesyslog test: extend assertions to cover new functionality
2016-09-30 Simon McVittie_dbus_warn, _dbus_warn_check_failed: unify with _dbus_logv
2016-09-30 Simon McVittiebus_context_log: remove special handling of !context...
2016-09-30 Simon McVittie_dbus_logv: configurably log to syslog and/or stderr
2016-09-30 Simon McVittieUpdate autoconf-archive, and use snapshot.debian.org
2016-08-18 Ralf HabackerFix building with CMake for a Unix platform where funct...
2016-08-18 Ralf HabackerFix building with CMake for a Unix platform that does...
2016-08-16 Simon McVittieDocument default limits in system.conf.in
2016-08-16 Simon McVittieLog max_pending_service_starts (aka max_pending_activat...
2016-08-16 Simon McVittieLog service_start_timeout (aka activation_timeout)...
2016-08-16 Simon McVittiedbus-daemon test: exercise pending fd timeout test
2016-08-16 Simon McVittieLog to syslog when pending_fd_timeout is exceeded
2016-08-16 Simon McVittiedbus-daemon test: exercise max_names_per_connection...
2016-08-16 Simon McVittieLog when we exceed max_names_per_connection (aka max_se...
2016-08-16 Simon McVittiedbus-daemon test: exercise maximum match rules per...
2016-08-16 Simon McVittieLog when we exceed max_match_rules_per_connection
2016-08-16 Simon McVittiedbus-daemon test: exercise maximum replies per connection
2016-08-16 Simon McVittiedbus-daemon test: avoid reaching pending reply limit
2016-08-16 Simon McVittieLog when we exceed max_replies_per_connection
2016-08-16 Simon McVittiedbus-daemon test: exercise maximum connection counts
2016-08-16 Simon McVittieLog to syslog if max_completed_connections or max_conne...
2016-08-16 Simon McVittieOnly compile test-bus-launch-helper, etc. if embedded...
2016-08-15 Simon McVittieMerge remote-tracking branch 'github/master'
2016-08-15 Simon McVittie1.11.5
2016-08-15 Simon McVittieMerge remote-tracking branch 'origin/master'
2016-08-15 Simon McVittie1.10.11
2016-08-15 Simon McVittie1.11.4
2016-08-15 Simon McVittieMerge branch 'dbus-1.10'
2016-08-15 Simon McVittieTravis-CI: fetch a newer autoconf-archive from Debian
2016-08-15 Simon McVittieTravis-CI: install new autoconf-archive build-dependency
next