summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Fix min gcc version for __attribute__(format)Christophe Fergeau2013-08-201-7/+3
* add SPICE_MSG_PLAYBACK_LATENCYYonit Halperin2013-04-221-0/+4
* add stream report messagesYonit Halperin2013-04-222-0/+19
* Add compile-time check for lz arraysChristophe Fergeau2013-04-103-0/+251
* supply missing IS_IMAGE_TYPE_* elements for LZ_IMAGE_TYPE_A8Laszlo Ersek2013-04-101-2/+2
* region.c: fix region_bounds_intersectsYonit Halperin2013-04-021-1/+1
* Address a compilation warning due to missing typecastMichael Tokarev2013-02-071-1/+1
* canvas_base: fix not caching palettes that belong to images that are not rend...Yonit Halperin2013-01-311-1/+18
* Add a "port" channelMarc-André Lureau2012-12-052-0/+15
* common/lz.c: improve lz_encode commentAlon Levy2012-11-041-2/+3
* ssl-verify: use more explicit error messageMarc-André Lureau2012-10-181-0/+3
* build-sys: remove Makefile from marshaller build depMarc-André Lureau2012-08-281-1/+0
* support seamless migrationYonit Halperin2012-08-272-1/+15
* add SPICE_MSG_MAIN_AGENT_CONNECTED_TOKENSYonit Halperin2012-08-271-0/+2
* Add support for A8 images to the LZ routinesSøren Sandmann Pedersen2012-08-2411-18/+261
* canvas_utils: Make sure strides are aligned to multiple of 4Søren Sandmann Pedersen2012-08-131-0/+3
* build-sys: fix make distcheckMarc-André Lureau2012-07-161-1/+4
* support multiple monitors in single display channelAlon Levy2012-07-121-0/+16
* spice-protocol/spice/enums.h: rebuild from spice.protoAlon Levy2012-07-081-1/+4
* common/log.h: add spice_infoAlon Levy2012-07-051-0/+6
* Fix a gcc warningMarc-André Lureau2012-06-301-3/+6
* Fix invalid macro usageMarc-André Lureau2012-06-301-1/+1
* ssl: more verbose output when SSL verification failsChristophe Fergeau2012-06-251-9/+32
* smartcard: build fixes for spice serverAlon Levy2012-06-141-1/+1
* ssl-verify: add a bit of run-time checksMarc-André Lureau2012-05-171-0/+5
* video streaming: add support for frames of different sizesYonit Halperin2012-05-021-1/+14
* region: add region_extentsYonit Halperin2012-05-022-0/+13
* rect: add rect_debugYonit Halperin2012-05-021-0/+11
* rect: add rect_get_areaYonit Halperin2012-05-021-0/+10
* rect: add rect_containsYonit Halperin2012-05-021-0/+11
* Set the clip type to reflect the on wire type.Jeremy White2012-04-261-1/+1
* Add missing struct field initializersDaniel P. Berrange2012-04-252-4/+6
* move variable decleration to head of code blockAric Stewart2012-04-181-1/+1
* allow log.c to compile under MSVC++Aric Stewart2012-04-181-0/+12
* add padding member to SpiceMsgEmptyAric Stewart2012-04-181-0/+1
* Add a return value to the default case in create_bitmap to satisfy VC++Aric Stewart2012-04-171-1/+1
* Bypass certicate verification failure if PUBKEY check onlyMarc-André Lureau2012-03-301-0/+7
* ssl-verify: improve logging report in case of errorsMarc-André Lureau2012-03-301-30/+40
* Fix harmless warnings in quic_encode()Marc-André Lureau2012-03-281-3/+3
* build-sys: split client marshallers in seperate libMarc-André Lureau2012-03-251-13/+16
* build-sys: make it a seperately buildable spice-common libraryMarc-André Lureau2012-03-227-28/+93
* Add SPICE_ATTR_NORETURN and use it for a few functionsMarc-André Lureau2012-03-202-1/+10
* Fix build with SPICE_DISABLE_ABORTMarc-André Lureau2012-03-201-0/+1
* Remove need for SPICE_CANVAS_INTERNALMarc-André Lureau2012-03-208-32/+0
* fix void* arithmeticMarc-André Lureau2012-03-201-1/+1
* build: replace INCLUDES with AM_CPPFLAGSMarc-André Lureau2012-03-201-1/+1
* Add missing includes & make some functions staticDaniel P. Berrange2012-03-202-3/+3
* Add printf format annotations to all '...' functionsDaniel P. Berrange2012-03-206-14/+16
* Fix some integer range checks which always evaluate falseDaniel P. Berrange2012-03-201-2/+2
* Avoid warnings about empty conditional statement bodiesDaniel P. Berrange2012-03-201-6/+9