summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* server: use a warning when disconnecting unresponsive clientMarc-André Lureau2014-05-161-2/+2
* Use PRI macros in printf to keep compatibility between 32/64bit system소병철2014-05-152-5/+6
* Add missing buffer (re)allocation to reds_sasl_handle_auth_steplen()Christophe Fergeau2014-04-161-0/+1
* Call correct SASL helper in reds_handle_auth_sasl_stepChristophe Fergeau2014-04-161-1/+1
* Add G_GNUC_UNUSED annotations to async_read_handler argsChristophe Fergeau2014-04-161-1/+3
* Make struct AsyncRead/async_read_handler privateChristophe Fergeau2014-04-162-12/+11
* Remove RedLinkInfo::async_readChristophe Fergeau2014-04-161-25/+19
* Call AsyncRead variables 'async' instead of 'obj'Christophe Fergeau2014-04-161-30/+30
* Add reds_stream_set_async_error_handler() helperChristophe Fergeau2014-04-162-7/+5
* Introduce reds_stream_async_read() helperChristophe Fergeau2014-04-162-43/+36
* Fix --without-sasl buildChristophe Fergeau2014-04-161-0/+4
* 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