]> git.ipfire.org Git - thirdparty/dbus.git/shortlog
thirdparty/dbus.git
2017-12-12  Simon McVittiebus/driver: Add basic container info to GetConnectionCr...
2017-12-12  Simon McVittiebus/driver: Containers can't use the Verbose and Stats...
2017-12-12  Simon McVittiebus/driver: Add a flag for methods that can't be invoke...
2017-12-12  Simon McVittietest/containers: Check that connections from containers...
2017-12-12  Simon McVittietest/containers: Check that containers can't make new...
2017-12-12  Simon McVittiebus/driver: Treat connections from inside containers...
2017-12-12  Simon McVittiebus/containers: Indicate in loginfo whether connection...
2017-12-12  Simon McVittietest/containers: Assert that InstanceRemoved is emitted
2017-12-12  Simon McVittiebus/containers: Emit InstanceRemoved signal
2017-12-12  Simon McVittietest/containers: Exercise the various ways to stop...
2017-12-12  Simon McVittiebus/containers: Don't allow stopping other users' conta...
2017-12-12  Simon McVittiebus/containers: Implement methods to stop containers...
2017-12-12  Simon McVittiebus/containers: Give each instance a list of all its...
2017-12-12  Simon McVittiebus/containers: Shut down container servers when initia...
2017-12-12  Simon McVittiebus/containers: Link each container to its initiating...
2017-12-12  Simon McVittiebus/containers: Each connection to a container holds...
2017-12-12  Simon McVittietest/containers: Exercise connecting to the new socket...
2017-12-12  Simon McVittiebus/containers: Require connecting uid to match caller...
2017-12-12  Simon McVittietest/containers: Exercise a successful call to AddServer
2017-12-12  Simon McVittiebus/containers: Set up new connections to join the bus
2017-12-12  Simon McVittiebus_context_add_incoming_connection: factor out
2017-12-12  Simon McVittiebus/containers: Create a DBusServer and add it to the...
2017-12-11  Simon McVittiebus/containers: Build a global data structure for conta...
2017-12-11  Simon McVittietest/containers: Exercise the new parameter checking
2017-12-11  Simon McVittiebus/containers: Do some basic checking on the parameters
2017-12-11  Simon McVittietest/containers: New test
2017-12-11  Simon McVittietest/uid-permissions: Assert that AddServer is privileged
2017-12-11  Simon McVittietravis-ci: Do at least one build with and one without...
2017-12-11  Simon McVittiedriver: Add a stub implementation of the Containers1...
2017-12-11  Simon McVittiespec: Document the initial Containers1 interface
2017-12-04  Simon McVittie_dbus_test_oom_handling: print TAP diagnostics
2017-12-04  Simon McVittietests: Add the ability to multiply up test timeouts
2017-12-04  Simon McVittietest-utils: Separate failable and non-failable functions
2017-12-04  Simon McVittietest_connection_setup: Don't crash on unlikely OOM
2017-12-04  Simon McVittietest_try_connect_to_bus: Cope with OOM while setting...
2017-12-04  Simon McVittietest_try_connect_to_bus: Don't leak the connection...
2017-12-04  Simon McVittiedbus_message_demarshal: Set error if we can't allocate...
2017-12-04  Simon McVittieDBusHeader: Add a diagram of the header
2017-12-04  Simon McVittie_dbus_header_load: Operate on the entire string, not...
2017-11-27  Simon McVittie_dbus_server_new_for_socket: Iterate over arrays as...
2017-11-24  Simon McVittieNEWS for 1.13.x
2017-11-24  Simon McVittietests: Use test_main_context_call_and_wait
2017-11-24  Simon McVittietest_main_context_call_and_wait: Add
2017-11-24  Simon McVittietest-utils: Use TAP syntax to die with a fatal error
2017-11-24  Simon McVittietests: Don't use the same variable for call and reply
2017-11-24  Simon McVittietest/sd-activation: Make more use of dbus_clear_message()
2017-11-24  Simon McVittietests: Don't leak pending calls
2017-11-24  Simon McVittietest/dbus-daemon: Don't leak method call messages if...
2017-11-24  Simon McVittietest_peer_ping: Don't leak one method call per invocation
2017-11-24  Simon McVittie_dbus_server_new_for_tcp_socket: Simplify error unwinding
2017-11-24  Simon McVittie_dbus_server_new_for_socket: Simplify error unwinding
2017-11-24  Simon McVittieAdd a targeted test for OOM during _dbus_server_new_for...
2017-11-24  Simon McVittiedbus-nonce: Don't crash on encountering OOM
2017-11-24  Simon McVittie_dbus_listen_tcp_socket: Don't rely on dbus_realloc...
2017-11-24  Simon McVittie_dbus_server_new_for_tcp_socket: Don't pile up errors...
2017-11-24  Simon McVittie_dbus_server_new_for_launchd: Don't leak fd on failure
2017-11-24  Simon McVittie_dbus_server_new_for_socket: Properly disconnect during...
2017-11-24  Simon McVittie_dbus_server_new_for_socket: Invalidate watches during...
2017-11-24  Simon McVittie_dbus_transport_new_for_socket: Simplify with _DBUS_STR...
2017-11-24  Simon McVittieDBusString: Add _DBUS_STRING_INIT_INVALID and allow...
2017-11-24  Simon McVittieDBusString: Reverse the sense of ->invalid
2017-11-15  Simon McVittieRemove references to test/data/incomplete-messages too
2017-11-15  Simon McVittietests: Remove leftover references to valid-messages...
2017-11-15  Simon McVittieUpdate NEWS for 1.13.x test changes
2017-11-15  Simon McVittieRemove test data in the "message builder" domain-specif...
2017-11-15  Simon McVittie_dbus_test_diag: Flush stdout after each diagnostic
2017-11-15  Simon McVittiedispatch test: Output finer-grained TAP
2017-11-15  Simon McVittietest-bus*: Output TAP directly
2017-11-15  Simon McVittietest-dbus: Produce machine-readable TAP output
2017-11-15  Simon McVittiebus: Silence the output of the test services when doing...
2017-11-15  Simon McVittiebus: Silence most log messages when testing OOM handling
2017-11-15  Simon McVittieUnix: Flush stdout and stderr streams before forking
2017-11-15  Simon McVittiePrefer to use _dbus_test_fatal() for assertion failures...
2017-11-15  Simon McVittieUse _dbus_test_fatal to include more detail in test...
2017-11-15  Simon McVittieEmbedded tests: Emit TAP diagnostics instead of printf
2017-11-15  Simon McVittieAdd utility functions to emit TAP diagnostics and fatal...
2017-11-15  Simon McVittieDo not export dbus_internal_do_not_use_run_tests if...
2017-11-15  Simon McVittieWindows autolaunch: Turn stdout spam into stderr spam
2017-11-15  Simon McVittieRemove commented-out printf debugging
2017-11-14  Simon McVittieUpdate NEWS for 1.13.x
2017-11-14  Thomas ZajicAdd a missing space in logging output
2017-11-13  Simon McVittieMerge branch 'dbus-1.12'
2017-11-13  Simon McVittieStart 1.12.4
2017-11-13  Simon McVittie1.12.2 dbus-1.12.2
2017-11-10  Simon McVittieUpdate NEWS for 1.12.x
2017-11-10  Simon McVittieUpdate NEWS for 1.13.x
2017-11-10  Simon McVittiebus_connections_setup_connection: If we can't set it...
2017-11-10  Simon McVittiebus_connections_setup_connection: If we can't set it...
2017-11-10  Simon McVittieUpdate NEWS for 1.13.x
2017-11-10  Simon McVittieUpdate NEWS for 1.12.x
2017-11-10  Simon McVittietravis-ci: Enable/disable more features in various...
2017-11-07  Simon McVittieDBusNonceFile: Don't rely on caller preallocating the...
2017-11-07  Simon McVittie_dbus_accept_with_noncefile: Don't leak nonce
2017-11-07  Simon McVittiedo_noncefile_create: Avoid freeing uninitialized memory...
2017-11-07  Simon McVittiedo_check_nonce: Don't free uninitialized memory on OOM
2017-11-07  Simon McVittie_dbus_accept_with_noncefile: Don't leak nonce
2017-11-07  Simon McVittiedo_noncefile_create: Avoid freeing uninitialized memory...
2017-11-07  Simon McVittiedo_check_nonce: Don't free uninitialized memory on OOM
2017-11-07  Simon McVittietests: Assert that _DBUS_STRING_DEFINE_STATIC looks...
2017-11-07  Simon McVittie_DBUS_STRING_DEFINE_STATIC: Don't include zero terminat...
next