summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2014-12-15inputs: Fix key_up/key_down mismatchChristophe Fergeau1-5/+5
2014-12-03Remove unused SPICE_CANVAS_INTERNALChristophe Fergeau4-8/+0
2014-12-02Add LZ4 compression support.Javier Celaya5-6/+343
2014-11-29build-sys: fix out-of-tree build of testsMarc-André Lureau1-0/+1
2014-11-27Add explicit spice-core.h includeMarc-André Lureau1-1/+1
2014-11-27Move spice_server_get_num_clients() declarationMarc-André Lureau2-3/+2
2014-11-27Rename mm_timer/mm_timeMarc-André Lureau4-13/+13
2014-11-27Remove guest side video time-stampingMarc-André Lureau6-26/+2
2014-11-27build-sys: generate spice-version.hMarc-André Lureau1-1/+1
2014-11-27Split spice.hMarc-André Lureau10-574/+806
2014-11-27spice.h: remove redundant declarationsMarc-André Lureau1-5/+1
2014-11-25Validate RedDrawable before allocating drawableMarc-André Lureau1-11/+12
2014-11-25chardev: remove write pollingMarc-André Lureau2-11/+34
2014-11-24Don't set SpiceLinkReply::pub_key if client advertises SASL capChristophe Fergeau1-23/+38
2014-11-24Introduce red_link_info_test_capability()Christophe Fergeau1-3/+18
2014-11-24Add const to test_capability first argumentChristophe Fergeau2-2/+2
2014-10-17server: fix crash when restarting VM with old clientMarc-André Lureau1-2/+2
2014-10-14migration: Don't assert() if MIGRATE_DATA comes before attaching the agentUri Lublin1-11/+28
2014-09-18Validate surface bounding box before using itChristophe Fergeau1-0/+31
2014-09-18Fix 'abberiviations' typo in commentChristophe Fergeau1-1/+1
2014-09-18Fix indentation in red_get_opaque_ptrChristophe Fergeau1-1/+1
2014-09-18server/tests/Makefile.am: White-space cleanupChristophe Fergeau1-12/+12
2014-09-12Fix -Wunused-functionFabiano Fidêncio2-73/+0
2014-09-12Fix -Wmissing-field-initializersFabiano Fidêncio5-37/+31
2014-09-12Fix -WnonnullFabiano Fidêncio1-1/+2
2014-09-12Fix -WformatFabiano Fidêncio1-1/+1
2014-09-12Fix -WswitchFabiano Fidêncio1-0/+2
2014-09-12Fix -WsignFabiano Fidêncio2-3/+3
2014-09-12Fix -Wunused-valueFabiano Fidêncio1-1/+1
2014-09-12Fix -Wunused-parameterFabiano Fidêncio7-31/+58
2014-09-12server: Don't dump the bitmap when the format is invalidFabiano Fidêncio1-0/+1
2014-09-08clean-up: remove unused functionMarc-André Lureau2-6/+0
2014-09-08build-sys: check for spicy-screenshotMarc-André Lureau1-3/+3
2014-09-08reds: lookup corresponding channel idMarc-André Lureau1-1/+2
2014-09-08dispatcher: lower a monitor-config warning to a debug levelMarc-André Lureau1-2/+2
2014-08-20spice.h: Don't use 48kHz for playback/recording ratesChristophe Fergeau1-2/+2
2014-08-07Fix crash when clearing surface memoryMarc-André Lureau1-1/+5
2014-07-25server: don't assert on invalid client messageMarc-André Lureau1-1/+1
2014-05-30Fix assert in mjpeg_encoder_adjust_params_to_bit_rate()Jonathon Jongsma1-1/+4
2014-05-26Fix make failed when uncommented COMPRESS_STAT in red_worker.cWang Qiang1-2/+2
2014-05-16server: use a warning when disconnecting unresponsive clientMarc-André Lureau1-2/+2
2014-05-15Use PRI macros in printf to keep compatibility between 32/64bit system소병철2-5/+6
2014-04-16Add missing buffer (re)allocation to reds_sasl_handle_auth_steplen()Christophe Fergeau1-0/+1
2014-04-16Call correct SASL helper in reds_handle_auth_sasl_stepChristophe Fergeau1-1/+1
2014-04-16Add G_GNUC_UNUSED annotations to async_read_handler argsChristophe Fergeau1-1/+3
2014-04-16Make struct AsyncRead/async_read_handler privateChristophe Fergeau2-12/+11
2014-04-16Remove RedLinkInfo::async_readChristophe Fergeau1-25/+19
2014-04-16Call AsyncRead variables 'async' instead of 'obj'Christophe Fergeau1-30/+30
2014-04-16Add reds_stream_set_async_error_handler() helperChristophe Fergeau2-7/+5
2014-04-16Introduce reds_stream_async_read() helperChristophe Fergeau2-43/+36