summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2011-02-11Release 0.7.30.7.3Hans de Goede1-1/+1
2011-02-10server/smartcard: don't push our own error on reader addAlon Levy1-3/+3
2011-02-10server/smartcard: ignore VSC_Init from clientAlon Levy1-0/+3
2011-02-10server/smartcard: print instead of assert on bad reader_id in smartcard_char_...Alon Levy1-1/+3
2011-02-10server/smartcard: libcacard uses network byte order, so we must tooAlon Levy1-6/+19
2011-02-10server/smartcard: libcacard removed ReaderAddResponseAlon Levy1-42/+4
2011-02-10server/smartcard: s/reader_id_t/uint32_t/ (libcacard changed)Alon Levy1-6/+6
2011-02-07server/red_worker: fix used but uninitialized warning (gcc 4.6.0)Alon Levy1-1/+1
2011-01-27client/server: warning fixes (gcc 4.6.0)Alon Levy4-19/+6
2011-01-25client/server: add missing USE_TUNNELAlon Levy1-0/+2
2011-01-25client/server: add missing smartchannel channel security handlingAlon Levy1-0/+3
2011-01-21Update license header for server/red_parse_qxl.cHans de Goede1-6/+6
2011-01-19Release 0.7.20.7.2Hans de Goede1-1/+1
2011-01-17server/red_worker: use 1, not 4 when lz_encoding a top down imageAlon Levy1-2/+3
2010-12-17Release 0.7.10.7.1Hans de Goede1-1/+1
2010-12-17Makefiles: fix server/tests/test_util.h not being included in make distHans de Goede1-2/+2
2010-12-17server: Update SPICE_SERVER_VERSIONHans de Goede1-1/+1
2010-12-16server/red_worker: fix worker->drawable_countAlon Levy1-1/+1
2010-12-16move chardevs out of experimentalGerd Hoffmann2-25/+26
2010-12-16move switch-host migration out of experimentalGerd Hoffmann2-5/+8
2010-12-16client migration: switch hostGerd Hoffmann2-11/+59
2010-12-09server: improve error handlingGerd Hoffmann1-8/+24
2010-12-07smartcard: configure option --enable-smartcardAlon Levy1-0/+11
2010-12-07smartcard: server side (not enabled yet)Alon Levy3-0/+574
2010-12-07server: add spice_server_char_device_remove_interfaceAlon Levy1-5/+14
2010-12-06server: print subtype when adding CHAR_DEVICE interfacesAlon Levy1-1/+1
2010-12-06server: add static to spice_server_char_device_add_interfaceAlon Levy1-1/+1
2010-12-06server: fix print text on vdagent interface additionAlon Levy1-1/+1
2010-12-06server: add char_device.h header, use in reds.cAlon Levy2-4/+12
2010-12-06spice-experimental.h: add multiple include protectionAlon Levy1-1/+7
2010-12-06server/vdi_port (virtserial): always read dataAlon Levy1-6/+13
2010-12-02server: add char_device.h to Makefile.am for make distAlon Levy1-0/+1
2010-11-30server/tests: add test_display_no_sslAlon Levy4-50/+588
2010-11-30server/tests: Makefile.am fixesAlon Levy1-2/+2
2010-11-30add .gitignore for testsAlon Levy1-0/+4
2010-11-08server/reds: zap unsetting of QEMU_AUDIO_DRVAlon Levy1-1/+0
2010-11-08gitignore: add generated_*, vim temps, pycAlon Levy1-0/+3
2010-11-08reds: remove needless buffer in InputsStateAlon Levy1-3/+0
2010-11-08server: tests: add basic tests with working do nothing serverAlon Levy8-0/+293
2010-10-18Release 0.6.30.6.3Hans de Goede1-1/+1
2010-10-18Bump version to 0.6.20.6.2Hans de Goede1-1/+1
2010-10-16server: remove useless agent send_tokensHans de Goede1-32/+5
2010-10-15Call read_from_vdi_port() from vdi_read_buf_release()Hans de Goede1-2/+12
2010-10-15server: always call read_from_vdi_port() in a while loopHans de Goede1-2/+6
2010-10-15Don't crash when a client disconnects while there were pending writesHans de Goede1-1/+1
2010-10-12server: add channel notifications.Gerd Hoffmann3-4/+48
2010-09-21server: Handle self_image in localize_bitmapAlexander Larsson1-9/+16
2010-09-21server: Handle NULL image in red_update_streamableAlexander Larsson1-1/+2
2010-09-21server: Use the right image size for self_bitmapAlexander Larsson1-2/+2
2010-09-21server: Don't leak QUIC image chunksAlexander Larsson1-0/+3