summaryrefslogtreecommitdiffstats
path: root/server/reds.c
Commit message (Expand)AuthorAgeFilesLines
...
* spicevmc: employ SpiceCharDeviceState for managing reading from the guest deviceYonit Halperin2012-07-031-1/+1
* agent: employ SpiceCharDeviceState for writing to the deviceYonit Halperin2012-07-031-211/+44
* agent: use SpiceCharDeviceWriteBuffer for agent data from the clientYonit Halperin2012-07-031-0/+34
* agent: employ SpiceCharDeviceState for managing reading from the deviceYonit Halperin2012-07-031-84/+212
* agent: remove save/restore migration data codeYonit Halperin2012-07-031-250/+2
* agent: Fix tokens handling in main_channelYonit Halperin2012-07-031-7/+26
* server/reds: add "usbredir" to recognized channel namesAlon Levy2012-05-071-0/+1
* Avoid jumping across variables declarations with initializersDaniel P. Berrange2012-04-251-1/+2
* Convert cases of () to (void)Daniel P. Berrange2012-04-251-1/+1
* Fix const-ness violationsDaniel P. Berrange2012-04-251-2/+2
* server: export spice_server_is_server_mouse predicateAlon Levy2012-03-261-0/+6
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-224/+224
* Use the spice-common submoduleMarc-André Lureau2012-03-251-8/+8
* sasl: small refactoring, check memcheck != NULLMarc-André Lureau2012-03-231-10/+8
* Use spice_strdup() to avoid crashing on NULLMarc-André Lureau2012-03-231-6/+6
* server: remove superfluous checkNahum Shalman2012-03-121-3/+0
* server: listen on a pre-opened file descriptorNahum Shalman2012-03-121-0/+21
* Send name & uuid to capable clientsMarc-André Lureau2012-03-051-0/+20
* server: more logging about certificates usedChristophe Fergeau2012-03-051-4/+10
* Add log for invalid/expired ticketsChristophe Fergeau2012-03-051-0/+5
* Respect IOV_MAX if definedDan McGee2012-02-211-1/+26
* red_worker: reimplement event loop using poll()Dan McGee2012-02-211-0/+1
* server, separate SpiceChannelEventInfo from RedStreamAlon Levy2012-02-151-21/+22
* Add casts for compatibility purposesDan McGee2012-02-141-1/+1
* 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