summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* chardev: remove write pollingMarc-André Lureau2014-11-252-11/+34
* 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
* Add const to test_capability first argumentChristophe Fergeau2014-11-242-2/+2
* server: fix crash when restarting VM with old clientMarc-André Lureau2014-10-171-2/+2
* migration: Don't assert() if MIGRATE_DATA comes before attaching the agentUri Lublin2014-10-141-11/+28
* Validate surface bounding box before using itChristophe Fergeau2014-09-181-0/+31
* Fix 'abberiviations' typo in commentChristophe Fergeau2014-09-181-1/+1
* Fix indentation in red_get_opaque_ptrChristophe Fergeau2014-09-181-1/+1
* server/tests/Makefile.am: White-space cleanupChristophe Fergeau2014-09-181-12/+12
* Fix -Wunused-functionFabiano Fidêncio2014-09-122-73/+0
* Fix -Wmissing-field-initializersFabiano Fidêncio2014-09-125-37/+31
* Fix -WnonnullFabiano Fidêncio2014-09-121-1/+2
* Fix -WformatFabiano Fidêncio2014-09-121-1/+1
* Fix -WswitchFabiano Fidêncio2014-09-121-0/+2
* Fix -WsignFabiano Fidêncio2014-09-122-3/+3
* Fix -Wunused-valueFabiano Fidêncio2014-09-121-1/+1
* Fix -Wunused-parameterFabiano Fidêncio2014-09-127-31/+58
* server: Don't dump the bitmap when the format is invalidFabiano Fidêncio2014-09-121-0/+1
* clean-up: remove unused functionMarc-André Lureau2014-09-082-6/+0
* build-sys: check for spicy-screenshotMarc-André Lureau2014-09-081-3/+3
* reds: lookup corresponding channel idMarc-André Lureau2014-09-081-1/+2
* dispatcher: lower a monitor-config warning to a debug levelMarc-André Lureau2014-09-081-2/+2
* spice.h: Don't use 48kHz for playback/recording ratesChristophe Fergeau2014-08-201-2/+2
* Fix crash when clearing surface memoryMarc-André Lureau2014-08-071-1/+5
* server: don't assert on invalid client messageMarc-André Lureau2014-07-251-1/+1
* Fix assert in mjpeg_encoder_adjust_params_to_bit_rate()Jonathon Jongsma2014-05-301-1/+4
* Fix make failed when uncommented COMPRESS_STAT in red_worker.cWang Qiang2014-05-261-2/+2
* 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