summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* server/red_worker: fix worker->drawable_countAlon Levy2010-12-161-1/+1
* move chardevs out of experimentalGerd Hoffmann2010-12-162-25/+26
* move switch-host migration out of experimentalGerd Hoffmann2010-12-162-5/+8
* client migration: switch hostGerd Hoffmann2010-12-162-11/+59
* server: improve error handlingGerd Hoffmann2010-12-091-8/+24
* 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
* move command flags handling to the qxl parserGerd Hoffmann2010-09-143-14/+18
* server: avoid creating a stream from traces more than once for the same drawableYonit Halperin2010-09-021-5/+10
* Add API to turn on backwards compatibility modeAlexander Larsson2010-09-022-0/+33
* qxl parser: complete parsing of QXLCompatDrawable structsGerd Hoffmann2010-08-311-0/+14
* server: red_current_add_equal - don't push a drawable to the middle of the pi...Yonit Halperin2010-08-311-1/+13
* server: when woken up by data ready to be read, don't call write.Alon Levy2010-08-311-1/+1
* server: retry mouse send on queue fullAlon Levy2010-08-311-0/+1
* server: bugfix - make vdi_port_write_retry reiterate if write_queue still not...Alon Levy2010-08-311-1/+1
* server: add subtype to SpiceCharDeviceInterface, use for vdagentAlon Levy2010-08-312-7/+50
* server: rename SpiceVDIPort* to SpiceCharDevice*Alon Levy2010-08-312-38/+38
* server: fix red_current_flush to flush only the surface that was given as par...Yonit Halperin2010-08-301-1/+3
* Bump versions.Gerd Hoffmann2010-08-301-1/+1
* Add config functions.Gerd Hoffmann2010-08-302-0/+38