summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-26Avoid core calling spice_server_destroyFrediano Ziglio1-2/+5
2015-08-26prevent integer overflow on 32 bitFrediano Ziglio1-1/+1
2015-08-26remove unused SAME_PIXEL macroFrediano Ziglio1-3/+0
2015-08-26build-sys: Remove test_spice_version.hChristophe Fergeau2-45/+0
2015-08-26server: Readd spice-experimental.hChristophe Fergeau2-0/+7
2015-08-26build-sys: Require a new enough spice-protocol in .pc fileChristophe Fergeau2-2/+4
2015-08-25remove wrong statement terminator from preprocessor macroFrediano Ziglio1-1/+1
2015-08-25Use MAX macro to compute the maximum valueFrediano Ziglio1-1/+1
2015-08-25replay: use plain pthread for mutex/conditionFrediano Ziglio1-15/+15
2015-08-25replay: fix check for QXL_SURF_FLAG_KEEP_DATA flagFrediano Ziglio2-2/+2
2015-08-24worker: remove unused members from DrawableFrediano Ziglio1-3/+0
2015-08-22server/tests/spice-server-replay: introduceAlon Levy2-0/+355
2015-08-21server/red_worker: record to SPICE_WORKER_RECORD_FILENAMEAlon Levy1-3/+37
2015-08-21server/red_{record, replay}.[ch]: introduceAlon Levy6-0/+2144
2015-08-20server/dispatcher: add extra_dispatcher, hack for red_recordAlon Levy2-0/+22
2015-08-20tests: use glib main loopMarc-André Lureau2-190/+97
2015-08-20Remove use of INLINEAlon Levy5-20/+18
2015-08-20build-sys: Remove spice-protocol submoduleChristophe Fergeau4-1/+6
2015-08-20mjpeg and jpeg encoder: fix alignment warningsVictor Toso2-12/+14
2015-08-20glz: WindowImageSegment lines lines_end as void*Victor Toso1-2/+2
2015-08-20migration_protocol: use SPICE_MAGIC_CONSTVictor Toso1-5/+6
2015-08-12red_parse_qxl: Do not compute abs unsigned intVictor Toso1-1/+1
2015-08-12server/inputs_channel: Cope with NULL keyboard in release_keys()Alon Levy1-1/+6
2015-08-11red_parse_qxl: remove unused variableVictor Toso1-4/+0
2015-08-11Remove unused struct RedsOutItemJonathon Jongsma1-5/+0
2015-08-11RedChannel: remove unused BufDescriptor structJonathon Jongsma1-5/+0
2015-08-11Remove unused snd_get_playback_compression() methodChristophe Fergeau2-6/+0
2015-08-11Fix typo in comment in char_device.hChristophe Fergeau1-1/+1
2015-08-11Fix typo in commentsJonathon Jongsma1-2/+2
2015-08-11Move RedsMigSpice to main-channel.hJonathon Jongsma2-8/+8
2015-08-11Cleanup: move static function declarations out of headerJonathon Jongsma2-4/+4
2015-08-11worker: remove unused preload_group_idMarc-André Lureau1-4/+0
2015-08-11channel: minor simplificationMarc-André Lureau1-6/+1
2015-08-11server: remove unused CursorDataMarc-André Lureau1-9/+0
2015-08-11server: use more const CoreInterfaceMarc-André Lureau2-5/+5
2015-08-11worker: move red_init_*() functionsMarc-André Lureau1-8/+10
2015-08-04spice-common: codegen: ptypes.py: keep attribute names in setsUri Lublin1-0/+0
2015-07-29Adjust to new SpiceImageCompress nameChristophe Fergeau11-57/+65
2015-07-28Add libraries such as -lm and -lpthread to the tests build line.Jeremy White1-0/+1
2015-07-20reds: Assure we don't have stale statistic files before trying to create a ne...Frediano Ziglio1-0/+1
2015-07-20server: spice_debug() messages don't need a trailing '\n'.Francois Gouget2-3/+3
2015-07-20server: Weakly try to get a better latency value for the bandwidth test.Francois Gouget1-1/+2
2015-07-20server: Don't reset the latency before showing it in the invalid net test err...Francois Gouget1-3/+3
2015-07-13Use desired image compression for the first imagePavel Grunt1-7/+7
2015-06-30Handle preferred image compression messagesJavier Celaya1-0/+25
2015-06-30Use image compress constants from spice-protocolJavier Celaya7-23/+15
2015-06-29server: Remove the rate_control_is_active field from MJpegEncoder.Francois Gouget3-12/+16
2015-06-29server: Fix an incorrect time calculation.Francois Gouget1-1/+1
2015-06-29HAVE_CLOCK_GETTIME is not used so remove it.Francois Gouget1-4/+1
2015-06-29Lock the pixmap image cache for the entire fill_bits callSandy Stutsman2-20/+27