index
:
spice.git
0.10
0.4
0.6
0.8
jjongsma_rebase
master
replay-rebase
Spice
Fabiano Fidêncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: x11: fix a crash caused by a call to a destroyed window.
Yonit Halperin
2010-04-03
2
-4
/
+10
*
libspice: add off screens support
Izik Eidus
2010-04-03
22
-648
/
+2129
*
spice server: surface create/destroy protocol support
Izik Eidus
2010-04-03
4
-99
/
+282
*
Rename .so spice-server.so
Alexander Larsson
2010-03-24
2
-8
/
+8
*
Add spice_strndup
Alexander Larsson
2010-03-24
2
-0
/
+19
*
Get rid of more out-of-memory checks
Alexander Larsson
2010-03-24
1
-47
/
+9
*
spice: server: Being more permissive in video identification
Yonit Halperin
2010-03-24
1
-17
/
+29
*
spice: client: fix handling of top down images in video streams
Alon Levy
2010-03-24
1
-9
/
+5
*
spice: server: avoid video streaming of small images
Yonit Halperin
2010-03-24
1
-0
/
+12
*
rename spice.pc to spice-server.pc
Alexander Larsson
2010-03-24
3
-3
/
+3
*
configure.ac: client: replace $(top_srcdir) in x11/Makefile.am (subdir config)
Alexander Larsson
2010-03-24
1
-89
/
+92
*
configure.ac: define SPICE_COMMON_SRCDIR, to be used by Makefile.am (subdir c...
Uri Lublin
2010-03-24
1
-2
/
+5
*
autogen: exit upon errors (subdir config)
Uri Lublin
2010-03-24
1
-0
/
+2
*
autogen: add possibly missing AUTOMAKE definition (subdir config)
Uri Lublin
2010-03-24
1
-0
/
+1
*
autogen: remove copied code - srcdir and ORIGDIR (subdir config)
Uri Lublin
2010-03-24
1
-7
/
+1
*
Fix uninitilized memory read in stroke_fill_spans()
Alexander Larsson
2010-03-18
2
-2
/
+10
*
new libspice api: spice_server_add_get_{sock, peer}_info()
Gerd Hoffmann
2010-03-18
2
-0
/
+28
*
new libspice api: spice_server_add_renderer()
Gerd Hoffmann
2010-03-18
2
-1
/
+16
*
client: add command line support for ciphers, ca file, and host certificate s...
Yonit Halperin
2010-03-18
7
-10
/
+116
*
Default opt flags to -O2
Alexander Larsson
2010-03-17
1
-2
/
+2
*
Use nearest scaling for DRAW_ALPHA_BLEND since this is what win32 needs
Alexander Larsson
2010-03-17
1
-1
/
+1
*
Fix up empty region checks in canvas operations
Alexander Larsson
2010-03-17
2
-10
/
+10
*
Explicitly depend on various X libraries, and -pthread
Søren Sandmann Pedersen
2010-03-11
2
-2
/
+11
*
Use spice allocator in server/
Alexander Larsson
2010-03-11
9
-328
/
+102
*
Use the spice allocator in common/
Alexander Larsson
2010-03-11
9
-116
/
+62
*
New memory allocators that exit on OOM and handle multiplication overflow
Alexander Larsson
2010-03-11
7
-0
/
+263
*
Define __STDC_LIMIT_MACROS for c++ code to get SIZE_MAX
Alexander Larsson
2010-03-10
1
-0
/
+1
*
Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the source
Alexander Larsson
2010-03-10
9
-11
/
+2
*
Revert "Fix possible quic_usr_more_lines_unstable() crash"
Alexander Larsson
2010-03-10
1
-8
/
+2
*
Update gdi canvas wrt latest changes
Alexander Larsson
2010-03-09
1
-2
/
+2
*
new libspice api: add spice_server_set_mouse_absolute()
Gerd Hoffmann
2010-03-09
2
-0
/
+11
*
new libspice api: add spice_server_set_channel_security()
Gerd Hoffmann
2010-03-09
2
-0
/
+17
*
new libspice api: make spice_channel_name_t part of the public api.
Gerd Hoffmann
2010-03-09
2
-33
/
+35
*
new libspice api: add spice_server_{get, set}_image_compression()
Gerd Hoffmann
2010-03-09
2
-0
/
+18
*
new libspice api: make image_compression_t part of the public api.
Gerd Hoffmann
2010-03-09
6
-56
/
+61
*
new libspice api: configure listen addr, add ipv6 suppor
Gerd Hoffmann
2010-03-09
2
-39
/
+74
*
new libspice api: configure tls
Gerd Hoffmann
2010-03-09
2
-2
/
+48
*
new libspice api: zap function pointer indirection.
Gerd Hoffmann
2010-03-09
2
-9
/
+40
*
new libspice api: configure port + ticket
Gerd Hoffmann
2010-03-09
2
-0
/
+54
*
new libspice api: alloc, initi and free spice server instances.
Gerd Hoffmann
2010-03-09
2
-6
/
+40
*
Fix possible quic_usr_more_lines_unstable() crash
Gerd Hoffmann
2010-03-09
1
-2
/
+8
*
Use macros from <spice/macros.h> rather than duplicate them
Alexander Larsson
2010-03-09
23
-219
/
+128
*
Move draw_rop3 to canvas_base
Alexander Larsson
2010-03-08
2
-96
/
+94
*
Move canvas_draw_stroke to canvas_base
Alexander Larsson
2010-03-08
2
-455
/
+450
*
Move most of the shared draw_xyz() methods from CairoCanvas to CanvasBase
Alexander Larsson
2010-03-08
3
-932
/
+1039
*
Move canvas_region and group_start/end to canvas_base
Alexander Larsson
2010-03-08
6
-38
/
+58
*
Move virtualization of canvas drawing into common/canvas_base
Alexander Larsson
2010-03-08
17
-830
/
+501
*
Make virt mapping an interface
Alexander Larsson
2010-03-08
7
-48
/
+41
*
Make glz_decoder non-optional canvas_base in canvas constructors
Alexander Larsson
2010-03-08
7
-30
/
+13
*
Make canvas Glz decoder integration nicer
Alexander Larsson
2010-03-08
15
-38
/
+48
[next]