summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-03configure: spice-protocol >= 0.9.1 (semi-seamless migration protocol)master.mig.v1Yonit Halperin1-1/+1
2011-10-03server: handle migration interface additionYonit Halperin2-0/+33
2011-10-03server/spice.h: semi-seamless migration interface, RHBZ #738266Yonit Halperin3-4/+35
2011-09-20client: fix typo commnad=>commandChristophe Fergeau2-3/+3
2011-09-19client: don't crash when booting a Xinerama setupChristophe Fergeau1-4/+6
2011-09-19replace warning with comment in glz_usr_free_imageChristophe Fergeau1-1/+7
2011-09-15fix typosChristophe Fergeau4-41/+41
2011-09-05server: fix function prototypesChristophe Fergeau15-44/+42
2011-09-01fix bug #692833Marc-André Lureau1-1/+7
2011-09-01add C++ guards to backtrace.hChristophe Fergeau1-0/+6
2011-09-01server: init all fields on SpiceMsgDisplayStreamCreateChristophe Fergeau1-0/+2
2011-09-01fix valgrind warning in test_display__streamChristophe Fergeau1-1/+1
2011-08-25Fixup NEWS entry for multiclientHans de Goede1-1/+1
2011-08-25Release 0.9.1Hans de Goede2-2/+12
2011-08-25fix more inverted memset parametersHans de Goede2-6/+6
2011-08-25fix leak in do_jpeg_encodeChristophe Fergeau1-0/+4
2011-08-25fix memory leak in error pathChristophe Fergeau1-1/+2
2011-08-25fix inverted memset parametersChristophe Fergeau1-1/+1
2011-08-25Rename usbredir channel code to spicevmcHans de Goede4-65/+62
2011-08-25usbredir: Merge UsbRedirState and UsbRedirChannelHans de Goede1-33/+18
2011-08-25usbredir: Fix crash caused by MC changesHans de Goede1-0/+1
2011-08-25usbredir: Ensure that our msg_rcv_buf is not used re-entrantlyHans de Goede1-0/+12
2011-08-25red_channel: Fix msg buf memleak on parser errorHans de Goede1-0/+1
2011-08-25client: setting monitors resolution before resizing screens, RHBZ #728252Yonit Halperin2-12/+33
2011-08-23server: add tester and todo for multiple client supportAlon Levy2-0/+137
2011-08-23server/snd_worker.c: add reference counting to SndChannelAlon Levy1-3/+28
2011-08-23server/reds: reds_client_disconnect: remove wrong check for reds_main_channel...Alon Levy1-9/+5
2011-08-23server/reds: fix reds_main_channel_connectedAlon Levy3-1/+7
2011-08-23server: add public spice_server_get_num_clientsAlon Levy4-0/+16
2011-08-23server/snd_worker.c: add red_channel_client_destroy_dummyAlon Levy3-15/+23
2011-08-23server/red_channel: release channel allocated message bufferAlon Levy1-0/+1
2011-08-23server/main_channel: reduce verbose agent data commandAlon Levy1-1/+2
2011-08-23drawables count for debugYonit Halperin1-10/+32
2011-08-23server: registering RedChannel in reds, instead of ChannelYonit Halperin15-812/+856
2011-08-23server/red_channel.c inroducing client_cbsYonit Halperin2-2/+79
2011-08-23server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin8-141/+127
2011-08-23server/red_worker: add ref counting to RedDrawableAlon Levy2-13/+30
2011-08-23server/red_worker: add stream_count (for debug purposes)Alon Levy1-0/+3
2011-08-23server/red_worker: validate_surface: print paniced surface_idAlon Levy1-1/+4
2011-08-23server/red_worker: no panic on double destroy primaryAlon Levy1-1/+5
2011-08-23server/red_worker: DEBUG_CURSORSAlon Levy1-0/+13
2011-08-23server/red_worker: on_new_display_channel_client: push ack, cleanupAlon Levy1-4/+3
2011-08-23server/red_worker: add cursor_channel_client_disconnectAlon Levy1-1/+10
2011-08-23server/red_worker: remove forced disconnect on connectAlon Levy1-2/+0
2011-08-23server/red_worker.c: fix CursorPipeItem leakYonit Halperin1-4/+35
2011-08-23server/red_worker: split cursor pipe item from cursor itemAlon Levy1-26/+34
2011-08-23server/red_worker: whitespace fixesAlon Levy1-2/+1
2011-08-23server/reds: add RedsState.allow_multiple_clientsAlon Levy1-1/+12
2011-08-23server/red_channel: introduce client ring in RedChannelAlon Levy4-327/+811
2011-08-23server/red_channel: add pipe_size helpersAlon Levy3-7/+33