summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly depend on various X libraries, and -pthreadSøren Sandmann Pedersen2010-03-112-2/+11
* Use spice allocator in server/Alexander Larsson2010-03-119-328/+102
* Use the spice allocator in common/Alexander Larsson2010-03-119-116/+62
* New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson2010-03-117-0/+263
* Define __STDC_LIMIT_MACROS for c++ code to get SIZE_MAXAlexander Larsson2010-03-101-0/+1
* Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson2010-03-109-11/+2
* Revert "Fix possible quic_usr_more_lines_unstable() crash"Alexander Larsson2010-03-101-8/+2
* Update gdi canvas wrt latest changesAlexander Larsson2010-03-091-2/+2
* new libspice api: add spice_server_set_mouse_absolute()Gerd Hoffmann2010-03-092-0/+11
* new libspice api: add spice_server_set_channel_security()Gerd Hoffmann2010-03-092-0/+17
* new libspice api: make spice_channel_name_t part of the public api.Gerd Hoffmann2010-03-092-33/+35