summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* snd_worker: support sending SPICE_MSG_PLAYBACK_LATENCYYonit Halperin2013-04-222-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-222-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
* red_worker: stream agent - fix miscounting of framesYonit Halperin2013-04-221-4/+12
* snd_worker: Make sure we never send an empty volume messageHans de Goede2013-04-191-3/+7
* red_worker.c: fix not destroying streams before sending MSG_MIGRATEYonit Halperin2013-04-081-1/+24
* red_worker.c: s/red_display_destroy_streams/red_display_destroy_streams_agentsYonit Halperin2013-04-081-2/+2
* snd_worker: Don't send empty audio-volume messagesHans de Goede2013-04-011-1/+4
* char_device: Don't set active when stopped and don't access dev after unrefHans de Goede2013-03-291-2/+4
* char_device: Don't set the write-retry timer when not runningHans de Goede2013-03-291-4/+7
* char_device: Properly update buffer status when leaving the write loop on stopHans de Goede2013-03-291-4/+1
* inputs-channel: Don't send insecure keyb notify to in migrate clientHans de Goede2013-03-151-1/+1
* inputs-channel: Handle printing of insecure keyboard notifyHans de Goede2013-03-152-5/+6
* main-channel: Add a main_channel_client_push_notify functionHans de Goede2013-03-152-1/+7
* main-channel: Make main_channel_push_notify deal with dynamic memoryHans de Goede2013-03-153-22/+14
* server/reds: Send the agent a CLIENT_DISCONNECTED msg on client disconnectHans de Goede2013-03-071-1/+23
* char_device: Add spice_char_device_write_buffer_get_server_no_token()Hans de Goede2013-03-072-15/+29
* Silence __spice_char_device_write_buffer_get: internal buf is not availableHans de Goede2013-03-041-1/+0
* worker_update_monitors_config: Drop bogus real_count accountingHans de Goede2013-01-151-14/+1
* server: Fix SpiceWorker-CRITICAL **: red_worker.c:10968:red_push_monitors_con...Hans de Goede2013-01-151-2/+1
* link libspice server with libm libpthreadMichael Tokarev2013-01-141-0/+1
* red_worker.c: clearing the stream vis_region, after it has been detachedYonit Halperin2013-01-081-2/+3
* red_worker.c: insert a drawable to its position in the current tree before ca...Yonit Halperin2013-01-081-13/+42
* server: guest_set_client_capabilities: protect against NULL worker->display_c...Uri Lublin2013-01-011-1/+2
* Release 0.12.2v0.12.2Hans de Goede2012-12-201-0/+1
* red_parse_qxl: fix throwing away drawables that have masksYonit Halperin2012-12-202-19/+16
* reds: Use g_strlcpy instead of strncpyChristophe Fergeau2012-12-121-15/+17
* build: Use glib2Christophe Fergeau2012-12-121-0/+2
* Fail reds_init_socket when getaddrinfo failsChristophe Fergeau2012-12-121-0/+1
* Make sure strncpy'ed string are 0-terminatedChristophe Fergeau2012-12-121-2/+2
* red_worker: revert 8855438aYonit Halperin2012-12-051-5/+0
* server: add "port" channel supportMarc-André Lureau2012-12-054-18/+155
* server: bump SPICE_SERVER_VERSION to 0.12.2Marc-André Lureau2012-12-051-1/+1