summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * configure: spice-protocol >= 0.10.1 (mini header support)Yonit Halperin2012-01-121-1/+1
| * server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin2012-01-128-71/+99
| * server/red_worker: pass remote caps to display/cursor red_channel_client'sYonit Halperin2012-01-123-12/+68
| * server/red_channel: introduce urgent marshallerYonit Halperin2012-01-122-6/+85
| * spice.proto: add SPICE_MSG_LIST to base channelYonit Halperin2012-01-121-0/+1
| * codegen: Fix enums.h generationHans de Goede2012-01-122-2/+7
| * Do not assume that SPICE is using a TCP socketDaniel P. Berrange2012-01-091-2/+4
| * 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
* | Merge commit 'a3a3b34a46f57ce86da444532e1db292638a74cd' into 0.10Hans de Goede2012-01-188-18/+21
|\|
| * 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: 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-213-4/+4
* | client: update menu if needed when exiting full-screen mode (#758260)Uri Lublin2011-12-212-1/+7
* | client: menu: make RedWindow::set_menu() return an error-code (#758260)Uri Lublin2011-12-213-5/+14
* | client controller/foreign_menu: use memmove instead of memcpy in readersUri Lublin2011-12-212-2/+2
* | 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