summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-16Log actual address spice-server binds toHEADmasterChristophe Fergeau1-5/+10
2013-03-15inputs-channel: Don't send insecure keyb notify to in migrate clientHans de Goede1-1/+1
2013-03-15inputs-channel: Handle printing of insecure keyboard notifyHans de Goede2-5/+6
2013-03-15main-channel: Add a main_channel_client_push_notify functionHans de Goede2-1/+7
2013-03-15main-channel: Make main_channel_push_notify deal with dynamic memoryHans de Goede3-22/+14
2013-03-07server/reds: Send the agent a CLIENT_DISCONNECTED msg on client disconnectHans de Goede1-1/+23
2013-03-07char_device: Add spice_char_device_write_buffer_get_server_no_token()Hans de Goede2-15/+29
2013-03-07Update spice-commonHans de Goede1-0/+0
2013-03-04Silence __spice_char_device_write_buffer_get: internal buf is not availableHans de Goede1-1/+0
2013-01-15worker_update_monitors_config: Drop bogus real_count accountingHans de Goede1-14/+1
2013-01-15server: Fix SpiceWorker-CRITICAL **: red_worker.c:10968:red_push_monitors_con...Hans de Goede1-2/+1
2013-01-14link libspice server with libm libpthreadMichael Tokarev1-0/+1
2013-01-08red_worker.c: clearing the stream vis_region, after it has been detachedYonit Halperin1-2/+3
2013-01-08red_worker.c: insert a drawable to its position in the current tree before ca...Yonit Halperin1-13/+42
2013-01-01server: guest_set_client_capabilities: protect against NULL worker->display_c...Uri Lublin1-1/+2
2012-12-20Release 0.12.2Hans de Goede2-0/+11
2012-12-20red_parse_qxl: fix throwing away drawables that have masksYonit Halperin2-19/+16
2012-12-19spice-client: Add --hotkeys cmdline optionHans de Goede1-0/+7
2012-12-12reds: Use g_strlcpy instead of strncpyChristophe Fergeau1-15/+17
2012-12-12build: Use glib2Christophe Fergeau2-0/+5
2012-12-12Don't build client by defaultChristophe Fergeau1-1/+1
2012-12-12Fail reds_init_socket when getaddrinfo failsChristophe Fergeau1-0/+1
2012-12-12Make sure strncpy'ed string are 0-terminatedChristophe Fergeau1-2/+2
2012-12-05red_worker: revert 8855438aYonit Halperin1-5/+0
2012-12-05server: add "port" channel supportMarc-André Lureau4-18/+155
2012-12-05server: bump SPICE_SERVER_VERSION to 0.12.2Marc-André Lureau1-1/+1
2012-12-05update spice-commonMarc-André Lureau1-0/+0
2012-11-30agent: fix mishandling of agent data received from the client after agent dis...Yonit Halperin1-6/+22
2012-11-29red_worker: no need to align the stride of internal imagesYonit Halperin1-1/+1
2012-11-28red_worker: fix sending internal images with stride > bpp*width to lz compres...Yonit Halperin1-13/+13
2012-11-26red_worker.c: fix memory corruption when data from client is bigger than 1024...Yonit Halperin1-0/+12
2012-11-26red_worker.c: fix not sending all pending messages when the device is stoppedYonit Halperin1-21/+25
2012-11-26smartcard.c: avoid marshalling migration data with reference to a memory that...Yonit Halperin1-1/+1
2012-11-26red_worker.c: fix marshalling of migration dataYonit Halperin1-6/+5
2012-11-26reds.c: fix calls to spice_marshaller_add_ref with ptr to memory that might b...Yonit Halperin1-10/+14
2012-11-26char_device.c: when the state is destroyed, also free the buffer that is bein...Yonit Halperin1-0/+3
2012-11-26char_device.c: add ref count for write-to-device buffersYonit Halperin2-10/+44
2012-11-21char_device.c: fix call to spice_marshaller_add_ref with memory on stackYonit Halperin1-6/+8
2012-11-12red_worker.c: fix calling set_client_capabilities when it is unsupported by qemuYonit Halperin1-10/+8
2012-11-12display seamless migration: no need to trace the generation of the primary su...Yonit Halperin1-35/+16
2012-11-12display seamless migration: don't process both cmd ring and dispatcher queue ...Yonit Halperin1-7/+36
2012-11-04Revert "server: add websockets support via libwebsockets"Alon Levy10-471/+32
2012-11-04update spice-common (was broken)Alon Levy1-0/+0
2012-11-01server/red_worker: don't call set_client_capabilities if vm is stoppedAlon Levy1-18/+46
2012-10-25server/red_worker: wip: VALIDATE_SURFACE macros, remove asserts (but too late...Alon Levy1-12/+50
2012-10-25release 0.12.1Alon Levy2-3/+3
2012-10-25server: add websockets support via libwebsocketsAlon Levy10-32/+471
2012-10-25server/red_worker: stride > 0 is tested, remove abortAlon Levy1-3/+0
2012-10-25server/tests/test_display_base: fix segfault in testAlon Levy1-1/+5
2012-10-25server/reds.c: split off reds-private.hAlon Levy2-176/+186