summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* server/red_parse_qxl: two coding convention pointer cast fixAlon Levy2013-05-171-2/+2
* server/dispatchers: initialize stack to 0 for valgrindAlon Levy2013-05-172-5/+5
* server/red_dispatcher: close pa hole in RedWorkerMessageDisplayConnect for va...Alon Levy2013-05-171-2/+2
* server/tests: test_display_width_strideAlon Levy2013-05-174-7/+154
* server/red_worker: simplify monitors_config updateAlon Levy2013-05-171-7/+6
* server/tests/test_display_base: add missing set_client_capabilities, fix clie...Alon Levy2013-05-171-1/+11
* server/red_worker: turn critical (assert) non error into warningAlon Levy2013-05-171-1/+4
* server/red_worker: s/driver_has_monitors_config/driver_cap_monitors_config/ (...Alon Levy2013-05-171-5/+7
* red_worker: don't get bit_rate from main_channel_client, if it wasn't initial...Yonit Halperin2013-05-091-12/+30
* reds: fix memory leak when core->base.minor_version < 3Yonit Halperin2013-05-081-3/+2
* reds: move handle_channel_event logic from main_dispatcher to redsYonit Halperin2013-05-083-9/+19
* red_worker: fail handle_migrate_data instead of aborting when there is an err...Yonit Halperin2013-05-081-11/+25
* red_channel: notify and shutdown a channel client when its handle_migrate_dat...Yonit Halperin2013-05-081-2/+5
* red_channel: add spice_channel_client_errorYonit Halperin2013-05-081-0/+11
* red_worker: fix incorrect is_low_bandwidth after migrating a low bandwidth co...Yonit Halperin2013-05-081-0/+3
* red_worker: cleanup: add is_low_bandwidth flag to CommonChannelClientYonit Halperin2013-05-081-14/+15
* main_channel: add routine for checking if a network test had been conducted a...Yonit Halperin2013-05-082-1/+15
* red_worker: remove wrong TODOAlon Levy2013-05-051-2/+0
* red_channel: on migration target, start sending ping messages only after the ...Yonit Halperin2013-05-011-1/+15
* red_channel: stop sending ping messages after migration has completedYonit Halperin2013-05-011-0/+5
* reds: fix not sending the mm-time after migration when there is no audio play...Yonit Halperin2013-05-011-4/+14
* red_channel: fix not handling self pipe items in red_channel_client_release_itemYonit Halperin2013-04-301-0/+3
* server: Add public spice_qxl_driver_unload methodHans de Goede2013-04-246-1/+39
* red_worker: assign mm_time to vga framesYonit Halperin2013-04-221-4/+9
* red_worker: increase the interval limit for stream framesYonit Halperin2013-04-221-1/+1
* collect and print video stream statisticsYonit Halperin2013-04-222-1/+77
* server/red_worker: add an option to supply the bandwidth via env varYonit Halperin2013-04-221-5/+24
* server/red_worker.c: use the bit rate of old streams as a start point for new...Yonit Halperin2013-04-223-1/+22
* red_worker: video streams - adjust client playback latencyYonit Halperin2013-04-221-5/+54
* reds: support mm_time latency adjustmentsYonit Halperin2013-04-225-1/+64
* snd_worker: support sending SPICE_MSG_PLAYBACK_LATENCYYonit Halperin2013-04-223-0/+46
* dispatcher.h: fix - s/#define MAIN_DISPATCHER_H/#define DISPATCHER_HYonit Halperin2013-04-222-3/+4
* red_worker: ignoring video frame drops that are not due to pipe congestionYonit Halperin2013-04-221-3/+13
* red_worker: notify mjpeg_encoder on server frame dropsYonit Halperin2013-04-221-4/+13
* red_worker: support SPICE_MSGC_DISPLAY_STREAM_REPORTYonit Halperin2013-04-223-2/+85
* red_worker: start using mjpeg_encoder rate control capabilitiesYonit Halperin2013-04-223-59/+68
* server/red_worker: enable latency monitoring in the display channelYonit Halperin2013-04-221-1/+4
* red_worker: stream - update periodically the input frame rateYonit Halperin2013-04-221-1/+35
* red_channel: monitor connection latency using MSG_PINGYonit Halperin2013-04-227-2/+251
* server/red_worker: assign timer callbacks to worker_core, using spice_timer_q...Yonit Halperin2013-04-221-0/+14
* server: spice_timer_queueYonit Halperin2013-04-223-0/+313
* mjpeg_encoder: add stream warmup time, in which we avoid server and client dropsYonit Halperin2013-04-221-0/+27
* mjpeg_encoder: keep the average observed fps similar to the defined fpsYonit Halperin2013-04-221-2/+73
* mjpeg_encoder: move the control over frame drops to mjpeg_encoderYonit Halperin2013-04-223-23/+40
* mjpeg_encoder: update the client with estimations for the required playback l...Yonit Halperin2013-04-222-14/+39
* mjpeg_encoder: modify stream bit rate based on server side pipe congestionYonit Halperin2013-04-222-22/+91
* mjpeg_encoder: adjust the stream bit rate based on periodic client feedbackYonit Halperin2013-04-223-10/+401
* mjpeg_encoder: re-configure stream parameters when the frame's encoding size ...Yonit Halperin2013-04-221-8/+139
* mjpeg_encoder: configure mjpeg quality and frame rate according to a given bi...Yonit Halperin2013-04-223-7/+312
* server/red_worker: streams: moving mjpeg_encoder from Stream to StreamAgentYonit Halperin2013-04-221-16/+22