summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-17ssl-verify: add a bit of run-time checksHEADmasterMarc-André Lureau1-0/+5
2012-05-02video streaming: add support for frames of different sizesYonit Halperin4-6/+36
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-04-06demarshall: add missing parens in BE read_xxx functionsChristophe Fergeau1-1/+1
2012-04-04Update spice-protocol submoduleChristophe Fergeau1-0/+0
2012-04-03configure.ac: lower required autoconf version to 2.63Hans de Goede1-1/+1
2012-04-03update submodule spice-protocolYonit Halperin1-0/+0
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é Lureau16-29/+644
2012-03-21spice.proto: fix demarshaller crash with name messageMarc-André Lureau1-1/+1
2012-03-21codegen: ifdef/endif function declaration tooMarc-André Lureau1-0/+2
2012-03-21codegen: include headers locallyMarc-André Lureau2-2/+3
2012-03-21codegen: struct marshallers are not current function helperMarc-André Lureau2-3/+4
2012-03-20use new @ifdef directive for smartcard messagesChristophe Fergeau1-1/+1
2012-03-20add smartcard bits to spice.protoChristophe Fergeau1-4/+73
2012-03-20spice_codegen: Always write a channels entry for an ifdef-ed channelHans de Goede2-0/+11
2012-03-20handle @ifdef on messages and channelsChristophe Fergeau2-7/+43
2012-03-20allow attributes on channel elements in .proto filesChristophe Fergeau2-2/+4
2012-03-20add ifdef/endif methods to spice code generatorChristophe Fergeau1-0/+12
2012-03-20fix copy & paste error in ptypes.pyChristophe Fergeau1-3/+1
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