summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Alon Levy2010-12-084-7/+8
| | | | initializers
* 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
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* mingw32 build: disable ms compiler pragmas for gccGerd Hoffmann2010-12-081-0/+2
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* mingw32 build: add client/windows/Makefile, tweak configureGerd Hoffmann2010-12-072-2/+205
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* build: s/HUGE/INFINITY/Gerd Hoffmann2010-12-071-1/+1
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* build: use jpeg_boolean with more recent libjpeg versions.Gerd Hoffmann2010-12-072-2/+10
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* build: only check for x11 extensions whenGerd Hoffmann2010-12-071-14/+20
| | | | building for x11 platform.
* build: alsa is needed on linux only.Gerd Hoffmann2010-12-071-4/+6
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* 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 ↵Alon Levy2010-12-071-1/+1
| | | | keyboard modifiers callback
* 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 ↵Alon Levy2010-12-072-3/+107
| | | | error handlers for later inputs/main channel usage
* 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 ↵Arnon Gilboa2010-12-071-5/+7
| | | | | | | | | | | | | | | | | | | | protocol version mismatch (v2) If connect_unsecure failed due to protocol version mismatch, don't try to connect_secure with the same version, but retry (connect_secure or connect_unsecure) with older version. catch (...) is handled by caller at RedChannel::run(). This solves the following bug: when "new" Spice client (protocol version 2) with given secure_port connects to "old" server which is not using the same secure_port (or not using a secure_port at all), the client exits immediately. In this scenario, the client first tries to use Spice protocol version 2 to connect the unsecure port, and altough this fails due to version mismatch, it tries to connect to the secure port with the same protocol version 2, which is a wrong behavior, fails due to socket error 10061 (WSAECONNREFUSED - Connection refused) and handled mistakenly by immediate exit, instead of retrying with protocol version 1.
* 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
| | | | | | | | | | | | We erronously ignored data from guest on the serial channel if no client is connected. This leads to an assert when the guest writes a second time, since there is still data unconsumed by us (the host). Fix by reading data anyway, and discarding it after parsing (and reading) whole messages from the guest. Net affect is that any messages the agent sends while no client is connected get discarded, but only full messages are discarded. This fixes an abort if booting a winxp guest with vdagent without a connected client.
* 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
| | | | | | | | | | updates taken from spice vga mode updates, i.e. non cacheable, glz compressed (depends on whatever settings you apply to the server) opaque draw operations. + completed the SpiceCoreInterface implementation (timers) v1->v2: removed test_util.c (Hans) replaced mallocz with calloc (Hans)