summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-03remove display_marshall_verbHEADmasterChristophe Fergeau1-7/+1
2011-08-03free main channel on shutdownChristophe Fergeau1-0/+1
2011-08-03RedDisplayChannel/RedCursorChannel inherit from RedChannelChristophe Fergeau1-108/+108
2011-08-02server: init all fields on SpiceMsgDisplayStreamCreateChristophe Fergeau1-0/+2
2011-08-02fix valgrind warning in test_display__streamChristophe Fergeau1-1/+1
2011-08-02mjpeg: add missing SPICE_BITMAP_FMT_RGBAChristophe Fergeau1-0/+1
2011-08-02Fix typo: treshold -> thresholdLiang Guo1-1/+1
2011-08-02Fix typo: seperator -> separatorLiang Guo3-24/+24
2011-08-01mjpeg: fix libjpeg assertionChristophe Fergeau1-8/+8
2011-07-31server/red_dispatcher: fix wrong resolution set for tabletAlon Levy1-4/+4
2011-07-31client: fix 30s timeout regressionChristophe Fergeau1-2/+7
2011-07-31common/backtrace.h: disable for WIN32Alon Levy1-0/+4
2011-07-28fix integer marshalling helpers on big endianChristophe Fergeau1-6/+6
2011-07-28fix typo in big endian code pathChristophe Fergeau1-2/+2
2011-07-26Bump version in server/spice,h to 0.9.1Hans de Goede1-1/+1
2011-07-25server: Don't call vdagent chardev state callback on client (dis)connectHans de Goede1-45/+20
2011-07-23Release 0.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