summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Release 0.10.1Hans de Goede2012-01-231-1/+1
* server/red_channel: red_peer_handle_incoming: comment on null checkAlon Levy2012-01-231-0/+2
* server/tests/test_empty_success: fix warning on bzeroAlon Levy2012-01-231-0/+2
* server: don't complain if setsockopt(SO_PRIORITY) call failsNahum Shalman2012-01-231-1/+7
* server/inputs_channel: don't set O_ASYNC option on socketDan McGee2012-01-231-7/+2
* Update .gitignore with a few more generated filesDan McGee2012-01-231-0/+2
* Fix git commit hook errors in red_workerDan McGee2012-01-231-32/+56
* Fix line length errors in main_channelDan McGee2012-01-231-11/+12
* server/red_channel: avoid segfault if stream == NULLAlon Levy2012-01-221-0/+4
* server: Don't complain if setsockopt NODELAY fails on unix socketsHans de Goede2012-01-185-7/+19
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-136-24/+24
* Add missing includes of config.hDaniel P. Berrange2012-01-1310-0/+10
* Remove bogus include of strings.hDaniel P. Berrange2012-01-134-4/+0
* Remove trailing blank linesDaniel P. Berrange2012-01-1330-30/+0
* Remove 'the the' typosDaniel P. Berrange2012-01-132-2/+2
* Remove unused assert.h includeDaniel P. Berrange2012-01-131-1/+0
* 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