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