Merge branch 'dbus-1.6'
[platform/upstream/dbus.git] / dbus /
2013-10-23 Simon McVittieMerge branch 'dbus-1.6'
2013-10-08 Simon McVittieMerge branch 'dbus-1.6'
2013-10-08 Chengwei Yangfix off by one error message (#13305)
2013-10-08 Vasiliy Balyasnyydbus-message.c: unused variable bytes_read in _dbus_mes...
2013-09-23 Simon McVittie_dbus_read_credentials_socket: warn or fail at compile...
2013-09-23 Simon McVittiePrefer getpeerucred() over getpeereid() if a platform...
2013-09-23 Simon McVittie_dbus_read_credentials_socket: document where we use...
2013-09-23 Simon McVittieRemove BSD-style LOCAL_CREDS support
2013-09-16 Simon McVittieRemove support for platforms with no 64-bit integer...
2013-09-16 Simon McVittieMerge branch 'dbus-1.6'
2013-09-16 Vasiliy Balyasnyydbus-mainloop.c: undeclared variable n_fds if define...
2013-09-16 Simon McVittieMerge branch 'dbus-1.6'
2013-09-16 Vasiliy Balyasnyydbus-sysdeps-unix.c: undeclared ret2 variable if HAVE_W...
2013-09-16 Sviatoslav ChagaevFix incorrect sizeof in a Valgrind hint macro call.
2013-09-16 Simon McVittieMerge branch 'dbus-1.6'
2013-09-16 Sviatoslav ChagaevFix a NULL dereference on an error code path.
2013-09-16 Simon McVittiedbus-sysdeps-win: don't include wspiapi.h
2013-09-13 Simon McVittieMerge remote-tracking branch 'fitzsim/fix-parent-remova...
2013-09-13 Chengwei YangMake userdb cache as a built-in feature
2013-09-13 Chengwei YangUse test binaries in build dir to do test
2013-09-13 Simon McVittieMerge branch 'dbus-1.6'
2013-09-13 Chengwei YangCheck EINVAL for accept4()
2013-09-13 Pino ToscanoAllow EPROTOTYPE for SOCK_CLOEXEC but unsupported by...
2013-09-13 Chengwei YangCheck EINVAL for socketpair and retry without SOCK_CLOEXEC
2013-09-13 Chengwei YangUse the argument of dbus_connection_set_route_peer_mess...
2013-09-13 Chengwei YangFix pass wrong type of argument to function
2013-09-13 Sviatoslav ChagaevFix file descriptor leak in _dbus_command_for_pid
2013-09-05 Simon McVittie_dbus_babysitter_unref: avoid infinite loop if waitpid...
2013-09-05 Simon McVittieMerge branch 'dbus-1.6'
2013-09-05 Ivan RomanovUse iface instead of interface in function parameters
2013-09-03 Simon McVittie_dbus_become_daemon: don't pretend it worked
2013-09-03 Simon McVittieFix declaration of _dbus_win_startup_winsock
2013-08-30 Simon McVittieMove some sysdeps stuff only used by the dbus-daemon...
2013-08-30 Simon McVittie_dbus_check_setuid: comment on thread-safety
2013-08-30 Simon McVittie_dbus_win_startup_winsock: be thread-safe
2013-08-30 Simon McVittieComment some suspicious uses of static variables
2013-08-30 Simon McVittie_dbus_get_autolaunch_address: don't make argv static
2013-08-30 Simon McVittie_dbus_file_path_extract_elements_from_tail: don't misus...
2013-08-30 Simon McVittieRevert "Add a statically-initialized implementation...
2013-08-29 Simon McVittie_dbus_get_tmpdir: be thread-safe
2013-08-29 Simon McVittielibdbus-1.la: have proper dependencies on Windows
2013-08-28 Ralf HabackerFixed gcc 4.8.1 -Wformat warnings on windows.
2013-08-23 Chengwei YangFix debug output about dbus server ref count
2013-08-23 Chengwei YangFix comment about atomic operations
2013-08-23 Chengwei YangCleanup: simplify assertion check
2013-08-23 Chengwei YangCleanup: polish verbose mode checking
2013-08-23 Simon McVittieExport dbus_setenv() as a utility function
2013-08-23 Simon McVittieRevert "Factor out DBusAuthorization from DBusTransport"
2013-08-23 Simon McVittieRevert "Actually use DBusAuthorization in DBusAuth...
2013-08-23 Simon McVittieRevert "Add new files really."
2013-08-23 Simon McVittieRevert "Rename authorized_identity in authenticated_ide...
2013-08-23 Simon McVittieRevert "Fixed rejected hunk complete."
2013-08-23 Simon McVittieRevert "Enable anonymous authorization for tests"
2013-08-23 Simon McVittieRevert "Remove refcounting from DBusAuth and DBusAuthor...
2013-08-23 Simon McVittieRevert "dbus_connection_set_allow_anonymous(): fix...
2013-08-23 Simon McVittieRevert "trivial: re-word authorization failure message"
2013-08-23 Simon McVittieRevert "Remove transport's call to _dbus_authorization_...
2013-08-23 Cosimo AlfaranoRemove transport's call to _dbus_authorization_do_autho...
2013-08-23 Simon McVittietrivial: re-word authorization failure message
2013-08-23 Cosimo Alfaranodbus_connection_set_allow_anonymous(): fix doc
2013-08-23 Cosimo AlfaranoRemove refcounting from DBusAuth and DBusAuthorization
2013-08-22 Cosimo AlfaranoEnable anonymous authorization for tests
2013-08-22 Ralf HabackerFixed rejected hunk complete.
2013-08-22 Cosimo AlfaranoRename authorized_identity in authenticated_identity...
2013-08-22 Ralf HabackerAdd new files really.
2013-08-22 Cosimo AlfaranoActually use DBusAuthorization in DBusAuth EXTERNAL...
2013-08-22 Cosimo AlfaranoFactor out DBusAuthorization from DBusTransport
2013-08-22 Simon McVittieFix confusion between "is it authenticated?" and "try...
2013-08-22 Cosimo AlfaranoUnset/free also windows user function, finalizing the...
2013-08-22 Chengwei YangFix reference doc in comments
2013-08-22 Chengwei YangMove function to the right place where it supposed...
2013-08-22 Chengwei YangDoc: fix incorrect param names, missing params, non...
2013-08-22 Ivan RomanovUse iface instead of interface in function parameters
2013-08-22 Simon McVittieMerge branch 'dbus-1.6'
2013-08-15 Ralf HabackerDocumentation fix.
2013-08-09 Ralf HabackerFixed remaining issues.
2013-08-09 Ralf HabackerAdd debug messages to load_ex_ip_helper_procedures().
2013-08-09 Ralf HabackerRefactored get_pid_from_extended_tcp_table() and get_pi...
2013-08-09 Ralf HabackerFix for broken wine AllocateAndGetTcpExTableFromStack...
2013-08-09 Ralf HabackerAdd doc to load_ex_ip_helper_procedures().
2013-08-09 Ralf HabackerOnly take process id of localhost client connection...
2013-08-09 Ralf HabackerFixed bug of unsupported GetExtendTcpTable() on Windows...
2013-08-07 Ralf HabackerDump fetched sid on return of _dbus_getsid().
2013-08-07 Ralf HabackerAdd WINXP <= SP3 support to _dbus_getsid().
2013-07-01 Simon McVittieMerge branch 'dbus-1.6'
2013-07-01 Simon McVittieMake the test for #53499 more obviously correct
2013-07-01 Chengwei YangTest: add a test case for escaping byte > 127
2013-07-01 Chengwei YangFix: a non ascii byte will trigger BadAddress error
2013-06-28 Chengwei Yangtests to embedded tests: replaced in automake files
2013-06-28 Chengwei Yangtests to embedded tests: replaced in libdbus
2013-06-28 Chengwei YangDBusString: fix a typo
2013-06-28 Simon McVittieMerge branch 'dbus-1.6'
2013-06-28 Chengwei YangRemove invoke of va_end before va_start
2013-06-26 Chengwei YangFix build failure if build with tests but without verbo...
2013-06-25 Simon McVittie_dbus_message_iter_check: compile non-dummy version...
2013-06-25 Chengwei YangExplicitly define macros to get less confusing conditions
2013-06-25 Chengwei YangFix build failure if build with checks but without...
2013-06-25 Simon McVittieConvert a{sv} helpers from Stats into generic utility...
2013-06-25 Chengwei Yangcmake: fix a typo DBUS_DISABLE_ASSERTS should be DBUS_D...
2013-06-20 Colin Waltersconnection: Add incoming message serials to verbose...
next