summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-10-23ring: add RING_FOREACH_REVERSED_SAFEbitmap-crop.mem-controlYonit Halperin1-0/+6
2013-10-23quic: add x-offset option to bitmap encodingYonit Halperin2-23/+27
2013-10-11ssl: Don't try hostname check if cert subject check failsChristophe Fergeau1-8/+5
2013-10-11ssl: Log an error when peer certificate verification failedChristophe Fergeau1-1/+9
2013-10-11ssl: Improve error message in cert chain verificationChristophe Fergeau1-2/+2
2013-10-04Remove INLINE usageMarc-André Lureau8-48/+48
2013-09-30gl: use glCopyPixels()Marc-André Lureau1-1/+1
2013-09-30gl: cope with positive stride in put_image()Marc-André Lureau1-3/+7
2013-09-30gl: ignore alpha channel in draw_copyMarc-André Lureau1-0/+1
2013-09-30gl: ignore if mask has not bitmapMarc-André Lureau1-1/+2
2013-09-12quic: precompute golomb codesMarc-André Lureau2-14/+33
2013-09-12quic: compile with constant bppMarc-André Lureau3-13/+13
2013-09-12canvas: use precomputed revers_bitsMarc-André Lureau1-0/+43
2013-08-20Fix min gcc version for __attribute__(format)Christophe Fergeau1-7/+3
2013-04-22add SPICE_MSG_PLAYBACK_LATENCYYonit Halperin1-0/+4
2013-04-22add stream report messagesYonit Halperin2-0/+19
2013-04-10Add compile-time check for lz arraysChristophe Fergeau3-0/+251
2013-04-10supply missing IS_IMAGE_TYPE_* elements for LZ_IMAGE_TYPE_A8Laszlo Ersek1-2/+2
2013-04-02region.c: fix region_bounds_intersectsYonit Halperin1-1/+1
2013-02-07Address a compilation warning due to missing typecastMichael Tokarev1-1/+1
2013-01-31canvas_base: fix not caching palettes that belong to images that are not rend...Yonit Halperin1-1/+18
2012-12-05Add a "port" channelMarc-André Lureau2-0/+15
2012-11-04common/lz.c: improve lz_encode commentAlon Levy1-2/+3
2012-10-18ssl-verify: use more explicit error messageMarc-André Lureau1-0/+3
2012-08-28build-sys: remove Makefile from marshaller build depMarc-André Lureau1-1/+0
2012-08-27support seamless migrationYonit Halperin2-1/+15
2012-08-27add SPICE_MSG_MAIN_AGENT_CONNECTED_TOKENSYonit Halperin1-0/+2
2012-08-24Add support for A8 images to the LZ routinesSøren Sandmann Pedersen11-18/+261
2012-08-13canvas_utils: Make sure strides are aligned to multiple of 4Søren Sandmann Pedersen1-0/+3
2012-07-16build-sys: fix make distcheckMarc-André Lureau1-1/+4
2012-07-12support multiple monitors in single display channelAlon Levy1-0/+16
2012-07-08spice-protocol/spice/enums.h: rebuild from spice.protoAlon Levy1-1/+4
2012-07-05common/log.h: add spice_infoAlon Levy1-0/+6
2012-06-30Fix a gcc warningMarc-André Lureau1-3/+6
2012-06-30Fix invalid macro usageMarc-André Lureau1-1/+1
2012-06-25ssl: more verbose output when SSL verification failsChristophe Fergeau1-9/+32
2012-06-14smartcard: build fixes for spice serverAlon Levy1-1/+1
2012-05-17ssl-verify: add a bit of run-time checksMarc-André Lureau1-0/+5
2012-05-02video streaming: add support for frames of different sizesYonit Halperin1-1/+14
2012-05-02region: add region_extentsYonit Halperin2-0/+13
2012-05-02rect: add rect_debugYonit Halperin1-0/+11
2012-05-02rect: add rect_get_areaYonit Halperin1-0/+10
2012-05-02rect: add rect_containsYonit Halperin1-0/+11
2012-04-26Set the clip type to reflect the on wire type.Jeremy White1-1/+1
2012-04-25Add missing struct field initializersDaniel P. Berrange2-4/+6
2012-04-18move variable decleration to head of code blockAric Stewart1-1/+1
2012-04-18allow log.c to compile under MSVC++Aric Stewart1-0/+12
2012-04-18add padding member to SpiceMsgEmptyAric Stewart1-0/+1
2012-04-17Add a return value to the default case in create_bitmap to satisfy VC++Aric Stewart1-1/+1
2012-03-30Bypass certicate verification failure if PUBKEY check onlyMarc-André Lureau1-0/+7