summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Rewrite code to avoid triggering warning about casting param to free()Daniel P. Berrange2012-01-131-1/+2
* Remove useless if() before free()Daniel P. Berrange2012-01-134-11/+4
* Death to all TABsDaniel P. Berrange2012-01-133-3/+3
* smartcard handling: Fix compilation when ASSERT-s are turned onHans de Goede2012-01-131-1/+1
* server: add support for SPICE_COMMON_CAP_MINI_HEADERYonit Halperin2012-01-124-127/+378
* 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
* 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
* spicevmc: Fix assert when still connected on session disconnect (fdo#43903)Hans de Goede2011-12-181-1/+5
* server/red_parse_qxl.h: License should be LGPLv2+ rather then GPLv2+Hans de Goede2011-12-152-12/+12
* server: Move $(Z_LIBS) from INCLUDES to LIBADD in Makefile.amJürg Billeter2011-11-281-1/+1
* 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-073-14/+23
* server/red_dispatcher: support concurrent asyncsAlon Levy2011-11-073-65/+61
* Release 0.9.2Yonit Halperin2011-11-021-0/+1
* 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
* server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin2011-11-025-149/+172
* 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
* server/red_worker: fix placing of ASSERT(red_channel_client_no_item_being_sen...Yonit Halperin2011-10-181-4/+6
* replace warning with comment in glz_usr_free_imageChristophe Fergeau2011-09-191-1/+7
* server: fix function prototypesChristophe Fergeau2011-09-0513-39/+37
* server: init all fields on SpiceMsgDisplayStreamCreateChristophe Fergeau2011-09-011-0/+2
* fix valgrind warning in test_display__streamChristophe Fergeau2011-09-011-1/+1
* fix more inverted memset parametersHans de Goede2011-08-252-6/+6
* fix leak in do_jpeg_encodeChristophe Fergeau2011-08-251-0/+4
* 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