summaryrefslogtreecommitdiffstats
path: root/server/reds.c
Commit message (Expand)AuthorAgeFilesLines
* ppc: Fix endianness handling in initial SPICE connectionChristophe Fergeau2015-04-101-17/+45
* Remove spice-experimentalMarc-André Lureau2015-01-151-18/+0
* Do not perform network tests on UNIX socketMarc-André Lureau2015-01-151-1/+3
* reds: add Unix socket supportMarc-André Lureau2015-01-151-6/+32
* Rename mm_timer/mm_timeMarc-André Lureau2014-11-271-6/+6
* Remove guest side video time-stampingMarc-André Lureau2014-11-271-13/+0
* Don't set SpiceLinkReply::pub_key if client advertises SASL capChristophe Fergeau2014-11-241-23/+38
* Introduce red_link_info_test_capability()Christophe Fergeau2014-11-241-3/+18
* migration: Don't assert() if MIGRATE_DATA comes before attaching the agentUri Lublin2014-10-141-11/+28
* clean-up: remove unused functionMarc-André Lureau2014-09-081-5/+0
* reds: lookup corresponding channel idMarc-André Lureau2014-09-081-1/+2
* Call correct SASL helper in reds_handle_auth_sasl_stepChristophe Fergeau2014-04-161-1/+1
* Remove RedLinkInfo::async_readChristophe Fergeau2014-04-161-25/+19
* Check RSA_generate_key_ex return valueChristophe Fergeau2014-03-201-2/+9
* Associate org.spice-space.webdav.0 port to webdav channelMarc-André Lureau2014-03-191-1/+6
* Fix test_capability() typoChristophe Fergeau2014-03-131-2/+2
* Fix typo in log messageChristophe Fergeau2014-03-131-1/+1
* 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