summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.12.2v0.12.2Hans de Goede2012-12-202-0/+11
* red_parse_qxl: fix throwing away drawables that have masksYonit Halperin2012-12-202-19/+16
* spice-client: Add --hotkeys cmdline optionHans de Goede2012-12-191-0/+7
* reds: Use g_strlcpy instead of strncpyChristophe Fergeau2012-12-121-15/+17
* build: Use glib2Christophe Fergeau2012-12-122-0/+5
* Don't build client by defaultChristophe Fergeau2012-12-121-1/+1
* 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
* update spice-commonMarc-André Lureau2012-12-051-0/+0
* 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-0410-471/+32
* update spice-common (was broken)Alon Levy2012-11-041-0/+0
* 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-252-3/+3
* server: add websockets support via libwebsocketsAlon Levy2012-10-2510-32/+471
* 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
* configure.ac: add libcacard to SPICE_REQUIRES if built with smartcard supportAlon Levy2012-10-251-0/+1
* update spice-commonAlon Levy2012-10-251-0/+0
* server: red_dispatcher: check major/minor of qxl for client_monitors_configUri Lublin2012-10-241-14/+7
* add git-version-gen and gitlog-to-changelogAlon Levy2012-10-195-11/+385
* 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
* reds: Report errors from load_dh_paramsChristophe Fergeau2012-09-201-3/+10
* reds: Check reds_init_ssl errorsChristophe Fergeau2012-09-201-1/+3
* reds: report SSL initialization errorsChristophe Fergeau2012-09-201-1/+7
* reds_init_net: report errors on watch setup failuresChristophe Fergeau2012-09-201-0/+3