summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-12Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie12-207/+212
2015-05-12Remove _dbus_socket_is_invalid, no longer usedSimon McVittie3-14/+0
2015-05-12Convert miscellaneous socket APIs to DBusSocketSimon McVittie9-51/+58
2015-05-12generic socket transport code: work in terms of DBusSocketSimon McVittie6-25/+32
2015-05-12Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblockingSimon McVittie5-9/+18
2015-05-12main: reload_pipe is (despite its name) a socket pairSimon McVittie1-3/+5
2015-05-12DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie9-83/+153
2015-05-12Mostly remove the remnants of an older socket abstraction layerSimon McVittie2-15/+2
2015-05-12dbus-sysdeps: add more infrastructure around DBusSocketSimon McVittie1-3/+58
2015-05-12bus_unix_fds_passing_test: the results of _dbus_socketpair are socketsSimon McVittie1-5/+6
2015-05-12Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker13-76/+98
2015-05-08Merge branch 'dbus-1.8'Simon McVittie1-5/+4
2015-05-08Revert "reader_init: Initialize all fields of struct DBusTypeReader (CID 5475...Simon McVittie1-5/+4
2015-05-06auth_set_unix_credentials: Fix calling _dbus_credentials_add_pid without chec...Ralf Habacker1-2/+4
2015-05-06auth_set_unix_credentials: Fix calling _dbus_credentials_add_unix_uid without...Ralf Habacker1-1/+4
2015-05-06Merge remote-tracking branch 'origin/dbus-1.8'Ralf Habacker3-6/+16
2015-05-06reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker1-4/+5
2015-05-06do_check_nonce: Fix of calling _dbus_string_append_len without checking retur...Ralf Habacker1-1/+7
2015-05-06dbus_message_demarshal: Fix calling _dbus_string_append_len without checking ...Ralf Habacker1-1/+4
2015-05-05Update NEWS for 1.9 branchSimon McVittie1-1/+5
2015-05-05Merge branch 'dbus-1.8'Simon McVittie3-8/+65
2015-05-05NEWS for 1.8 branchSimon McVittie1-1/+20
2015-05-05DBusCounter: add a mutex to protect the refcount and notify functionAdrian Szyndela1-5/+47
2015-05-05extend lock's range in live_messages_notify()Adrian Szyndela1-2/+2
2015-05-01tools: MSVC compile fixesRalf Habacker2-2/+10
2015-05-01Merge remote-tracking branch 'origin/dbus-1.8'Ralf Habacker1-1/+4
2015-05-01test_command_line_internal: Fix variable original_argv going out of scope lea...Ralf Habacker1-3/+3
2015-05-01test_remove_directory: Fix 'variable iter going out of scope leaks the storag...Ralf Habacker1-0/+1
2015-05-01test_command_line_internal: Fix 'variable shell_argv going out of scope leaks...Ralf Habacker1-0/+2
2015-05-01dbus_test_tool_spam: Fix 'variable payload going out of scope leaks the stora...Ralf Habacker1-0/+1
2015-05-01dbus_test_tool_spam: Fix 'variable random_sizes going out of scope leaks the ...Ralf Habacker1-0/+2
2015-04-28dbus_server_set_auth_mechanisms: Fix returning without unlocking server->mute...Ralf Habacker1-1/+4
2015-04-20cmake: Give users a hint to run autogen.sh if config.h.in is not present to s...Ralf Habacker1-0/+2
2015-04-20Fix msvc sign-compare warning on Windows7 64bit by adding a type cast.Ralf Habacker1-2/+2
2015-04-20cmake: Add msvc support for sign-compare warnings.Ralf Habacker1-2/+7
2015-04-20cmake: Dump missing config header checks only if config.h.in is present.Ralf Habacker1-1/+5
2015-04-17Always assert that BUS_CONNECTION_DATA() returns non-NULLRalf Habacker1-3/+15
2015-04-16include_dir: skip processing on error (CID 54744)Ralf Habacker1-0/+2
2015-04-16Move Autoconf/Automake droppings into /build-aux/Simon McVittie4-2/+4
2015-04-16Run name-test tests under the TAP driverSimon McVittie3-43/+120
2015-04-16name-test: remove unused die functionSimon McVittie2-22/+0
2015-04-16Run most tests under the TAP driver, with a simple adaptor for non-TAP testsSimon McVittie5-10/+84
2015-04-16dbus-run-session(1): document modern Automake syntaxSimon McVittie1-2/+3
2015-04-16name-test: also switch to AM_TESTS_ENVIRONMENT hereSimon McVittie1-7/+7
2015-04-16Change syntax of AM_TESTS_ENVIRONMENT to what the Automake docs preferSimon McVittie1-11/+12
2015-04-16Depend on Automake 1.13 so we can use the correct AM_TESTS_ENVIRONMENTSimon McVittie2-3/+3
2015-04-16installed-tests: don't set DBUS_TEST_HOME which is misleadingSimon McVittie1-2/+2
2015-04-16installed-tests: declare that the output is in TAP formatSimon McVittie1-2/+4
2015-04-16test-shell, test-printf: produce TAP output like the other installable testsSimon McVittie2-24/+96
2015-04-16tests: provide g_test_skip() emulation for older GLibSimon McVittie3-17/+28