summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2019-04-30inputs-channel: Attempt to have a reliable led stateBenjamin Tissoires1-14/+55
2019-04-11video-stream: use the dcc local variableFrancois Gouget1-1/+1
2019-03-29red-worker: Remove unused definitionsFrediano Ziglio1-6/+0
2019-03-29red-worker: Use bool for driver_cap_monitors_configFrediano Ziglio1-4/+4
2019-03-29red-channel: Small comment on "core" fieldFrediano Ziglio1-0/+3
2019-03-28display-channel: Inline red_migrate_display functionFrediano Ziglio1-7/+3
2019-03-28Move image_compression field from RedWorker to DisplayChannelFrediano Ziglio4-6/+14
2019-03-28Check image compression value earlierFrediano Ziglio2-31/+31
2019-03-28red-worker: Remove only assigned fieldsFrediano Ziglio1-4/+0
2019-03-28Make channel client callbacks virtual functionsJonathon Jongsma16-123/+76
2019-03-28Check running state in red_qxl_set_client_capabilitiesFrediano Ziglio4-7/+5
2019-03-28Move DisplayChannel callbacks from RedWorker to DisplayChannelFrediano Ziglio3-109/+120
2019-03-28Save running property in QXLStateJonathon Jongsma4-12/+28
2019-03-28Move thread/dispatching handling to RedChannelFrediano Ziglio10-263/+159
2019-03-28dispatcher: Allows to manage messages without registering themFrediano Ziglio2-25/+69
2019-03-22Remove a duplicated line谢 昆明1-1/+0
2019-03-21Consistently check if drm_dma_buf_fd is greater or lower than zeroFrancois Gouget1-2/+2
2019-03-21dcc: Remove a redundant NULL pointer check in dcc_create_surface()Francois Gouget1-2/+1
2019-03-21worker: Fix potential sprintf overflowChristophe Fergeau1-1/+1
2019-03-21red-worker: Use mnemonic for statistic bufferFrediano Ziglio1-1/+2
2019-03-20main-dispatcher: Use reds as opaque for dispatcherFrediano Ziglio1-9/+9
2019-03-20main-dispatcher: Inline main_dispatcher_self_handle_channel_eventFrediano Ziglio1-11/+2
2019-03-20dispatcher: Use NULL for pointer checkFrediano Ziglio1-1/+1
2019-03-20reds: Check we don't register a channel twice in reds_register_channelFrediano Ziglio1-0/+8
2019-03-19test-stream-device: Remove interface before next loopFrediano Ziglio1-0/+1
2019-03-18Remove support for 64 bit pointers on protocolFrediano Ziglio4-4/+4
2019-03-18video-stream: prevent crash on stream reattachDouglas Paul1-1/+3
2019-03-15Move channel registration to constructed vfuncJonathon Jongsma4-3/+14
2019-03-11display-channel: monitors config debug: add head numberVictor Toso1-2/+3
2019-03-06Switch some boolean fields to 'bool' typeJonathon Jongsma1-5/+5
2019-03-06Only send device display info to supported agentsJonathon Jongsma1-0/+11
2019-03-06Refactor agent_adjust_capabilities() functionJonathon Jongsma1-10/+7
2019-03-06test-stat: Adjust delay checksFrediano Ziglio1-6/+6
2019-03-05Use proper format strings for spice_logFrediano Ziglio9-19/+27
2019-02-23red-pipe-item: Removed some not necessary headers inclusionsFrediano Ziglio1-2/+2
2019-02-14reds: Check QXL ID registering interfaceFrediano Ziglio1-0/+8
2019-02-14reds: Reuse agent_dev local variableFrediano Ziglio1-11/+11
2019-02-14reds: Use proper enumeration for read_state fieldFrediano Ziglio1-3/+3
2019-02-13meson: Bump libcacard requirement to 2.5.1Eduardo Lima (Etrunko)1-4/+0
2019-02-13meson: Use gnu_symbol_visibility keyword introduced in meson 0.48Eduardo Lima (Etrunko)1-1/+2
2019-02-12Remove core parameter from main_dispatcher_newFrediano Ziglio3-25/+8
2019-02-12test-stream-device: Check monitor ID messagesFrediano Ziglio1-0/+70
2019-02-12reds: Factor out a function to marshal VDAgentGraphicsDeviceInfo messageFrediano Ziglio2-80/+66
2019-02-12agent-msg-filter: Simplify codeFrediano Ziglio1-9/+5
2019-02-11reds: Fix typo in commentFrediano Ziglio1-1/+1
2019-02-11reds: Fix typos in commentsFrediano Ziglio2-2/+2
2019-02-11agent-msg-filter: Add some comments to AgentMsgFilter structureFrediano Ziglio1-0/+7
2019-02-11smartcard-channel-client: Update usage of GObject private structuresFrediano Ziglio1-4/+3
2019-02-11smartcard: Improve on_message_from_device readabilityChristophe Fergeau1-8/+5
2019-02-11smartcard: Rework smartcard_get_vsc_msg_item a bitChristophe Fergeau1-10/+7