summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* dbus-sysdeps-win.h: do not redefine _inline if not already definedSimon McVittie2013-10-261-0/+12
* fix off by one error message (#13305)Chengwei Yang2013-10-081-10/+10
* dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy2013-10-085-28/+14
* _dbus_read_credentials_socket: warn or fail at compile time if no supportSimon McVittie2013-09-231-0/+15
* Prefer getpeerucred() over getpeereid() if a platform has bothSimon McVittie2013-09-231-31/+32
* _dbus_read_credentials_socket: document where we use each mechanismSimon McVittie2013-09-231-1/+41
* Remove BSD-style LOCAL_CREDS supportSimon McVittie2013-09-231-70/+2
* Remove support for platforms with no 64-bit integer typeSimon McVittie2013-09-169-211/+22
* dbus-mainloop.c: undeclared variable n_fds if define MAINLOOP_SPEW.Vasiliy Balyasnyy2013-09-161-1/+1
* Merge branch 'dbus-1.6'Simon McVittie2013-09-161-1/+1
|\
| * dbus-sysdeps-unix.c: undeclared ret2 variable if HAVE_WRITEV undefined.Vasiliy Balyasnyy2013-09-161-1/+1
* | Fix incorrect sizeof in a Valgrind hint macro call.Sviatoslav Chagaev2013-09-161-1/+1
* | Merge branch 'dbus-1.6'Simon McVittie2013-09-161-1/+4
|\ \ | |/
| * Fix a NULL dereference on an error code path.Sviatoslav Chagaev2013-09-161-1/+4
* | dbus-sysdeps-win: don't include wspiapi.hSimon McVittie2013-09-161-10/+0
* | Merge remote-tracking branch 'fitzsim/fix-parent-removal-fixme'Simon McVittie2013-09-131-36/+403
|\ \
| * | Don't reference path[1] in warning message if path[0] is NULLThomas Fitzsimmons2013-04-011-1/+1
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+10
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+83
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+25
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+11
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+15
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+24
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+24
| * | dbus/dbus-object-tree.c (_dbus_object_tree_unregister_and_unlock): Fix FIXMEThomas Fitzsimmons2013-03-271-35/+11
| * | dbus/dbus-object-tree.c (unregister_and_free_path_recurse): New functionThomas Fitzsimmons2013-03-271-0/+88
| * | dbus/dbus-object-tree.c (attempt_child_removal): New functionThomas Fitzsimmons2013-03-271-0/+46
| * | dbus/dbus-object-tree.c (unregister_subtree): New functionThomas Fitzsimmons2013-03-271-0/+45
| * | dbus/dbus-object-tree.c: Add reproducer test case for parent removal FIXMEThomas Fitzsimmons2013-03-271-0/+9
| * | dbus/dbus-object-tree.c (find_subtree_registered_or_unregistered): New functionThomas Fitzsimmons2013-03-271-0/+11
* | | Make userdb cache as a built-in featureChengwei Yang2013-09-132-8/+0
* | | Use test binaries in build dir to do testChengwei Yang2013-09-131-2/+7
* | | Merge branch 'dbus-1.6'Simon McVittie2013-09-134-15/+34
|\ \ \ | | |/ | |/|
| * | Check EINVAL for accept4()Chengwei Yang2013-09-131-2/+6
| * | Allow EPROTOTYPE for SOCK_CLOEXEC but unsupported by socket/socketpairPino Toscano2013-09-131-3/+3
| * | Check EINVAL for socketpair and retry without SOCK_CLOEXECChengwei Yang2013-09-131-5/+16
| * | Use the argument of dbus_connection_set_route_peer_messages()Chengwei Yang2013-09-131-1/+1
| * | Fix file descriptor leak in _dbus_command_for_pidSviatoslav Chagaev2013-09-131-0/+1
| * | _dbus_babysitter_unref: avoid infinite loop if waitpid() returns EINTRSimon McVittie2013-09-051-5/+8
| * | Use iface instead of interface in function parametersIvan Romanov2013-09-052-37/+37
* | | Fix pass wrong type of argument to functionChengwei Yang2013-09-131-1/+1
* | | _dbus_become_daemon: don't pretend it workedSimon McVittie2013-09-031-1/+3
* | | Fix declaration of _dbus_win_startup_winsockSimon McVittie2013-09-031-1/+1
* | | Move some sysdeps stuff only used by the dbus-daemon outside libdbusSimon McVittie2013-08-304-382/+381
* | | _dbus_check_setuid: comment on thread-safetySimon McVittie2013-08-301-0/+2
* | | _dbus_win_startup_winsock: be thread-safeSimon McVittie2013-08-301-7/+28
* | | Comment some suspicious uses of static variablesSimon McVittie2013-08-302-0/+4
* | | _dbus_get_autolaunch_address: don't make argv staticSimon McVittie2013-08-301-1/+1
* | | _dbus_file_path_extract_elements_from_tail: don't misuse static variableSimon McVittie2013-08-301-14/+11
* | | Revert "Add a statically-initialized implementation of _dbus_lock() on glibc ...Simon McVittie2013-08-303-67/+0