summaryrefslogtreecommitdiffstats
path: root/server/reds.c
Commit message (Expand)AuthorAgeFilesLines
* Use spice_strdup() to avoid crashing on NULL0.10Marc-André Lureau2012-05-281-6/+6
* Send name & uuid to capable clientsMarc-André Lureau2012-05-281-0/+20
* server/reds: add "usbredir" to recognized channel namesAlon Levy2012-05-141-0/+1
* server, separate SpiceChannelEventInfo from RedStreamAlon Levy2012-02-231-21/+22
* server: support IPV6 addresses in channel events sent to qemuYonit Halperin2012-02-121-4/+17
* server: Don't complain if setsockopt NODELAY fails on unix socketsHans de Goede2012-01-181-1/+3
* Allow auth to be skipped when attaching to pre-accepted clientsDaniel P. Berrange2012-01-091-8/+13
* Add APIs for injecting a client connection socketDaniel P. Berrange2012-01-091-4/+25
* 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
* 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-021-37/+178
* server: move the linking of channels to a separate routineYonit Halperin2011-11-021-17/+28
* server: handle spice_server_migrate_endYonit Halperin2011-11-021-62/+42
* server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin2011-11-021-71/+58
* server: handle migration interface additionYonit Halperin2011-11-021-0/+29
* server/spice.h: semi-seamless migration interface, RHBZ #738266Yonit Halperin2011-11-021-0/+9
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-021-97/+52
* [0.8 branch] server: add main_dispatcherAlon Levy2011-10-311-1/+3
* server: fix function prototypesChristophe Fergeau2011-09-051-23/+21
* Rename usbredir channel code to spicevmcHans de Goede2011-08-251-4/+2
* 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-231-1/+1
* server: add public spice_server_get_num_clientsAlon Levy2011-08-231-0/+11
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-60/+96
* server/reds: add RedsState.allow_multiple_clientsAlon Levy2011-08-231-1/+12
* server/main_channel: support multiple clientsAlon Levy2011-08-231-2/+4
* server/main_channel: move connection_id from redsAlon Levy2011-08-231-15/+18
* server/main_channel: move ping here from reds.Alon Levy2011-08-231-43/+0
* server/reds: add concept of secondary channelsAlon Levy2011-08-231-4/+26
* server: Add RedClientAlon Levy2011-08-231-19/+41
* server/main_channel+reds: make main_channel_init return MainChannelClientAlon Levy2011-08-231-5/+6
* server/main_channel: use MainChannel in sigAlon Levy2011-08-231-7/+14
* server: Add a usbredir channelHans de Goede2011-08-101-0/+10
* server: Don't call vdagent chardev state callback on client (dis)connectHans de Goede2011-07-251-45/+20
* server: make sure we clear vdagent and update mouse mode on agent disconnectHans de Goede2011-07-211-1/+1
* Fix spice-server/qemu channel version checksChristophe Fergeau2011-07-181-8/+8
* server: fix segfault if no migrate_info providedAlon Levy2011-07-061-0/+11
* server/smartcard: register channel only when hardware is availableAlon Levy2011-07-051-4/+0
* s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau2011-06-221-43/+43
* remove void * arithmeticChristophe Fergeau2011-05-031-1/+1
* add missing staticChristophe Fergeau2011-05-031-8/+8
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-2/+3
* server: s/desable/disableChristophe Fergeau2011-05-021-1/+1
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-05-021-6/+6
* server: make sure we clear vdagent and update mouse mode on agent disconnectHans de Goede2011-04-041-3/+0
* server: ignore SPICE_MSGC_MAIN_AGENT_START messages when there is no agentHans de Goede2011-04-041-0/+3
* server: hookup agent-msg-filter discard-all functionalityHans de Goede2011-04-041-30/+22
* server: add discard all option to agent message filterHans de Goede2011-04-041-4/+5