summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-03-12spice-common: start adding egl protocolHEADmasterDave Airlie2-0/+14
2014-01-20quic: Fix test which is always trueChristophe Fergeau1-1/+1
2014-01-07ssl: Don't use uninitialized variable in verify_subject()Christophe Fergeau2-12/+9
2014-01-07mi: Fix shadow warningsChristophe Fergeau1-4/+0
2014-01-07mi: fix memory leak in miFillUniqueSpanGroupChristophe Fergeau1-0/+2
2014-01-07mi: Avoid stack smash when drawing dashed linesChristophe Fergeau1-3/+3
2014-01-07quic: Add missing break; in switch/caseChristophe Fergeau1-0/+2
2014-01-07backtrace: Don't attempt to call seteuid(0)Christophe Fergeau1-1/+0
2014-01-07Remove unused variableChristophe Fergeau1-2/+0
2014-01-02Add support for the Opus codec.Jeremy White3-12/+141
2014-01-02Add a snd_codec interface to abstract the use of audio codecs such as celt.Jeremy White3-0/+356
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