summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-21Release 0.8.20.8.for.teufAlon Levy3-2/+12
2011-07-21client: fix endless recursion in rearrange_monitors, RHBZ #692976Yonit Halperin4-50/+54
2011-07-21server/red_worker: send surface images to client on-demand after S3/4 wakeupYonit Halperin1-9/+22
2011-07-21server/spice.h: bump QXL_MINOR because of QXLWorker and QXLInterface changesAlon Levy1-1/+1
2011-07-21server: add QXLWorker.flush_surfaces_async for S3/S4 supportAlon Levy5-4/+46
2011-07-21server: add QXLInterface::update_area_complete callbackAlon Levy2-16/+47
2011-07-21server/red_worker: handle_dev_input: reuse write_ready introduced for asyncAlon Levy1-8/+4
2011-07-21server: add async io supportAlon Levy8-91/+360
2011-07-21server: replace redundant code with red_cursor_resetYonit Halperin1-47/+24
2011-07-21use foo(void) instead of foo() in prototypesChristophe Fergeau17-31/+31
2011-07-21bump required spice-protocol to 0.8.1 for qxl_dev async and s3 updatesAlon Levy1-1/+1
2011-07-21server: api: add spice_qxl_* calls based on QXLWorker contentsAlon Levy3-31/+226
2011-07-21s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau4-55/+55
2011-07-21server: spice-server.syms: move sasl symbols to 0.8.2Alon Levy1-0/+6
2011-07-21client: rename connect_unsecure to connect_to_peerUri Lublin2-4/+14
2011-07-21Fix spice-server/qemu channel version checksChristophe Fergeau1-8/+8
2011-07-21client: don't crash when agent is missing WAN supportChristophe Fergeau1-8/+20
2011-07-21client: improve WAN option descriptionChristophe Fergeau1-2/+5
2011-07-21x11: don't return freed memory from get_clipboardChristophe Fergeau1-2/+6
2011-07-21client: match delete[] with new[]Christophe Fergeau1-1/+1
2011-07-21server: fix access to a released drawable. RHBZ #713474Yonit Halperin1-2/+9
2011-07-21server: add missing calls to red_handle_drawable_surfaces_client_syncedYonit Halperin1-0/+2
2011-07-21server: removing local cursor, this solves RHBZ #714801Yonit Halperin1-112/+14
2011-07-21server/smartcard: register channel only when hardware is availableAlon Levy2-6/+9
2011-07-21server/smartcard: handle BaseChannel messagesAlon Levy1-0/+5
2011-07-21add check for pyparsingChristophe Fergeau2-3/+18
2011-07-21client/windows: enable image randomization (ASLR) rhbz#701111Arnon Gilboa1-2/+2
2011-07-21client/windows: undef SIZE_MAX in stdint.hArnon Gilboa1-1/+1
2011-07-21server: Unset executable bit of red_tunnel_worker.hZeeshan Ali (Khattak)1-0/+0
2011-07-21common: spice_memdup could accept NULLMarc-André Lureau1-0/+4
2011-07-21add missing "LGPLv2.1 or later" header to source filesChristophe Fergeau14-1/+235
2011-07-21common: add extern "C" guards to headersChristophe Fergeau23-2/+188
2011-07-21configure.ac: replace tab with spacesChristophe Fergeau1-1/+1
2011-07-21configure.ac: remove unused dynamic linkage flagChristophe Fergeau1-3/+1
2011-07-21configure.ac: fix use of AC_ARG_ENABLEChristophe Fergeau1-33/+35
2011-07-21spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)Alon Levy1-1/+1
2011-07-21client: s/reqired/required in CmdLineParserChristophe Fergeau2-5/+5
2011-07-21server/tests remove useless assignmentChristophe Fergeau1-1/+0
2011-07-21common/pixman: remove dead assignmentsChristophe Fergeau1-7/+3
2011-07-21gl: remove unused variablesChristophe Fergeau1-6/+0
2011-07-21gl: use correct pixman accessor for image dataChristophe Fergeau1-1/+1
2011-07-21client: use silent generation rules in Makefile.amChristophe Fergeau1-4/+4
2011-07-21common/gl: remove unused variableChristophe Fergeau1-3/+2
2011-07-21opengl: fix compilationChristophe Fergeau1-3/+0
2011-07-21python_modules/codegen.py: fix indent error in an unused functionAlon Levy1-1/+1
2011-07-21server: add SASL supportMarc-André Lureau3-7/+751
2011-07-21server: add auth mechanism selectionMarc-André Lureau1-4/+64
2011-07-21server: add reds_channel_dispose()Marc-André Lureau3-2/+14
2011-07-21server: simplify and constify sync_write()Marc-André Lureau1-17/+25
2011-07-21server: pull out reds_handle_link(), for future reuseMarc-André Lureau1-9/+16