summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* server: print subtype when adding CHAR_DEVICE interfacesAlon Levy2010-12-061-1/+1
* server: add static to spice_server_char_device_add_interfaceAlon Levy2010-12-061-1/+1
* spice codegen: fix copy-o, no such variable valueAlon Levy2010-12-061-1/+1
* server: fix print text on vdagent interface additionAlon Levy2010-12-061-1/+1
* server: add char_device.h header, use in reds.cAlon Levy2010-12-062-4/+12
* spice-experimental.h: add multiple include protectionAlon Levy2010-12-061-1/+7
* server/vdi_port (virtserial): always read dataAlon Levy2010-12-061-6/+13
* server: add char_device.h to Makefile.am for make distAlon Levy2010-12-021-0/+1
* server/tests: add test_display_no_sslAlon Levy2010-11-304-50/+588
* server/tests: Makefile.am fixesAlon Levy2010-11-301-2/+2
* add .gitignore for testsAlon Levy2010-11-302-0/+5
* spicec: Don't show a white screen if guest resolution does not fit fullscreenHans de Goede2010-11-254-2/+34
* spicec: fix ASSERT to accept size == 0Arnon Gilboa2010-11-241-1/+1