summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2014-03-13Fix test_capability() typoChristophe Fergeau3-10/+10
2014-03-13Fix typo in log messageChristophe Fergeau1-1/+1
2014-03-13mjpeg: Don't warn on unsupported image formatsChristophe Fergeau1-1/+1
2014-01-20Make RedsStream::info privateChristophe Fergeau2-28/+28
2014-01-20Introduce reds_stream_set_channel()Christophe Fergeau3-3/+14
2014-01-20Introduce reds_stream_set_info_flag()Christophe Fergeau3-1/+12
2014-01-20Make RedsStream::async_read privateChristophe Fergeau2-14/+14
2014-01-20Make RedsStream::sasl privateChristophe Fergeau2-71/+71
2014-01-20Make RedsStream read/write functions privateChristophe Fergeau2-19/+19
2014-01-20Make RedsStream::ssl privateChristophe Fergeau2-18/+18
2014-01-20Introduce reds_stream_is_ssl()Christophe Fergeau4-6/+12
2014-01-20Add RedsStream::privChristophe Fergeau2-1/+9
2014-01-20Move SASL authentication to reds_stream.hChristophe Fergeau3-423/+563
2014-01-20Move async code to RedsStreamChristophe Fergeau3-60/+82
2014-01-20Move stream read/write callbacks to reds_stream.cChristophe Fergeau2-77/+75
2014-01-20Introduce reds_stream_new() helperChristophe Fergeau3-20/+32
2014-01-20reds: Move SSL-related code to RedsStreamChristophe Fergeau3-55/+82
2014-01-20Move sync_write* to reds_stream.hChristophe Fergeau3-55/+58
2014-01-20Add reds_stream.[ch]Christophe Fergeau9-245/+327
2014-01-20Move SPICE_GNUC_VISIBLE to red_common.hChristophe Fergeau2-2/+2
2014-01-02tests: Avoid malloc failuresChristophe Fergeau2-2/+8
2014-01-02tests: Remove unused variablesChristophe Fergeau2-3/+0
2014-01-02Add support for the Opus codecJeremy White3-32/+112
2014-01-02Revise the spice client and server to use the new snd_codec functions in spic...Jeremy White2-122/+85
2013-12-12Use TLS version 1.0 or betterDavid Jaša1-1/+4
2013-12-11Remove empty red_time.cChristophe Fergeau1-1/+0
2013-12-11Add red_time.h to Makefile.amChristophe Fergeau1-0/+1
2013-10-30Fix buffer overflow when decrypting client SPICE ticketChristophe Fergeau1-12/+32
2013-10-28Remove tunneling supportChristophe Fergeau4-3541/+0
2013-10-28Silence gcc false positive with -WuninitializedChristophe Fergeau1-0/+6
2013-10-18red_tunnel_worker: Fix build error due to missing monitor_latency argumentAxel Lin1-1/+1
2013-10-10Use hardened linker flags if availableChristophe Fergeau1-0/+2
2013-10-09Fix PlaybackeCommand typoChristophe Fergeau1-1/+1
2013-10-08reds: remove dead codeMarc-André Lureau1-33/+0
2013-10-08reds: Fix 'asyc' typoChristophe Fergeau1-23/+23
2013-10-08Fix 'recive' typo throughout the code baseChristophe Fergeau4-63/+63
2013-10-08Namespace RECEIVE_BUF_SIZEChristophe Fergeau3-9/+9
2013-10-07server: handle red_get_surface_cmd() error explicitelyMarc-André Lureau1-24/+32
2013-10-07server: plug some leaks on errorMarc-André Lureau1-2/+7
2013-10-07server: inputs s/relase/releaseMarc-André Lureau1-2/+2
2013-10-07server: release all pressed keys on client disconnectMarc-André Lureau1-7/+35
2013-10-07server: mark deprecated symbolsMarc-André Lureau2-22/+30
2013-10-07server/tests: avoid using deprecated symbolsMarc-André Lureau1-7/+6
2013-10-07server: set dispatcher before calling attache_workerMarc-André Lureau3-7/+10
2013-10-01server: remove memslot unused functionsMarc-André Lureau2-51/+0
2013-09-30server: remove unused fill_rects_clipMarc-André Lureau1-11/+0
2013-09-26red_worker: disconnect the channel instead of shutdown in case of a blocking ...Yonit Halperin1-5/+5
2013-09-26red_channel: cleanup of red_channel_client blocking methodsYonit Halperin3-57/+93
2013-09-26red_worker: cleanup red_clear_surface_drawables_from_pipesYonit Halperin1-12/+18
2013-09-17build-sys: fix some automake warningMarc-André Lureau1-2/+2