summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the spice-common submoduleYonit Halperin2012-05-033-4/+6
* server/red_worker/video: don't detach a drawable from a stream due to it bein...Yonit Halperin2012-05-031-8/+8
* server/red_worker/video: upgrade stream by a screenshot instead of the last f...Yonit Halperin2012-05-031-21/+71
* server/red_worker/video: maintain visible region and clip region for streamsYonit Halperin2012-05-031-12/+27
* server/red_worker: add get_stream_idYonit Halperin2012-05-031-11/+16
* Update the spice-common submoduleYonit Halperin2012-05-031-0/+0
* Force 64 bit multiplication on 32 bit systems; fixes a bug where the server t...Jeremy White2012-04-271-1/+1
* Ensure __STDC_FORMAT_MACROS is always defined firstDaniel P. Berrange2012-04-262-1/+2
* Disable -Waggregate-return if building with SLIRPDaniel P. Berrange2012-04-261-1/+4
* bump spice-common with SpiceClips fixAlon Levy2012-04-261-0/+0
* Add some more 'noreturn' annotationsDaniel P. Berrange2012-04-256-9/+9
* Fix typo in is_equal_brushDaniel P. Berrange2012-04-251-1/+1
* Fix printf format specifiers for i686 hostsDaniel P. Berrange2012-04-253-5/+5
* Add missing struct field initializersDaniel P. Berrange2012-04-251-5/+5
* Ensure config.h is the first include in the fileDaniel P. Berrange2012-04-251-1/+1
* Add a few more syntax-check exemptionsDaniel P. Berrange2012-04-251-2/+4
* Add recent new committers to AUTHORS file / mailmapDaniel P. Berrange2012-04-252-0/+7
* Enable many more compiler warningsDaniel P. Berrange2012-04-255-77/+385
* Make some int->pointer casts explicitDaniel P. Berrange2012-04-251-2/+2
* Fix broken -I../common to be -I../spice-common in clientDaniel P. Berrange2012-04-251-1/+1
* VSCMsgHeader.reader_id is unsigned, so don't check for >= 0Daniel P. Berrange2012-04-251-2/+1
* Avoid jumping across variables declarations with initializersDaniel P. Berrange2012-04-251-1/+2
* Convert cases of () to (void)Daniel P. Berrange2012-04-252-5/+5
* Remove 2 *MB* stack frame in red_worker_mainDaniel P. Berrange2012-04-251-25/+25
* Mark some variables as volatileDaniel P. Berrange2012-04-251-3/+3
* Mark functions which never return controlDaniel P. Berrange2012-04-252-4/+3
* Fix multiple printf format problemsDaniel P. Berrange2012-04-259-18/+16
* Fix const-ness violationsDaniel P. Berrange2012-04-252-3/+3
* Don't do arithmetic on void * type, use uint8_t insteadDaniel P. Berrange2012-04-251-6/+6
* spice-common: update submodule to verify_subject MSVC++ fixAlon Levy2012-04-181-0/+0
* spice-common: update submoduleAlon Levy2012-04-181-0/+0
* update spice-common for MSVC++ build fixesAlon Levy2012-04-181-0/+0
* update visual studio project fileAric Stewart2012-04-181-36/+36
* client/windows/redc.vcproj: switch to unix EOL (dos2unix)Alon Levy2012-04-181-1001/+1001
* Update win32 generate(1).bat files to match modern usageAric Stewart2012-04-182-4/+4
* we do not need afxres.h included in redc.rcAric Stewart2012-04-181-1/+1
* fix error-path return in snd_set_record_peer()Michael Tokarev2012-04-181-2/+2
* Copy getopt.h from old common/win/my_getopt-1.5/my_getoptAric Stewart2012-04-171-0/+56
* update windows client generate.bat and generate1.batAric Stewart2012-04-172-4/+4
* server: allow failure in getvirtAlon Levy2012-04-055-89/+240
* Replace sprintf with snprintf useChristophe Fergeau2012-04-021-1/+1
* spice-common: update to fix quic-encode warningsMarc-André Lureau2012-03-281-0/+0
* server: export spice_server_is_server_mouse predicateAlon Levy2012-03-263-1/+13
* Remove files moved to spice-commonMarc-André Lureau2012-03-2610-5504/+0
* Copy common/win/my_getopt-1.5/my_getopt client/windowsMarc-André Lureau2012-03-252-21/+352
* Use the spice-common logging functionsMarc-André Lureau2012-03-2521-908/+907
* Use the spice-common submoduleMarc-André Lureau2012-03-25126-27873/+252
* sasl: small refactoring, check memcheck != NULLMarc-André Lureau2012-03-231-10/+8
* Use spice_strdup() to avoid crashing on NULLMarc-André Lureau2012-03-233-10/+10
* server/tests: add resolution changes testerAlon Levy2012-03-222-6/+80