summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow auth to be skipped when attaching to pre-accepted clientsDaniel P. Berrange2012-01-092-10/+15
* Add APIs for injecting a client connection socketDaniel P. Berrange2012-01-093-4/+33
* Move SSL setup out of reds_accept_ssl_connectionDaniel P. Berrange2012-01-091-10/+21
* Rename __reds_accept_connection into reds_init_client_connectionDaniel P. Berrange2012-01-091-13/+18
* Merge reds_accept_connection into reds_acceptDaniel P. Berrange2012-01-091-18/+8
* spicevmc: Set sockopt nodelay for usbredir channelsHans de Goede2011-12-221-0/+15
* server: don't reset the display channel when disconnecting all its clients ,F...Yonit Halperin2011-12-221-12/+6
* client: screen: fix typo _forec_update_timerUri Lublin2011-12-222-6/+6
* client: RedScreen::RedScreen: fix initialization order of _menu_needs_updateUri Lublin2011-12-221-1/+1
* client: foreign-menu: pass "active" param when creating a ForeignMenu (#769020)Uri Lublin2011-12-203-4/+4
* client: update menu if needed when exiting full-screen mode (#758260)Uri Lublin2011-12-202-1/+7
* client: menu: make RedWindow::set_menu() return an error-code (#758260)Uri Lublin2011-12-203-5/+14
* client controller/foreign_menu: use memmove instead of memcpy in readersUri Lublin2011-12-202-2/+2
* spicevmc: Fix assert when still connected on session disconnect (fdo#43903)Hans de Goede2011-12-181-1/+5
* build: remove unused variableMarc-André Lureau2011-12-151-1/+0
* server/red_parse_qxl.h: License should be LGPLv2+ rather then GPLv2+Hans de Goede2011-12-152-12/+12
* spelling: s/cupture/captureMarc-André Lureau2011-12-144-4/+4
* server: Move $(Z_LIBS) from INCLUDES to LIBADD in Makefile.amJürg Billeter2011-11-281-1/+1
* client: handle the redundant right ctrl windows' message send when a alt-gr i...Gal Hammer2011-11-241-0/+34
* client: handle the redundant right ctrl windows' message send when a alt-gr i...Gal Hammer2011-11-241-11/+14
* client: add xinerama supportArnon Gilboa2011-11-143-0/+164
* Release 0.10.00.10.0Alon Levy2011-11-101-2/+2
* Update NEWS for 0.10.0 releaseAlon Levy2011-11-101-0/+5
* server/mjpeg_encoder: use size_t * consistentlyAlon Levy2011-11-101-2/+2
* server/main_channel: fix pointer-to-int-cast errorAlon Levy2011-11-101-2/+9
* server/main_channel: use PRIu64 where neededAlon Levy2011-11-101-2/+4
* server/spice-server.syms: fix 0.8 compatibilityAlon Levy2011-11-081-2/+6
* server/red_worker: reuse dispatcherAlon Levy2011-11-084-547/+997
* server/dispatcher: add dispatcher_register_async_done_callbackAlon Levy2011-11-082-2/+29
* introduce DISPATCHER_{NONE,ACK,ASYNC}Alon Levy2011-11-082-7/+18
* server: introduce dispatcherAlon Levy2011-11-084-75/+358
* server/red_dispatcher: remove semicolon from DBG_ASYNCAlon Levy2011-11-071-1/+1
* server: add prefix argument to red_printf_debugAlon Levy2011-11-074-16/+25
* server/red_dispatcher: support concurrent asyncsAlon Levy2011-11-073-65/+61
* common/spice_common.h: red_printf_debug: fix wrong signAlon Levy2011-11-071-1/+1
* Release 0.9.2Yonit Halperin2011-11-023-1/+10
* client: support semi-seamless migration between spice servers with different ...Yonit Halperin2011-11-024-6/+40
* client: display channel - destroy all surfaces on disconnectYonit Halperin2011-11-022-6/+13
* client: display channel migrationYonit Halperin2011-11-022-14/+153
* client: playback/record channels: implement on_disconnectYonit Halperin2011-11-023-19/+54
* client: main channel migration: do partial cleanup when switching hostsYonit Halperin2011-11-022-0/+11
* client: handle SPICE_MSG_MAIN_MIGRATE_ENDYonit Halperin2011-11-024-11/+187
* client: handle SpiceMsgMainMigrationBegin (semi-seamless migration)Yonit Halperin2011-11-021-3/+20
* client: rewrite surfaces cacheYonit Halperin2011-11-0210-263/+101
* server: turn spice_server_migrate_start into a valid callYonit Halperin2011-11-021-7/+1
* server: handling semi-seamless migration in the target sideYonit Halperin2011-11-026-46/+248
* server: move the linking of channels to a separate routineYonit Halperin2011-11-021-17/+28
* server: handle spice_server_migrate_endYonit Halperin2011-11-024-108/+117
* spice.proto: add SPICE_MSG_MAIN_MIGRATE_END & SPICE_MSGC_MAIN_MIGRATE_ENDYonit Halperin2011-11-021-0/+4
* server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin2011-11-027-152/+176