summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-14old WiP: never use sprintfwip-check-all-sprintfSimon McVittie6-26/+57
2011-07-27Cope with platforms whose vsnprintf violates both POSIX and C99Simon McVittie1-3/+49
2011-07-26NEWSSimon McVittie1-4/+3
2011-07-26DBusMessage: always access refcount atomically, even for assertions/initial refSimon McVittie1-12/+14
2011-07-26dbus-memory: use atomic accesses to block count, even for assertionsSimon McVittie1-7/+17
2011-07-26NEWSSimon McVittie1-3/+4
2011-07-25DBusConnection: use atomic accesses to refcount in assertions/initial refSimon McVittie1-5/+6
2011-07-25dbus_message_ref: avoid unused variable if not assertingSimon McVittie1-1/+7
2011-07-25_dbus_connection_close_if_only_one_ref: use _dbus_atomic_getSimon McVittie1-13/+5
2011-07-25Add _dbus_atomic_get implemented in terms of inc, decSimon McVittie2-0/+25
2011-07-25DBusObjectTree: always access refcount atomicallySimon McVittie1-5/+14
2011-07-25dbus_message_unref: make an assertion more strictSimon McVittie1-1/+1
2011-07-25DBusMessageFilter: exclusively use atomic accesses to refcountSimon McVittie1-5/+14
2011-07-18NEWSSimon McVittie1-1/+29
2011-07-18Uninstall the installed docsSimon McVittie1-0/+4
2011-07-18Install man2html output to $(htmldir)Simon McVittie1-1/+1
2011-07-18Install diagram.*, system-activation.txt to the $(docdir)Simon McVittie1-3/+6
2011-07-18Install xmlto output to $(htmldir) automaticallySimon McVittie1-9/+7
2011-07-18Install dbus.devhelp to $(htmldir), not $(apidir), and remove it in cleanSimon McVittie1-1/+4
2011-07-18configure.ac: fix check for xsltprocSimon McVittie1-2/+1
2011-07-18Use EXEEXT when running tests from another directory, and skip bus-test-launc...Simon McVittie1-4/+7
2011-07-18Build docs after running tests, and remove redundant DIST_SUBDIRSSimon McVittie1-2/+1
2011-07-18Run bus tests from test/Simon McVittie2-10/+17
2011-07-18Run dbus-test from test/, not dbus/Simon McVittie2-12/+14
2011-07-18dbus tests: don't warn on skipped testsSimon McVittie2-3/+3
2011-07-18test/Makefile.am: list tests one per lineSimon McVittie1-4/+18
2011-07-18Opt-in to modern OS features on Solaris, to get file descriptor passingSimon McVittie1-0/+3
2011-07-18_dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ...Simon McVittie1-8/+0
2011-07-14DBusServer: exclusively use atomic operations on the refcountSimon McVittie1-43/+64
2011-07-14DBusPendingCall: exclusively use atomic operations on the refcountSimon McVittie1-33/+10
2011-07-08Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1Simon McVittie1-0/+3
2011-07-08In Windows _dbus_printf_string_upper_bound, don't crash on malloc failureSimon McVittie1-0/+4
2011-07-08Added DBUS_ENABLE_STATS option to cmake buildsystem to keep in sync with auto...Ralf Habacker3-0/+10
2011-07-08Visual Studio Professional uses a different ide starter - pointed out by Roma...Ralf Habacker1-18/+33
2011-07-08Collected cmake doc into README.cmake.Ralf Habacker3-61/+152
2011-07-05win32 fix: Keep server autolaunch mutex settings according to client detectio...Ralf Habacker1-0/+12
2011-07-01DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE instead of DBUS_ERROR_ADDRE...Jiří Klimeš1-6/+8
2011-06-10version bumpSimon McVittie2-1/+4
2011-06-10prepare 1.4.12dbus-1.4.12Simon McVittie3-6/+9
2011-06-10fix installable tests to not install if unwantedSimon McVittie1-1/+1
2011-06-10NEWSSimon McVittie1-0/+21
2011-06-10Fix copyright datesSimon McVittie3-3/+3
2011-06-10Use DBUS_TIMEOUT_INFINITE in dbus-daemon.cSimon McVittie1-2/+3
2011-06-10Add and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_DEFAULTSimon McVittie3-6/+36
2011-06-10Test that a message with the byte order mangled causes disconnection but no c...Simon McVittie1-0/+90
2011-06-10marshal test: test dbus_message_demarshal_bytes_neededSimon McVittie1-0/+38
2011-06-10Add a test for marshalling and endian-swappingSimon McVittie3-0/+229
2011-06-10installcheck: don't run installed tests against installed library if in a DES...Simon McVittie1-0/+4
2011-06-10Alter test-dbus-daemon so it tests the installed dbus-daemon by defaultSimon McVittie2-27/+14
2011-06-10Add support for installing most of the modular testsSimon McVittie3-4/+76