summaryrefslogtreecommitdiffstats
path: root/server/reds.c
Commit message (Expand)AuthorAgeFilesLines
* syntax-check: s/the the/the/ in a commentUri Lublin2013-07-161-1/+1
* server: Add support for filtering out agent file-xfer msgs (rhbz#961848)Hans de Goede2013-06-061-4/+17
* Log actual address spice-server binds toChristophe Fergeau2013-05-191-5/+10
* reds: fix memory leak when core->base.minor_version < 3Yonit Halperin2013-05-081-3/+2
* reds: move handle_channel_event logic from main_dispatcher to redsYonit Halperin2013-05-081-5/+14
* reds: fix not sending the mm-time after migration when there is no audio play...Yonit Halperin2013-05-011-4/+14
* reds: support mm_time latency adjustmentsYonit Halperin2013-04-221-1/+27
* inputs-channel: Handle printing of insecure keyboard notifyHans de Goede2013-03-151-5/+0
* main-channel: Make main_channel_push_notify deal with dynamic memoryHans de Goede2013-03-151-2/+1
* server/reds: Send the agent a CLIENT_DISCONNECTED msg on client disconnectHans de Goede2013-03-071-1/+23
* reds: Use g_strlcpy instead of strncpyChristophe Fergeau2012-12-121-15/+17
* Fail reds_init_socket when getaddrinfo failsChristophe Fergeau2012-12-121-0/+1
* Make sure strncpy'ed string are 0-terminatedChristophe Fergeau2012-12-121-2/+2
* server: add "port" channel supportMarc-André Lureau2012-12-051-1/+10
* agent: fix mishandling of agent data received from the client after agent dis...Yonit Halperin2012-11-301-6/+22
* reds.c: fix calls to spice_marshaller_add_ref with ptr to memory that might b...Yonit Halperin2012-11-261-10/+14
* Revert "server: add websockets support via libwebsockets"Alon Levy2012-11-041-52/+27
* server: add websockets support via libwebsocketsAlon Levy2012-10-251-27/+52
* server/reds.c: split off reds-private.hAlon Levy2012-10-251-176/+4
* reds: Report an error when reds_char_device_add_state failsChristophe Fergeau2012-09-201-0/+1
* reds: Check errors returned from SSL_CTX_set_cipher_listChristophe Fergeau2012-09-201-1/+3
* reds: Report errors from load_dh_paramsChristophe Fergeau2012-09-201-3/+10
* reds: Check reds_init_ssl errorsChristophe Fergeau2012-09-201-1/+3
* reds: report SSL initialization errorsChristophe Fergeau2012-09-201-1/+7
* reds_init_net: report errors on watch setup failuresChristophe Fergeau2012-09-201-0/+3
* reds: Abort on BN-new failuresChristophe Fergeau2012-09-201-1/+1
* server: Filter VD_AGENT_MONITORS_CONFIGAlon Levy2012-09-131-1/+52
* server/reds: reuse already defined localAlon Levy2012-09-131-1/+1
* Implement spice_server_set_exit_on_disconnect to enable an option whereby the...Jeremy White2012-09-051-0/+14
* char_device: don't connect a migrated client if the state of the device might...Yonit Halperin2012-08-271-14/+30
* main: restore state from migration dataYonit Halperin2012-08-271-11/+151
* main: send migration dataYonit Halperin2012-08-271-11/+91
* main: send MSG_MIGRATE upon vm migration completionYonit Halperin2012-08-271-0/+44
* reds: s/HADER/HEADERYonit Halperin2012-08-271-5/+5
* char device migration: don't read or write from/to the device while waiting f...Yonit Halperin2012-08-271-6/+7
* replace some migration related spice_error calls with info/warningYonit Halperin2012-08-271-2/+2
* seamless migration: migration completion on the destination sideYonit Halperin2012-08-271-9/+33
* seamleass migration: manage post migration phase in the src sideYonit Halperin2012-08-271-13/+108
* seamless migration: pre migration phase on the destination sideYonit Halperin2012-08-271-13/+62
* seamless migration: pre migration phase on the src sideYonit Halperin2012-08-271-2/+6
* spice.h: add spice_server_set_seamless_migrationYonit Halperin2012-08-271-0/+9
* spice_server_vm_start/stop: notify red_dispatcher on vm start/stopYonit Halperin2012-08-271-0/+2
* spice.h: add entries for tracking vm stateYonit Halperin2012-08-271-1/+33
* reds: add tracking for char devicesYonit Halperin2012-08-271-0/+44
* agent: don't attempt to read from the device if it was releasedYonit Halperin2012-08-271-1/+3
* agent: reset client tokens when notifying on agent connectionYonit Halperin2012-08-271-6/+10
* server/reds: more fixes for wrong spice_error in d2c99b59Alon Levy2012-07-221-68/+68
* server/reds: fix wrong spice_error in d2c99b59Alon Levy2012-07-111-26/+26
* server/reds.c: spice_printerr cleanupAlon Levy2012-07-051-148/+146
* char_device: move SpiceCharDeviceState from the headerYonit Halperin2012-07-031-4/+4