summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Support for forcing pixman images to opaqueSøren Sandmann Pedersen3-13/+49
2012-07-10work-in-progressSøren Sandmann Pedersen2-22/+52
2012-07-02wipSøren Sandmann Pedersen5-1/+106
2012-07-02Add support for A8 images to the LZ routinesSøren Sandmann Pedersen6-9/+86
2012-07-02canvas_utils: Make sure strides are aligned to multiple of 4Søren Sandmann Pedersen1-0/+3
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
2012-03-30ssl-verify: improve logging report in case of errorsMarc-André Lureau1-30/+40
2012-03-28Fix harmless warnings in quic_encode()Marc-André Lureau1-3/+3
2012-03-25build-sys: split client marshallers in seperate libMarc-André Lureau1-13/+16
2012-03-22build-sys: make it a seperately buildable spice-common libraryMarc-André Lureau7-28/+93
2012-03-20Add SPICE_ATTR_NORETURN and use it for a few functionsMarc-André Lureau2-1/+10
2012-03-20Fix build with SPICE_DISABLE_ABORTMarc-André Lureau1-0/+1
2012-03-20Remove need for SPICE_CANVAS_INTERNALMarc-André Lureau8-32/+0
2012-03-20fix void* arithmeticMarc-André Lureau1-1/+1
2012-03-20build: replace INCLUDES with AM_CPPFLAGSMarc-André Lureau1-1/+1
2012-03-20Add missing includes & make some functions staticDaniel P. Berrange2-3/+3
2012-03-20Add printf format annotations to all '...' functionsDaniel P. Berrange6-14/+16
2012-03-20Fix some integer range checks which always evaluate falseDaniel P. Berrange1-2/+2
2012-03-20Avoid warnings about empty conditional statement bodiesDaniel P. Berrange1-6/+9
2012-03-20build: remove 'win' directoryMarc-André Lureau13-1643/+0
2012-03-20messages.h: add smartcard bitsChristophe Fergeau1-0/+22
2012-03-20Add client_marshallers.h client_demarshallers.h from spice-gtkMarc-André Lureau3-0/+104
2012-03-20Use SPICE_{BEGIN,END}_DECLSMarc-André Lureau25-154/+93
2012-03-20add const to arrays in marshalling functionsChristophe Fergeau2-2/+2
2012-03-20ssl_verify: include <string.h>Christophe Fergeau1-0/+1
2012-03-20ssl_verify: comment X509_NAME undefMarc-André Lureau1-0/+3
2012-03-20Use a log handler to modify abort() behaviourMarc-André Lureau28-553/+820
2012-03-20update gitignoreMarc-André Lureau1-0/+3
2012-03-20common: remove unnecessary outdated c++ debugMarc-André Lureau1-3/+0
2012-03-20common: ring.h should include stddef for NULL usageMarc-André Lureau1-0/+1
2012-03-20Send name & uuid to capable clientsMarc-André Lureau1-0/+9
2012-03-20mingw: workaround weird openssl build failureChristophe Fergeau1-0/+1
2012-03-20mingw: don't try to redefine allocaChristophe Fergeau1-0/+2
2012-03-20mingw: use uintptr_t when converting a pointer to an intChristophe Fergeau2-5/+5