summaryrefslogtreecommitdiffstats
path: root/server/reds.c
Commit message (Expand)AuthorAgeFilesLines
* server: remove OpenGLMarc-André Lureau2015-11-211-4/+0
* reds: Do not abort due to wrong headerPavel Grunt2015-11-131-1/+4
* worker: remove need for WorkerInitDataMarc-André Lureau2015-10-261-2/+42
* fix spelling mistakes in comments (reseting to resetting & dummym to dummy)snir sheriber2015-10-191-1/+1
* Avoid core calling spice_server_destroyFrediano Ziglio2015-08-261-2/+5
* Fix typo in commentsJonathon Jongsma2015-08-111-2/+2
* Cleanup: move static function declarations out of headerJonathon Jongsma2015-08-111-0/+4
* Adjust to new SpiceImageCompress nameChristophe Fergeau2015-07-291-6/+6
* reds: Assure we don't have stale statistic files before trying to create a ne...Frediano Ziglio2015-07-201-0/+1
* server: spice_debug() messages don't need a trailing '\n'.Francois Gouget2015-07-201-2/+2
* Use image compress constants from spice-protocolJavier Celaya2015-06-301-4/+4
* reds: increase listening socket backlogMarc-André Lureau2015-06-171-1/+1
* Add password length checkCédric Bosdonnat2015-06-161-0/+2
* Remove duplicate streaming enumerationJonathon Jongsma2015-06-151-1/+1
* LZ4: warn if trying to set lz4 but not supportedJavier Celaya2015-06-111-0/+8
* 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