Merge lp://staging/~alan-griffiths/mir/socket-connection into lp://staging/~mir-team/mir/trunk
Proposed by
Alan Griffiths
Status: | Superseded | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Proposed branch: | lp://staging/~alan-griffiths/mir/socket-connection | ||||||||||||
Merge into: | lp://staging/~mir-team/mir/trunk | ||||||||||||
Diff against target: |
1758 lines (+587/-280) 31 files modified
examples/basic_server.cpp (+34/-2) examples/render_surfaces.cpp (+5/-4) include/server/mir/default_server_configuration.h (+10/-3) include/server/mir/frontend/connector.h (+14/-14) include/server/mir/frontend/connector_report.h (+9/-9) include/server/mir/frontend/session_creator.h (+44/-0) include/server/mir/server_configuration.h (+2/-2) include/test/mir_test/test_protobuf_server.h (+4/-4) src/server/default_server_configuration.cpp (+2/-0) src/server/display_server.cpp (+9/-9) src/server/frontend/CMakeLists.txt (+6/-7) src/server/frontend/default_configuration.cpp (+50/-21) src/server/frontend/protobuf_session_creator.cpp (+73/-0) src/server/frontend/protobuf_session_creator.h (+60/-0) src/server/frontend/published_socket_connector.cpp (+79/-76) src/server/frontend/published_socket_connector.h (+37/-38) tests/acceptance-tests/test_client_library.cpp (+1/-1) tests/acceptance-tests/test_server_shutdown.cpp (+3/-3) tests/acceptance-tests/test_test_framework.cpp (+1/-1) tests/integration-tests/client/test_client_render.cpp (+1/-1) tests/integration-tests/shell/test_session.cpp (+5/-4) tests/integration-tests/test_display_server_main_loop_events.cpp (+33/-32) tests/integration-tests/test_error_reporting.cpp (+1/-1) tests/mir_test_doubles/test_protobuf_socket_server.cpp (+10/-10) tests/unit-tests/client/test_client_mir_surface.cpp (+1/-1) tests/unit-tests/frontend/CMakeLists.txt (+1/-1) tests/unit-tests/frontend/stress_protobuf_communicator.cpp (+1/-1) tests/unit-tests/frontend/test_protobuf_reports_errors.cpp (+1/-1) tests/unit-tests/frontend/test_protobuf_sends_fds.cpp (+1/-1) tests/unit-tests/frontend/test_protobuf_surface_apis.cpp (+1/-1) tests/unit-tests/frontend/test_published_socket_connector.cpp (+88/-32) |
||||||||||||
To merge this branch: | bzr merge lp://staging/~alan-griffiths/mir/socket-connection | ||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mir development team | Pending | ||
Review via email: mp+187324@code.staging.launchpad.net |
Commit message
frontend, config: Mechanism for connecting via a socket pair.
Description of the change
frontend, config: Mechanism for connecting via a socket pair.
To post a comment you must log in.