2011-08-05 |
Simon McVittie | relay test: don't leak the server's address |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Simon McVittie | _dbus_server_new_for_domain_socket: don't try to unlink... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Simon McVittie | bus signal_handler: call _exit in the unlikely event... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Simon McVittie | bus signal_handler: comment why it's OK if the reload... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Simon McVittie | bus signal_handler: don't pretend to be portable away... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Simon McVittie | Conditionalize inclusion of unistd.h |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Brian Cameron | Handle SIGTERM again, to avoid leaving /tmp/dbus-XXX... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Simon McVittie | cmake: always enable GNU and recent-POSIX extensions... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Simon McVittie | micro version |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Simon McVittie | 1.4.14 dbus-1.4.14 |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Simon McVittie | Implement _dbus_atomic_get directly, rather than via... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Lennart Poettering | sysdeps-unix: remove some redundant assignments |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Lennart Poettering | activation: add /lib/dbus-1/system-services to the... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Simon McVittie | Add a note about bootstrapping new platforms to README |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Simon McVittie | man pages: replace all unescaped hyphen/minus character... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Simon McVittie | Fix spelling/grammatical mistakes detected by Debian... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Sascha Silbe | list_allows_user: fix debug output for groups |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Simon McVittie | DBusMessage: always access refcount atomically, even... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Simon McVittie | dbus-memory: use atomic accesses to block count, even... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Simon McVittie | DBusConnection: use atomic accesses to refcount in... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Simon McVittie | dbus_message_ref: avoid unused variable if not asserting |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Simon McVittie | _dbus_connection_close_if_only_one_ref: use _dbus_atomi... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Simon McVittie | Add _dbus_atomic_get implemented in terms of inc, dec |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Simon McVittie | DBusObjectTree: always access refcount atomically |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Simon McVittie | dbus_message_unref: make an assertion more strict |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Simon McVittie | DBusMessageFilter: exclusively use atomic accesses... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Uninstall the installed docs |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Install man2html output to $(htmldir) |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Install diagram.*, system-activation.txt to the $(docdir) |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Install xmlto output to $(htmldir) automatically |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Install dbus.devhelp to $(htmldir), not $(apidir),... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | configure.ac: fix check for xsltproc |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Use EXEEXT when running tests from another directory... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Build docs after running tests, and remove redundant... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Run bus tests from test/ |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Run dbus-test from test/, not dbus/ |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | dbus tests: don't warn on skipped tests |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | test/Makefile.am: list tests one per line |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Opt-in to modern OS features on Solaris, to get file... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | _dbus_connect_tcp_socket_with_nonce: don't create an... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Simon McVittie | DBusServer: exclusively use atomic operations on the... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Simon McVittie | DBusPendingCall: exclusively use atomic operations... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Simon McVittie | Cope with platforms whose vsnprintf violates both POSIX... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Simon McVittie | In Windows _dbus_printf_string_upper_bound, don't crash... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Ralf Habacker | Added DBUS_ENABLE_STATS option to cmake buildsystem... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Ralf Habacker | Visual Studio Professional uses a different ide starter... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Ralf Habacker | Collected cmake doc into README.cmake. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Ralf Habacker | win32 fix: Keep server autolaunch mutex settings accord... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Jiří Klimeš | DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE inste... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | version bump |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | prepare 1.4.12 dbus-1.4.12 |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | fix installable tests to not install if unwanted |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Fix copyright dates |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Use DBUS_TIMEOUT_INFINITE in dbus-daemon.c |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Test that a message with the byte order mangled causes... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | marshal test: test dbus_message_demarshal_bytes_needed |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add a test for marshalling and endian-swapping |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | installcheck: don't run installed tests against install... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Alter test-dbus-daemon so it tests the installed dbus... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add support for installing most of the modular tests |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | new test for being disconnected by a corrupt message... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | modular tests: depend on GIO 2.22 for GSocket |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Test nonce-tcp transport |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | dbus-daemon test: sanity-check the just-installed confi... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add a simple integration test for dbus-daemon |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Run integration tests on the installed dbus binaries... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Give the tests DBUS_TEST_DAEMON and DBUS_TEST_DATA... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Attempt to reproduce fd.o #34393 via another regression... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | loopback test: unref messages after use |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add an end-to-end sanity check for TCP and Unix DBusSer... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add support for building "modular" tests, which require... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Don't disable GLib assertions when disabling our own... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | dbus_message_demarshal_bytes_needed: correct a wrong... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | _dbus_header_byteswap: change the first byte of the... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Consistently use atomic operations for all access to... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Simon McVittie | bus: use ln -fs to enable dbus in systemd, not $(LN_S) |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Simon McVittie | Remove support for -Wl,--gc-sections altogether |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Mark Brand | don't try to build dbus-daemon-launch-helper for Windows |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Simon McVittie | Use #!/bin/sh for run-with-tmp-session-bus.sh |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Simon McVittie | add a release name here too |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Simon McVittie | Development version |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Simon McVittie | Prepare version 1.4.10 dbus-1.4.10 |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Simon McVittie | bus_context_log: divert messages to stderr if we're... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Simon McVittie | process_config_first_time_only: initialize syslog as... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Simon McVittie | _dbus_init_system_log: remove FIXME on Windows |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Simon McVittie | bus_context_check_security_policy: syslog if we hit... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Simon McVittie | bus_context_check_security_policy: for SELinux denials... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Simon McVittie | bus_context_check_security_policy: factor out complain_... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Simon McVittie | Check for X even if X11 autolaunching is disabled |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Simon McVittie | test-autolaunch: don't expect autolaunching to work... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
next |