summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* new libspice api: add spice_server_{get, set}_image_compression()Gerd Hoffmann2010-03-092-0/+18
* new libspice api: make image_compression_t part of the public api.Gerd Hoffmann2010-03-096-56/+61
* new libspice api: configure listen addr, add ipv6 supporGerd Hoffmann2010-03-092-39/+74
* new libspice api: configure tlsGerd Hoffmann2010-03-092-2/+48
* new libspice api: zap function pointer indirection.Gerd Hoffmann2010-03-092-9/+40
* new libspice api: configure port + ticketGerd Hoffmann2010-03-092-0/+54
* new libspice api: alloc, initi and free spice server instances.Gerd Hoffmann2010-03-092-6/+40
* Fix possible quic_usr_more_lines_unstable() crashGerd Hoffmann2010-03-091-2/+8
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-0923-219/+128
* Move draw_rop3 to canvas_baseAlexander Larsson2010-03-082-96/+94
* Move canvas_draw_stroke to canvas_baseAlexander Larsson2010-03-082-455/+450
* Move most of the shared draw_xyz() methods from CairoCanvas to CanvasBaseAlexander Larsson2010-03-083-932/+1039
* Move canvas_region and group_start/end to canvas_baseAlexander Larsson2010-03-086-38/+58
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2010-03-0817-830/+501
* Make virt mapping an interfaceAlexander Larsson2010-03-087-48/+41
* Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson2010-03-087-30/+13
* Make canvas Glz decoder integration nicerAlexander Larsson2010-03-0815-38/+48