summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-03server/tests: add test_get_width/test_get_heightAlon Levy2-0/+19
2012-05-03server/tests: refactor test_display_baseAlon Levy1-34/+45
2012-05-03server/red_worker/video: don't override the clip in areas that belong only to...Yonit Halperin1-30/+12
2012-05-03server/red_worker.c/video: add support for frames of different sizesYonit Halperin3-61/+166
2012-05-03Update the spice-common submoduleYonit Halperin3-4/+6
2012-05-03server/red_worker/video: don't detach a drawable from a stream due to it bein...Yonit Halperin1-8/+8
2012-05-03server/red_worker/video: upgrade stream by a screenshot instead of the last f...Yonit Halperin1-21/+71
2012-05-03server/red_worker/video: maintain visible region and clip region for streamsYonit Halperin1-12/+27
2012-05-03server/red_worker: add get_stream_idYonit Halperin1-11/+16
2012-05-03Update the spice-common submoduleYonit Halperin1-0/+0
2012-04-27Force 64 bit multiplication on 32 bit systems; fixes a bug where the server t...Jeremy White1-1/+1
2012-04-26Ensure __STDC_FORMAT_MACROS is always defined firstDaniel P. Berrange2-1/+2
2012-04-26Disable -Waggregate-return if building with SLIRPDaniel P. Berrange1-1/+4
2012-04-26bump spice-common with SpiceClips fixAlon Levy1-0/+0
2012-04-25Add some more 'noreturn' annotationsDaniel P. Berrange6-9/+9
2012-04-25Fix typo in is_equal_brushDaniel P. Berrange1-1/+1
2012-04-25Fix printf format specifiers for i686 hostsDaniel P. Berrange3-5/+5
2012-04-25Add missing struct field initializersDaniel P. Berrange1-5/+5
2012-04-25Ensure config.h is the first include in the fileDaniel P. Berrange1-1/+1
2012-04-25Add a few more syntax-check exemptionsDaniel P. Berrange1-2/+4
2012-04-25Add recent new committers to AUTHORS file / mailmapDaniel P. Berrange2-0/+7
2012-04-25Enable many more compiler warningsDaniel P. Berrange5-77/+385
2012-04-25Make some int->pointer casts explicitDaniel P. Berrange1-2/+2
2012-04-25Fix broken -I../common to be -I../spice-common in clientDaniel P. Berrange1-1/+1
2012-04-25VSCMsgHeader.reader_id is unsigned, so don't check for >= 0Daniel P. Berrange1-2/+1
2012-04-25Avoid jumping across variables declarations with initializersDaniel P. Berrange1-1/+2
2012-04-25Convert cases of () to (void)Daniel P. Berrange2-5/+5
2012-04-25Remove 2 *MB* stack frame in red_worker_mainDaniel P. Berrange1-25/+25
2012-04-25Mark some variables as volatileDaniel P. Berrange1-3/+3
2012-04-25Mark functions which never return controlDaniel P. Berrange2-4/+3
2012-04-25Fix multiple printf format problemsDaniel P. Berrange9-18/+16
2012-04-25Fix const-ness violationsDaniel P. Berrange2-3/+3
2012-04-25Don't do arithmetic on void * type, use uint8_t insteadDaniel P. Berrange1-6/+6
2012-04-18spice-common: update submodule to verify_subject MSVC++ fixAlon Levy1-0/+0
2012-04-18spice-common: update submoduleAlon Levy1-0/+0
2012-04-18update spice-common for MSVC++ build fixesAlon Levy1-0/+0
2012-04-18update visual studio project fileAric Stewart1-36/+36
2012-04-18client/windows/redc.vcproj: switch to unix EOL (dos2unix)Alon Levy1-1001/+1001
2012-04-18Update win32 generate(1).bat files to match modern usageAric Stewart2-4/+4
2012-04-18we do not need afxres.h included in redc.rcAric Stewart1-1/+1
2012-04-18fix error-path return in snd_set_record_peer()Michael Tokarev1-2/+2
2012-04-17Copy getopt.h from old common/win/my_getopt-1.5/my_getoptAric Stewart1-0/+56
2012-04-17update windows client generate.bat and generate1.batAric Stewart2-4/+4
2012-04-05server: allow failure in getvirtAlon Levy5-89/+240
2012-04-02Replace sprintf with snprintf useChristophe Fergeau1-1/+1
2012-03-28spice-common: update to fix quic-encode warningsMarc-André Lureau1-0/+0
2012-03-26server: export spice_server_is_server_mouse predicateAlon Levy3-1/+13
2012-03-26Remove files moved to spice-commonMarc-André Lureau10-5504/+0
2012-03-25Copy common/win/my_getopt-1.5/my_getopt client/windowsMarc-André Lureau2-21/+352
2012-03-25Use the spice-common logging functionsMarc-André Lureau21-908/+907