summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: fix mishandling of agent data received from the client after agent dis...Yonit Halperin2012-11-301-6/+22
* red_worker: no need to align the stride of internal imagesYonit Halperin2012-11-291-1/+1
* red_worker: fix sending internal images with stride > bpp*width to lz compres...Yonit Halperin2012-11-281-13/+13
* red_worker.c: fix memory corruption when data from client is bigger than 1024...Yonit Halperin2012-11-261-0/+12
* red_worker.c: fix not sending all pending messages when the device is stoppedYonit Halperin2012-11-261-21/+25
* smartcard.c: avoid marshalling migration data with reference to a memory that...Yonit Halperin2012-11-261-1/+1
* red_worker.c: fix marshalling of migration dataYonit Halperin2012-11-261-6/+5
* reds.c: fix calls to spice_marshaller_add_ref with ptr to memory that might b...Yonit Halperin2012-11-261-10/+14
* char_device.c: when the state is destroyed, also free the buffer that is bein...Yonit Halperin2012-11-261-0/+3
* char_device.c: add ref count for write-to-device buffersYonit Halperin2012-11-262-10/+44
* char_device.c: fix call to spice_marshaller_add_ref with memory on stackYonit Halperin2012-11-211-6/+8
* red_worker.c: fix calling set_client_capabilities when it is unsupported by qemuYonit Halperin2012-11-121-10/+8
* display seamless migration: no need to trace the generation of the primary su...Yonit Halperin2012-11-121-35/+16
* display seamless migration: don't process both cmd ring and dispatcher queue ...Yonit Halperin2012-11-121-7/+36
* Revert "server: add websockets support via libwebsockets"Alon Levy2012-11-049-455/+32
* server/red_worker: don't call set_client_capabilities if vm is stoppedAlon Levy2012-11-011-18/+46
* server/red_worker: wip: VALIDATE_SURFACE macros, remove asserts (but too late...Alon Levy2012-10-251-12/+50
* release 0.12.1Alon Levy2012-10-251-1/+1
* server: add websockets support via libwebsocketsAlon Levy2012-10-259-32/+455
* server/red_worker: stride > 0 is tested, remove abortAlon Levy2012-10-251-3/+0
* server/tests/test_display_base: fix segfault in testAlon Levy2012-10-251-1/+5
* server/reds.c: split off reds-private.hAlon Levy2012-10-252-176/+186
* server: red_dispatcher: check major/minor of qxl for client_monitors_configUri Lublin2012-10-241-14/+7
* inputs_channel: Fix wrong handling of key up/down on big endianHans de Goede2012-10-181-5/+7
* snd channel: fix accessing freed memoryYonit Halperin2012-10-111-2/+2
* Fix PlaybackChannel forward declarationChristophe Fergeau2012-10-011-3/+2
* server: Access the correct SndChannel for a given AudioFrameAndrew Eikum2012-10-011-5/+11
* server: Don't release SndChannel twice from worker referenceAndrew Eikum2012-10-011-1/+1
* reds: Report an error when reds_char_device_add_state failsChristophe Fergeau2012-09-201-0/+1
* reds: Check errors returned from SSL_CTX_set_cipher_listChristophe Fergeau2012-09-201-1/+3