summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* client migration: switch hostGerd Hoffmann2010-12-162-11/+59
* server/red_worker: fix worker->drawable_countAlon Levy2010-12-151-1/+1
* client/smartcard: external cac card library name and version changedAlon Levy2010-12-111-2/+2
* server: improve error handlingGerd Hoffmann2010-12-091-8/+24
* server/tests: fix for AM_LDFLAGS introductionAlon Levy2010-12-081-4/+4
* mingw32 build: disable -fvisibility test for unsupported mingw32 targetGerd Hoffmann2010-12-081-1/+1
* mingw32 build: check for CXImage, disable if not found (only on mingw32)Alon Levy2010-12-083-1/+52
* mingw32 build: use PRIu64 instead of llAlon Levy2010-12-081-2/+6
* mingw32 build: python_modules/marshal: use unsigned for for_loop index variableAlon Levy2010-12-081-1/+1
* mingw32 build: various fixesAlon Levy2010-12-082-3/+3
* mingw32 build: fix two functionsAlon Levy2010-12-082-6/+1
* mingw32 build: add missing switch flags (nop)Alon Levy2010-12-082-1/+9
* mingw32 build: eol fixesAlon Levy2010-12-081-11/+11
* mingw32 build: windows/Makefile.am: double NULL definitionAlon Levy2010-12-081-1/+0
* mingw32 build: missing linked files for spicec.exeAlon Levy2010-12-081-0/+4
* mingw32 build: remove unused, initialize uninitialized, reorder constructor i...Alon Levy2010-12-084-7/+8
* mingw32 build: fix assignement as condition warningAlon Levy2010-12-081-1/+1
* mingw32 build: fixed using -1 as uninitialized value for unsigned variablesAlon Levy2010-12-083-6/+6
* mingw32 build: fix signed/unsigned warnings as errorsAlon Levy2010-12-0815-31/+31
* mingw32 build: fix configure.ac typoAlon Levy2010-12-081-1/+1
* mingw32 build: fix various warningsAlon Levy2010-12-083-7/+7
* mingw32 build: fix build errorsGerd Hoffmann2010-12-084-4/+17
* mingw32 build: disable ms compiler pragmas for gccGerd Hoffmann2010-12-081-0/+2
* mingw32 build: add client/windows/Makefile, tweak configureGerd Hoffmann2010-12-072-2/+205
* build: s/HUGE/INFINITY/Gerd Hoffmann2010-12-071-1/+1
* build: use jpeg_boolean with more recent libjpeg versions.Gerd Hoffmann2010-12-072-2/+10
* build: only check for x11 extensions whenGerd Hoffmann2010-12-071-14/+20
* build: alsa is needed on linux only.Gerd Hoffmann2010-12-071-4/+6
* server/tests: Makefile.am: use AM_LDFLAGS instead of LDFLAGSAlon Levy2010-12-071-1/+1
* server/inputs: return NULL on alloc_buf request for too large messageAlon Levy2010-12-071-0/+4
* server/red_channel: error channel if alloc_msg_buf fails (returns NULL)Alon Levy2010-12-071-0/+5
* server/inputs_channel: better protection from channel disconnection on keyboa...Alon Levy2010-12-071-1/+1
* server/red_channel: add red_channel_is_connectedAlon Levy2010-12-072-0/+7
* server/inputs_channel: remove unused declaration in inputs_channel.hAlon Levy2010-12-071-1/+0
* server/inputs_channel: s/inputs_channel/g_inputs_channel/Alon Levy2010-12-071-17/+22
* server/inputs_channel: initialize inputs_channel to NULLAlon Levy2010-12-071-1/+1
* server: reds/inputs_channel: move some structs to inputs_channelAlon Levy2010-12-072-12/+12
* server: inputs_channel: use red_channelAlon Levy2010-12-071-282/+125
* server: red_channel: add optional parser and separate incoming/outgoing error...Alon Levy2010-12-072-3/+107
* server: inputs_channel: s/inputs_state/inputs_channel/Alon Levy2010-12-071-51/+46
* server: introduce inputs_channel, split from reds.cAlon Levy2010-12-075-545/+786
* server/reds: fix typoAlon Levy2010-12-071-5/+5
* spicec: do not call connect_secure when connect_unsecure fails due to protoco...Arnon Gilboa2010-12-071-5/+7
* client/smartcard: add files to Makefile.am for make distAlon Levy2010-12-071-2/+4
* smartcard: configure option --enable-smartcardAlon Levy2010-12-074-1/+49
* smartcard: server side (not enabled yet)Alon Levy2010-12-073-0/+574
* smartcard: client: add keyboard shortcuts for remove/insert virtual cardAlon Levy2010-12-073-0/+54
* smartcard: client side (not enabled yet)Alon Levy2010-12-074-0/+639
* smartcard: add to spice.protoAlon Levy2010-12-071-0/+8
* server: add spice_server_char_device_remove_interfaceAlon Levy2010-12-071-5/+14