summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Fix A1 handling in RedDrawable combine_pixels.Alexander Larsson1-23/+18
2010-04-12Use upstream name for pthreads lib and new freetype versionAlexander Larsson1-2/+2
2010-04-12Fixed vs2008 warningAlexander Larsson1-1/+1
2010-04-12Fix win32 build with pixman 0.18.0Alexander Larsson2-2/+2
2010-04-12Use fast DCT method for better jpeg compression performanceAlexander Larsson1-0/+1
2010-04-12spice server: fix validate_chunkIzik Eidus1-0/+1
2010-04-12fix 16bpp support on cairo_canvasIzik Eidus1-3/+30
2010-04-12Always tread depth 24 (i.e. non alpha) as depth 32 when blittingAlexander Larsson1-8/+22
2010-04-09take the right lock when freeing glz stuff of surfacesIzik Eidus1-2/+2
2010-04-09Split out the memslot stuff from red_worker.c to its own filesAlexander Larsson4-289/+405
2010-04-09server: fix race condition in lz global dictionary, in its image segments listYonit Halperin1-21/+34
2010-04-09spice: win32 client: fix gdi lockingIzik Eidus7-60/+125
2010-04-08Remove leftover AutoVStreamInit classAlexander Larsson1-10/+0
2010-04-08Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson10-389/+358
2010-04-08Free the jpeg decoder with the streamAlexander Larsson1-0/+1
2010-04-08Use libjpeg to decode mjpegs, not ffmpegAlexander Larsson7-163/+367
2010-04-08Update project file to visual studio 2008Alexander Larsson2-9/+8
2010-04-08spice server: fix not sent depth size for surfacesIzik Eidus1-0/+1
2010-04-07Remove non-used lookup3.[ch]Alexander Larsson3-798/+0
2010-04-06server configuration: make network redirection support optionalYonit Halperin3-7/+33
2010-04-06client: handling SPICE_MSG_MAIN_MIGRATE_SWITCH_HOSTYonit Halperin4-4/+98
2010-04-06client: fix unsafe access to an event memberYonit Halperin1-4/+1
2010-04-06spice server: try to be less brutal when changing res or when flushing the treeIzik Eidus1-0/+5
2010-04-06spice server: remove surface_id and surfaces_dest[3] from guest memIzik Eidus1-74/+68
2010-04-05spice: common: gdi_canvas fix gdi objects leakIzik Eidus1-0/+1
2010-04-05spice-server: when destroying a surface don`t send uneeded itemsIzik Eidus1-1/+43
2010-04-05spice-server: remove glz objects related to surface when destroying a surfaceIzik Eidus1-2/+32
2010-04-05spice: reds: fix uninitlized pointerIzik Eidus1-1/+1
2010-04-03client: x11: fix a crash caused by a call to a destroyed window.Yonit Halperin2-4/+10
2010-04-03libspice: add off screens supportIzik Eidus22-648/+2129
2010-04-03spice server: surface create/destroy protocol supportIzik Eidus4-99/+282
2010-03-24Rename .so spice-server.soAlexander Larsson2-8/+8
2010-03-24Add spice_strndupAlexander Larsson2-0/+19
2010-03-24Get rid of more out-of-memory checksAlexander Larsson1-47/+9
2010-03-24spice: server: Being more permissive in video identificationYonit Halperin1-17/+29
2010-03-24spice: client: fix handling of top down images in video streamsAlon Levy1-9/+5
2010-03-24spice: server: avoid video streaming of small imagesYonit Halperin1-0/+12
2010-03-24rename spice.pc to spice-server.pcAlexander Larsson3-3/+3
2010-03-24configure.ac: client: replace $(top_srcdir) in x11/Makefile.am (subdir config)Alexander Larsson1-89/+92
2010-03-24configure.ac: define SPICE_COMMON_SRCDIR, to be used by Makefile.am (subdir c...Uri Lublin1-2/+5
2010-03-24autogen: exit upon errors (subdir config)Uri Lublin1-0/+2
2010-03-24autogen: add possibly missing AUTOMAKE definition (subdir config)Uri Lublin1-0/+1
2010-03-24autogen: remove copied code - srcdir and ORIGDIR (subdir config)Uri Lublin1-7/+1
2010-03-18Fix uninitilized memory read in stroke_fill_spans()Alexander Larsson2-2/+10
2010-03-18new libspice api: spice_server_add_get_{sock, peer}_info()Gerd Hoffmann2-0/+28
2010-03-18new libspice api: spice_server_add_renderer()Gerd Hoffmann2-1/+16
2010-03-18client: add command line support for ciphers, ca file, and host certificate s...Yonit Halperin7-10/+116
2010-03-17Default opt flags to -O2Alexander Larsson1-2/+2
2010-03-17Use nearest scaling for DRAW_ALPHA_BLEND since this is what win32 needsAlexander Larsson1-1/+1
2010-03-17Fix up empty region checks in canvas operationsAlexander Larsson2-10/+10