summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-23Release 0.9.00.9.0Alon Levy1-0/+62
2011-07-22server/smartcard: fix smartcard_channel_send_errorAlon Levy1-25/+8
2011-07-22mjpeg: rename jpeg_mem_destChristophe Fergeau1-3/+3
2011-07-22mjpeg_encoder: allocate "row" on demandChristophe Fergeau1-8/+9
2011-07-22mjpeg_encoder: remove unused functionsChristophe Fergeau2-50/+0
2011-07-22mjpeg_encoder: use libjpeg-turbo extra colorspacesChristophe Fergeau1-5/+16
2011-07-22red_worker: use new mjpeg_encoder_encode_scanline APIChristophe Fergeau1-72/+13
2011-07-22mjpeg_encoder: add mjpeg_encoder_get_bytes_per_pixelChristophe Fergeau2-0/+6
2011-07-22mjpeg_encoder: add mjpeg_encoder_encode_scanlineChristophe Fergeau2-0/+107
2011-07-22red_worker: simplify red_rgb_to_24bpp prototypeChristophe Fergeau1-10/+6
2011-07-22mjpeg_encoder: rework output buffer allocationChristophe Fergeau3-26/+112
2011-07-22red_worker: factor pixel conversion codeChristophe Fergeau1-121/+50
2011-07-22set version number to 0.9.0Christophe Fergeau1-2/+2
2011-07-22fix make distcheckChristophe Fergeau3-6/+7
2011-07-22configure.ac: fix pyparsing checkChristophe Fergeau1-1/+1
2011-07-22add SASL and smartcard to distcheck flagsChristophe Fergeau1-1/+1
2011-07-22client: don't die if initial agent timeout triggersChristophe Fergeau2-2/+10
2011-07-22client: only send one SPICE_MSGC_MAIN_ATTACH_CHANNELS messagesChristophe Fergeau2-8/+16
2011-07-22client: split overlong option descriptionsChristophe Fergeau1-2/+5
2011-07-21server: make sure we clear vdagent and update mouse mode on agent disconnectHans de Goede1-1/+1
2011-07-21client: fix endless recursion in rearrange_monitors, RHBZ #692976Yonit Halperin4-50/+55
2011-07-21spicec: Make loglevel configurable through the environmentHans de Goede1-0/+7
2011-07-20server/red_worker: send surface images to client on-demand after S3/4 wakeupYonit Halperin1-9/+22
2011-07-20server/spice.h: bump QXL_MINOR because of QXLWorker and QXLInterface changesAlon Levy1-1/+1
2011-07-20server: add QXLWorker.flush_surfaces_async for S3/S4 supportAlon Levy5-4/+46
2011-07-20server: add QXLInterface::update_area_complete callbackAlon Levy2-16/+47
2011-07-20server/red_worker: handle_dev_input: reuse write_ready introduced for asyncAlon Levy1-8/+4
2011-07-20server: add async io supportAlon Levy8-91/+358
2011-07-20bump required spice-protocol to 0.8.1 for qxl_dev async and s3 updatesAlon Levy1-1/+1
2011-07-20server: api: add spice_qxl_* calls based on QXLWorker contentsAlon Levy3-32/+226
2011-07-20server: spice-server.syms: move sasl symbols to 0.8.2Alon Levy1-3/+7
2011-07-20server/red_worker: remove print on handle_dev_destroy_surfacesAlon Levy1-1/+1
2011-07-20server/red_worker: *_release_item: less frequent debug messagesAlon Levy1-2/+2
2011-07-20server/tests: test_util.h: fix double ASSERT definitionAlon Levy1-0/+3
2011-07-19common: add backtrace via gstack or glibc backtraceAlon Levy5-0/+143
2011-07-19server: add symbol versioning to the spice server shared library.Gerd Hoffmann2-0/+67
2011-07-19remove unused functionChristophe Fergeau1-2/+0
2011-07-19client: add missing "," in option listChristophe Fergeau1-1/+1
2011-07-18Fix spice-server/qemu channel version checksChristophe Fergeau1-8/+8
2011-07-18client: rename connect_unsecure to connect_to_peerUri Lublin2-4/+15
2011-07-18client: don't crash when agent is missing WAN supportChristophe Fergeau1-8/+20
2011-07-18client: improve WAN option descriptionChristophe Fergeau1-2/+2
2011-07-18x11: don't return freed memory from get_clipboardChristophe Fergeau1-2/+6
2011-07-18client: match delete[] with new[]Christophe Fergeau1-1/+1
2011-07-18client: s/recive/receiveChristophe Fergeau4-25/+25
2011-07-12server: add missing calls to red_handle_drawable_surfaces_client_syncedYonit Halperin1-0/+2
2011-07-12server: fix access to a released drawable. RHBZ #713474Yonit Halperin1-2/+9
2011-07-06server: fix segfault if no migrate_info providedAlon Levy1-0/+11
2011-07-05server: cursor_channel: releasing pipe items resources when the pipe is clear...Yonit Halperin1-9/+34
2011-07-05server: display_channel: releasing pipe items resources when the pipe is clea...Yonit Halperin1-24/+75