summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: spice-protocol >= 0.9.1 (semi-seamless migration protocol)Yonit Halperin2011-11-021-1/+1
* server: handle migration interface additionYonit Halperin2011-11-022-0/+33
* server/spice.h: semi-seamless migration interface, RHBZ #738266Yonit Halperin2011-11-023-4/+35
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-0211-181/+226
* [0.8 branch] server: add main_dispatcherAlon Levy2011-10-314-1/+159
* spice-server.pc.in: move Requires to Requires.privateLiang Guo2011-10-231-1/+1
* server/red_worker: fix placing of ASSERT(red_channel_client_no_item_being_sen...Yonit Halperin2011-10-181-4/+6
* client/x11: reset screen positions in XMonitor::do_restoreChristophe Fergeau2011-10-051-2/+2
* client/x11: fix mode setting in MultyMonScreen::restoreChristophe Fergeau2011-10-051-7/+1
* client/x11: fix typos (finde => find)Christophe Fergeau2011-10-051-7/+7
* client: fix typo commnad=>commandChristophe Fergeau2011-09-202-3/+3
* client: don't crash when booting a Xinerama setupChristophe Fergeau2011-09-191-4/+6
* replace warning with comment in glz_usr_free_imageChristophe Fergeau2011-09-191-1/+7
* fix typosChristophe Fergeau2011-09-154-41/+41
* server: fix function prototypesChristophe Fergeau2011-09-0515-44/+42
* fix bug #692833Marc-André Lureau2011-09-011-1/+7
* add C++ guards to backtrace.hChristophe Fergeau2011-09-011-0/+6
* server: init all fields on SpiceMsgDisplayStreamCreateChristophe Fergeau2011-09-011-0/+2
* fix valgrind warning in test_display__streamChristophe Fergeau2011-09-011-1/+1
* Fixup NEWS entry for multiclientHans de Goede2011-08-251-1/+1
* Release 0.9.10.9.1Hans de Goede2011-08-252-2/+12
* fix more inverted memset parametersHans de Goede2011-08-252-6/+6
* fix leak in do_jpeg_encodeChristophe Fergeau2011-08-251-0/+4
* fix memory leak in error pathChristophe Fergeau2011-08-251-1/+2
* fix inverted memset parametersChristophe Fergeau2011-08-251-1/+1
* Rename usbredir channel code to spicevmcHans de Goede2011-08-254-65/+62
* usbredir: Merge UsbRedirState and UsbRedirChannelHans de Goede2011-08-251-33/+18
* usbredir: Fix crash caused by MC changesHans de Goede2011-08-251-0/+1
* usbredir: Ensure that our msg_rcv_buf is not used re-entrantlyHans de Goede2011-08-251-0/+12
* red_channel: Fix msg buf memleak on parser errorHans de Goede2011-08-251-0/+1
* client: setting monitors resolution before resizing screens, RHBZ #728252Yonit Halperin2011-08-252-12/+33
* server: add tester and todo for multiple client supportAlon Levy2011-08-232-0/+137
* server/snd_worker.c: add reference counting to SndChannelAlon Levy2011-08-231-3/+28
* server/reds: reds_client_disconnect: remove wrong check for reds_main_channel...Alon Levy2011-08-231-9/+5
* server/reds: fix reds_main_channel_connectedAlon Levy2011-08-233-1/+7
* server: add public spice_server_get_num_clientsAlon Levy2011-08-234-0/+16
* server/snd_worker.c: add red_channel_client_destroy_dummyAlon Levy2011-08-233-15/+23
* server/red_channel: release channel allocated message bufferAlon Levy2011-08-231-0/+1
* server/main_channel: reduce verbose agent data commandAlon Levy2011-08-231-1/+2
* drawables count for debugYonit Halperin2011-08-231-10/+32
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-2315-812/+856
* server/red_channel.c inroducing client_cbsYonit Halperin2011-08-232-2/+79
* server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin2011-08-238-141/+127
* server/red_worker: add ref counting to RedDrawableAlon Levy2011-08-232-13/+30
* server/red_worker: add stream_count (for debug purposes)Alon Levy2011-08-231-0/+3
* server/red_worker: validate_surface: print paniced surface_idAlon Levy2011-08-231-1/+4
* server/red_worker: no panic on double destroy primaryAlon Levy2011-08-231-1/+5
* server/red_worker: DEBUG_CURSORSAlon Levy2011-08-231-0/+13
* server/red_worker: on_new_display_channel_client: push ack, cleanupAlon Levy2011-08-231-4/+3
* server/red_worker: add cursor_channel_client_disconnectAlon Levy2011-08-231-1/+10