summaryrefslogtreecommitdiffstats
path: root/server
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
* server: improve error handlingGerd Hoffmann2010-12-091-8/+24
* server/tests: fix for AM_LDFLAGS introductionAlon Levy2010-12-081-4/+4
* 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
* smartcard: configure option --enable-smartcardAlon Levy2010-12-071-0/+11
* smartcard: server side (not enabled yet)Alon Levy2010-12-073-0/+574
* 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
* 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-301-0/+4
* server/reds: zap unsetting of QEMU_AUDIO_DRVAlon Levy2010-11-081-1/+0
* gitignore: add generated_*, vim temps, pycAlon Levy2010-11-081-0/+3
* reds: remove needless buffer in InputsStateAlon Levy2010-11-081-3/+0
* server: tests: add basic tests with working do nothing serverAlon Levy2010-11-088-0/+293
* Release 0.6.30.6.3Hans de Goede2010-10-181-1/+1
* Bump version to 0.6.20.6.2Hans de Goede2010-10-181-1/+1
* server: remove useless agent send_tokensHans de Goede2010-10-161-32/+5
* Call read_from_vdi_port() from vdi_read_buf_release()Hans de Goede2010-10-151-2/+12
* server: always call read_from_vdi_port() in a while loopHans de Goede2010-10-151-2/+6
* Don't crash when a client disconnects while there were pending writesHans de Goede2010-10-151-1/+1
* server: add channel notifications.Gerd Hoffmann2010-10-123-4/+48
* server: Handle self_image in localize_bitmapAlexander Larsson2010-09-211-9/+16
* server: Handle NULL image in red_update_streamableAlexander Larsson2010-09-211-1/+2
* server: Use the right image size for self_bitmapAlexander Larsson2010-09-211-2/+2
* server: Don't leak QUIC image chunksAlexander Larsson2010-09-211-0/+3
* server: Ensure we flush the release pipe after an oomAlexander Larsson2010-09-201-0/+1
* Release more drawables on OOMAlexander Larsson2010-09-201-1/+1
* fix palette handling for 0.4 compatGerd Hoffmann2010-09-141-43/+56
* fix brush handling for 0.4 compatGerd Hoffmann2010-09-141-23/+38