summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Check RSA_generate_key_ex return valueChristophe Fergeau2014-03-201-2/+9
* Don't truncate large 'now' values in _spice_timer_setDavid Gibson2014-03-201-6/+7
* Associate org.spice-space.webdav.0 port to webdav channelMarc-André Lureau2014-03-191-1/+6
* Fix test_capability() typoChristophe Fergeau2014-03-133-10/+10
* Fix typo in log messageChristophe Fergeau2014-03-131-1/+1
* mjpeg: Don't warn on unsupported image formatsChristophe Fergeau2014-03-131-1/+1
* Make RedsStream::info privateChristophe Fergeau2014-01-202-28/+28
* Introduce reds_stream_set_channel()Christophe Fergeau2014-01-203-3/+14
* Introduce reds_stream_set_info_flag()Christophe Fergeau2014-01-203-1/+12
* Make RedsStream::async_read privateChristophe Fergeau2014-01-202-14/+14
* Make RedsStream::sasl privateChristophe Fergeau2014-01-202-71/+71
* Make RedsStream read/write functions privateChristophe Fergeau2014-01-202-19/+19
* Make RedsStream::ssl privateChristophe Fergeau2014-01-202-18/+18
* Introduce reds_stream_is_ssl()Christophe Fergeau2014-01-204-6/+12
* Add RedsStream::privChristophe Fergeau2014-01-202-1/+9
* Move SASL authentication to reds_stream.hChristophe Fergeau2014-01-203-423/+563
* Move async code to RedsStreamChristophe Fergeau2014-01-203-60/+82
* Move stream read/write callbacks to reds_stream.cChristophe Fergeau2014-01-202-77/+75
* Introduce reds_stream_new() helperChristophe Fergeau2014-01-203-20/+32
* reds: Move SSL-related code to RedsStreamChristophe Fergeau2014-01-203-55/+82
* Move sync_write* to reds_stream.hChristophe Fergeau2014-01-203-55/+58
* Add reds_stream.[ch]Christophe Fergeau2014-01-209-245/+327
* Move SPICE_GNUC_VISIBLE to red_common.hChristophe Fergeau2014-01-202-2/+2
* tests: Avoid malloc failuresChristophe Fergeau2014-01-022-2/+8
* tests: Remove unused variablesChristophe Fergeau2014-01-022-3/+0
* Add support for the Opus codecJeremy White2014-01-023-32/+112
* Revise the spice client and server to use the new snd_codec functions in spic...Jeremy White2014-01-022-122/+85
* Use TLS version 1.0 or betterDavid Jaša2013-12-121-1/+4
* Remove empty red_time.cChristophe Fergeau2013-12-111-1/+0
* Add red_time.h to Makefile.amChristophe Fergeau2013-12-111-0/+1
* Fix buffer overflow when decrypting client SPICE ticketChristophe Fergeau2013-10-301-12/+32
* Remove tunneling supportChristophe Fergeau2013-10-284-3541/+0
* Silence gcc false positive with -WuninitializedChristophe Fergeau2013-10-281-0/+6
* red_tunnel_worker: Fix build error due to missing monitor_latency argumentAxel Lin2013-10-181-1/+1
* Use hardened linker flags if availableChristophe Fergeau2013-10-101-0/+2
* Fix PlaybackeCommand typoChristophe Fergeau2013-10-091-1/+1
* 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-084-63/+63
* Namespace RECEIVE_BUF_SIZEChristophe Fergeau2013-10-083-9/+9
* server: handle red_get_surface_cmd() error explicitelyMarc-André Lureau2013-10-071-24/+32
* server: plug some leaks on errorMarc-André Lureau2013-10-071-2/+7
* server: inputs s/relase/releaseMarc-André Lureau2013-10-071-2/+2
* server: release all pressed keys on client disconnectMarc-André Lureau2013-10-071-7/+35
* server: mark deprecated symbolsMarc-André Lureau2013-10-072-22/+30
* server/tests: avoid using deprecated symbolsMarc-André Lureau2013-10-071-7/+6
* server: set dispatcher before calling attache_workerMarc-André Lureau2013-10-073-7/+10
* server: remove memslot unused functionsMarc-André Lureau2013-10-012-51/+0
* server: remove unused fill_rects_clipMarc-André Lureau2013-09-301-11/+0
* red_worker: disconnect the channel instead of shutdown in case of a blocking ...Yonit Halperin2013-09-261-5/+5