summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-02server/tests/test_display_streaming: include tests for clip and sized framesvideo.sized.v1.cleanYonit Halperin1-16/+181
2012-05-02server/tests: use the correct dimensions in SIMPLE_UPDATEYonit Halperin1-2/+2
2012-05-02server/tests: add SLEEP command to test_display_baseYonit Halperin2-0/+10
2012-05-02server/tests: add clip to SIMPLE_DRAW_BITMAPYonit Halperin2-6/+30
2012-05-02server/tests/test_display_streaming: update to create sized framesAlon Levy1-7/+37
2012-05-02server/tests: add SIMPLE_DRAW_SOLID and SIMPLE_DRAW_BITMAPAlon Levy2-6/+39
2012-05-02server/tests: refactor CommandAlon Levy3-16/+37
2012-05-02server/tests: add test_get_width/test_get_heightAlon Levy2-0/+19
2012-05-02server/tests/test_display_base: fix two int to pointer cast warningsAlon Levy1-2/+2
2012-05-02server/tests: refactor test_display_baseAlon Levy1-34/+45
2012-05-02server/red_worker/video: don't override the clip in areas that belong only to...Yonit Halperin1-30/+12
2012-05-02server/red_worker.c/video: add support for frames of different sizesYonit Halperin3-61/+165
2012-05-02Update the spice-common submoduleYonit Halperin3-4/+6
2012-05-02server/red_worker/video: don't detach a drawable from a stream due to it bein...Yonit Halperin1-8/+8
2012-05-02server/red_worker/video: upgrade stream by a screenshot instead of the last f...Yonit Halperin1-21/+71
2012-05-02server/red_worker/video: maintain visible region and clip region for streamsYonit Halperin1-12/+27
2012-05-02server/red_worker: add get_stream_idYonit Halperin1-11/+16
2012-05-01Update the spice-common submoduleYonit Halperin1-0/+0
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
2012-03-25Use the spice-common submoduleMarc-André Lureau126-27873/+252
2012-03-23sasl: small refactoring, check memcheck != NULLMarc-André Lureau1-10/+8
2012-03-23Use spice_strdup() to avoid crashing on NULLMarc-André Lureau3-10/+10
2012-03-22server/tests: add resolution changes testerAlon Levy2-6/+80
2012-03-22server/tests/test_display_base: add CommandAlon Levy2-45/+101
2012-03-21server/tests/test_display_base: remove 64bit arch assumptionsAlon Levy1-5/+5
2012-03-21server/red_memslots: don't assume 64 bit environmentAlon Levy2-7/+10
2012-03-21server/red_worker: fix for case where ASSERT is compiled outAlon Levy1-2/+1
2012-03-21server/red_memslots: use QXLPHYSICAL for addressesAlon Levy2-3/+3
2012-03-21server/red_memslots: drop two unused functionsAlon Levy2-19/+0
2012-03-20Don't truncate SPICE_FOREIGN_MENU_SOCKETChristophe Fergeau1-5/+8
2012-03-20Don't limit spice controller socket name to 50 charsChristophe Fergeau1-6/+4
2012-03-20Remove unused Canvas membersChristophe Fergeau4-8/+0
2012-03-20server/red_worker: don't typedef SpiceWatch twiceAlon Levy1-2/+2
2012-03-13red_worker: Check for NULL watchesHans de Goede1-2/+13