Age | Commit message (Expand) | Author | Files | Lines |
2011-09-14 | old WiP: never use sprintfwip-check-all-sprintf | Simon McVittie | 6 | -26/+57 |
2011-07-27 | Cope with platforms whose vsnprintf violates both POSIX and C99 | Simon McVittie | 1 | -3/+49 |
2011-07-26 | NEWS | Simon McVittie | 1 | -4/+3 |
2011-07-26 | DBusMessage: always access refcount atomically, even for assertions/initial ref | Simon McVittie | 1 | -12/+14 |
2011-07-26 | dbus-memory: use atomic accesses to block count, even for assertions | Simon McVittie | 1 | -7/+17 |
2011-07-26 | NEWS | Simon McVittie | 1 | -3/+4 |
2011-07-25 | DBusConnection: use atomic accesses to refcount in assertions/initial ref | Simon McVittie | 1 | -5/+6 |
2011-07-25 | dbus_message_ref: avoid unused variable if not asserting | Simon McVittie | 1 | -1/+7 |
2011-07-25 | _dbus_connection_close_if_only_one_ref: use _dbus_atomic_get | Simon McVittie | 1 | -13/+5 |
2011-07-25 | Add _dbus_atomic_get implemented in terms of inc, dec | Simon McVittie | 2 | -0/+25 |
2011-07-25 | DBusObjectTree: always access refcount atomically | Simon McVittie | 1 | -5/+14 |
2011-07-25 | dbus_message_unref: make an assertion more strict | Simon McVittie | 1 | -1/+1 |
2011-07-25 | DBusMessageFilter: exclusively use atomic accesses to refcount | Simon McVittie | 1 | -5/+14 |
2011-07-18 | NEWS | Simon McVittie | 1 | -1/+29 |
2011-07-18 | Uninstall the installed docs | Simon McVittie | 1 | -0/+4 |
2011-07-18 | Install man2html output to $(htmldir) | Simon McVittie | 1 | -1/+1 |
2011-07-18 | Install diagram.*, system-activation.txt to the $(docdir) | Simon McVittie | 1 | -3/+6 |
2011-07-18 | Install xmlto output to $(htmldir) automatically | Simon McVittie | 1 | -9/+7 |
2011-07-18 | Install dbus.devhelp to $(htmldir), not $(apidir), and remove it in clean | Simon McVittie | 1 | -1/+4 |
2011-07-18 | configure.ac: fix check for xsltproc | Simon McVittie | 1 | -2/+1 |
2011-07-18 | Use EXEEXT when running tests from another directory, and skip bus-test-launc... | Simon McVittie | 1 | -4/+7 |
2011-07-18 | Build docs after running tests, and remove redundant DIST_SUBDIRS | Simon McVittie | 1 | -2/+1 |
2011-07-18 | Run bus tests from test/ | Simon McVittie | 2 | -10/+17 |
2011-07-18 | Run dbus-test from test/, not dbus/ | Simon McVittie | 2 | -12/+14 |
2011-07-18 | dbus tests: don't warn on skipped tests | Simon McVittie | 2 | -3/+3 |
2011-07-18 | test/Makefile.am: list tests one per line | Simon McVittie | 1 | -4/+18 |
2011-07-18 | Opt-in to modern OS features on Solaris, to get file descriptor passing | Simon McVittie | 1 | -0/+3 |
2011-07-18 | _dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ... | Simon McVittie | 1 | -8/+0 |
2011-07-14 | DBusServer: exclusively use atomic operations on the refcount | Simon McVittie | 1 | -43/+64 |
2011-07-14 | DBusPendingCall: exclusively use atomic operations on the refcount | Simon McVittie | 1 | -33/+10 |
2011-07-08 | Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1 | Simon McVittie | 1 | -0/+3 |
2011-07-08 | In Windows _dbus_printf_string_upper_bound, don't crash on malloc failure | Simon McVittie | 1 | -0/+4 |
2011-07-08 | Added DBUS_ENABLE_STATS option to cmake buildsystem to keep in sync with auto... | Ralf Habacker | 3 | -0/+10 |
2011-07-08 | Visual Studio Professional uses a different ide starter - pointed out by Roma... | Ralf Habacker | 1 | -18/+33 |
2011-07-08 | Collected cmake doc into README.cmake. | Ralf Habacker | 3 | -61/+152 |
2011-07-05 | win32 fix: Keep server autolaunch mutex settings according to client detectio... | Ralf Habacker | 1 | -0/+12 |
2011-07-01 | DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE instead of DBUS_ERROR_ADDRE... | Jiří Klimeš | 1 | -6/+8 |
2011-06-10 | version bump | Simon McVittie | 2 | -1/+4 |
2011-06-10 | prepare 1.4.12dbus-1.4.12 | Simon McVittie | 3 | -6/+9 |
2011-06-10 | fix installable tests to not install if unwanted | Simon McVittie | 1 | -1/+1 |
2011-06-10 | NEWS | Simon McVittie | 1 | -0/+21 |
2011-06-10 | Fix copyright dates | Simon McVittie | 3 | -3/+3 |
2011-06-10 | Use DBUS_TIMEOUT_INFINITE in dbus-daemon.c | Simon McVittie | 1 | -2/+3 |
2011-06-10 | Add and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_DEFAULT | Simon McVittie | 3 | -6/+36 |
2011-06-10 | Test that a message with the byte order mangled causes disconnection but no c... | Simon McVittie | 1 | -0/+90 |
2011-06-10 | marshal test: test dbus_message_demarshal_bytes_needed | Simon McVittie | 1 | -0/+38 |
2011-06-10 | Add a test for marshalling and endian-swapping | Simon McVittie | 3 | -0/+229 |
2011-06-10 | installcheck: don't run installed tests against installed library if in a DES... | Simon McVittie | 1 | -0/+4 |
2011-06-10 | Alter test-dbus-daemon so it tests the installed dbus-daemon by default | Simon McVittie | 2 | -27/+14 |
2011-06-10 | Add support for installing most of the modular tests | Simon McVittie | 3 | -4/+76 |