summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-24make some functions staticFrediano Ziglio2-4/+4
2016-03-24removed unused red_qxl_set_mm_timeFrediano Ziglio2-7/+0
2016-03-24remove unused reds_set_mm_timeFrediano Ziglio2-11/+0
2016-03-23use constructor/destructor macrosFrediano Ziglio3-13/+1
2016-03-23qxl: implement QXLWorker interface, do not use as a base classFrediano Ziglio1-35/+48
2016-03-23declare and use message for RED_WORKER_MESSAGE_GL_SCANOUTFrediano Ziglio3-2/+6
2016-03-23build-sys: use safer SPICE_CONTAINEROF versionFrediano Ziglio1-0/+2
2016-03-23Remove last usage of global 'reds' variableJonathon Jongsma4-115/+92
2016-03-22char-device: Add helpers for SpiceCharDeviceCallbacks vfuncsChristophe Fergeau1-16/+62
2016-03-21Remove dependency of vdi_port_read_buf_process on RedsStateChristophe Fergeau1-7/+17
2016-03-21agent: Sync AgentMsgFilter state upon agent connectionChristophe Fergeau3-5/+22
2016-03-21Revert "fix regression due to callback called earlier"Christophe Fergeau3-9/+17
2016-03-17Remove red_channel_set_data()Christophe Fergeau8-23/+13
2016-03-17Use red_qxl_check_qxl_version in red-workerChristophe Fergeau3-5/+6
2016-03-17Add more red_qxl_ methodsChristophe Fergeau5-20/+112
2016-03-17Use QXLInstance instead of QXLState in red_qxl_*Christophe Fergeau7-126/+132
2016-03-16server: Add some comments to the sound structures.Francois Gouget1-4/+8
2016-03-16server: Give the SndChannel's ref and unref methods their expected nameFrancois Gouget1-5/+5
2016-03-16replay: skip the first N (slow) commandsUri Lublin1-1/+4
2016-03-16replay: count commandsUri Lublin1-0/+8
2016-03-15Use more explicit variable name in marshall_gl_scanout()Christophe Fergeau1-4/+4
2016-03-15Fix typo in variable name in function prototypeChristophe Fergeau1-1/+1
2016-03-15Remove unused red_qxl_set_dispatcher_opaqueChristophe Fergeau1-6/+0
2016-03-11Remove spice_server_set_keepalive_timeoutChristophe Fergeau4-15/+1
2016-03-11Always enable TCP keepaliveChristophe Fergeau1-14/+26
2016-03-11Update spice-commonMarc-André Lureau1-0/+0
2016-03-10smartcard: Move private constant to C fileChristophe Fergeau2-3/+3
2016-03-10Rename red_channel_pipe_item_init to pipe_item_initChristophe Fergeau11-62/+36
2016-03-10char-device: Refactor spice_char_device_client_add a bitChristophe Fergeau1-19/+35
2016-03-09Replace RedsPrivate::mig_wait_disconnect_clients with a GListChristophe Fergeau2-34/+9
2016-03-09Replace RedsPrivate::char_devs_state with a GListChristophe Fergeau2-37/+11
2016-03-09Introduce spice_char_device_get_interface()Christophe Fergeau5-16/+19
2016-03-09Fix regression initialising QXL interfaceFrediano Ziglio1-1/+0
2016-03-08Fix dcc_start() regressionMarc-André Lureau1-11/+4
2016-03-05Remove use of global 'reds' within RedWorkerJonathon Jongsma3-7/+18
2016-03-05Add red_qxl_get_server()Jonathon Jongsma2-0/+6
2016-03-05Store reference to RedsState in QXLStateJonathon Jongsma3-5/+7
2016-03-04worker: remove useless qxl_stateFrediano Ziglio3-11/+8
2016-03-04use QXLState instead of RedDispatcherFrediano Ziglio11-347/+372
2016-03-04rename red-dispatcher.* files to red-qxl.*Frediano Ziglio8-8/+8
2016-03-04rename red_dispatcher_ functions to red_qxl_Frediano Ziglio5-183/+183
2016-03-04fix indentationFrediano Ziglio1-2/+2
2016-03-04optimize handle_dev_input callFrediano Ziglio1-3/+3
2016-03-04reduce header dependenciesFrediano Ziglio2-2/+1
2016-03-03server: Fix the order of the attach_stream() assertsFrancois Gouget1-1/+1
2016-03-03Make use of the new reds_core_timer_* APIChristophe Fergeau3-27/+22
2016-03-03Introduce reds_core_timer_*Christophe Fergeau2-0/+54
2016-03-03Introduce reds_core_watch_*Christophe Fergeau4-26/+70
2016-03-03replay: do not use argv after g_option_context_parseUri Lublin1-4/+4
2016-03-03server: Store the opaque pointer in VideoEncoderRateControlCbsFrancois Gouget3-11/+11