summaryrefslogtreecommitdiffstats
path: root/server/reds.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce reds_stream_set_channel()Christophe Fergeau2014-01-201-3/+3
* Introduce reds_stream_set_info_flag()Christophe Fergeau2014-01-201-1/+1
* Introduce reds_stream_is_ssl()Christophe Fergeau2014-01-201-5/+5
* Move SASL authentication to reds_stream.hChristophe Fergeau2014-01-201-423/+35
* Move async code to RedsStreamChristophe Fergeau2014-01-201-60/+0
* Move stream read/write callbacks to reds_stream.cChristophe Fergeau2014-01-201-77/+0
* Introduce reds_stream_new() helperChristophe Fergeau2014-01-201-20/+2
* reds: Move SSL-related code to RedsStreamChristophe Fergeau2014-01-201-55/+30
* Move sync_write* to reds_stream.hChristophe Fergeau2014-01-201-55/+25
* Add reds_stream.[ch]Christophe Fergeau2014-01-201-180/+1
* Use TLS version 1.0 or betterDavid Jaša2013-12-121-1/+4
* Fix buffer overflow when decrypting client SPICE ticketChristophe Fergeau2013-10-301-12/+32
* Remove tunneling supportChristophe Fergeau2013-10-281-26/+0
* reds: remove dead codeMarc-André Lureau2013-10-081-33/+0
* reds: Fix 'asyc' typoChristophe Fergeau2013-10-081-23/+23
* Fix 'recive' typo throughout the code baseChristophe Fergeau2013-10-081-36/+36
* server: set dispatcher before calling attache_workerMarc-André Lureau2013-10-071-1/+1
* main_channel: monitoring client connection statusYonit Halperin2013-08-141-2/+1
* reds: s/red_client_disconnect/red_channel_client_shutdown inside callbacksYonit Halperin2013-07-291-3/+4
* decouple disconnection of the main channel from client destructionYonit Halperin2013-07-291-0/+1
* 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