index
:
~pgrunt/spice
0.12
agentfeatures
cdrom
encoders
manual
master
replay_gst
virgil
Fork of spice server http://cgit.freedesktop.org/spice/spice/
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-23
Release 0.9.0
0.9.0
Alon Levy
1
-0
/
+62
2011-07-22
server/smartcard: fix smartcard_channel_send_error
Alon Levy
1
-25
/
+8
2011-07-22
mjpeg: rename jpeg_mem_dest
Christophe Fergeau
1
-3
/
+3
2011-07-22
mjpeg_encoder: allocate "row" on demand
Christophe Fergeau
1
-8
/
+9
2011-07-22
mjpeg_encoder: remove unused functions
Christophe Fergeau
2
-50
/
+0
2011-07-22
mjpeg_encoder: use libjpeg-turbo extra colorspaces
Christophe Fergeau
1
-5
/
+16
2011-07-22
red_worker: use new mjpeg_encoder_encode_scanline API
Christophe Fergeau
1
-72
/
+13
2011-07-22
mjpeg_encoder: add mjpeg_encoder_get_bytes_per_pixel
Christophe Fergeau
2
-0
/
+6
2011-07-22
mjpeg_encoder: add mjpeg_encoder_encode_scanline
Christophe Fergeau
2
-0
/
+107
2011-07-22
red_worker: simplify red_rgb_to_24bpp prototype
Christophe Fergeau
1
-10
/
+6
2011-07-22
mjpeg_encoder: rework output buffer allocation
Christophe Fergeau
3
-26
/
+112
2011-07-22
red_worker: factor pixel conversion code
Christophe Fergeau
1
-121
/
+50
2011-07-22
set version number to 0.9.0
Christophe Fergeau
1
-2
/
+2
2011-07-22
fix make distcheck
Christophe Fergeau
3
-6
/
+7
2011-07-22
configure.ac: fix pyparsing check
Christophe Fergeau
1
-1
/
+1
2011-07-22
add SASL and smartcard to distcheck flags
Christophe Fergeau
1
-1
/
+1
2011-07-22
client: don't die if initial agent timeout triggers
Christophe Fergeau
2
-2
/
+10
2011-07-22
client: only send one SPICE_MSGC_MAIN_ATTACH_CHANNELS messages
Christophe Fergeau
2
-8
/
+16
2011-07-22
client: split overlong option descriptions
Christophe Fergeau
1
-2
/
+5
2011-07-21
server: make sure we clear vdagent and update mouse mode on agent disconnect
Hans de Goede
1
-1
/
+1
2011-07-21
client: fix endless recursion in rearrange_monitors, RHBZ #692976
Yonit Halperin
4
-50
/
+55
2011-07-21
spicec: Make loglevel configurable through the environment
Hans de Goede
1
-0
/
+7
2011-07-20
server/red_worker: send surface images to client on-demand after S3/4 wakeup
Yonit Halperin
1
-9
/
+22
2011-07-20
server/spice.h: bump QXL_MINOR because of QXLWorker and QXLInterface changes
Alon Levy
1
-1
/
+1
2011-07-20
server: add QXLWorker.flush_surfaces_async for S3/S4 support
Alon Levy
5
-4
/
+46
2011-07-20
server: add QXLInterface::update_area_complete callback
Alon Levy
2
-16
/
+47
2011-07-20
server/red_worker: handle_dev_input: reuse write_ready introduced for async
Alon Levy
1
-8
/
+4
2011-07-20
server: add async io support
Alon Levy
8
-91
/
+358
2011-07-20
bump required spice-protocol to 0.8.1 for qxl_dev async and s3 updates
Alon Levy
1
-1
/
+1
2011-07-20
server: api: add spice_qxl_* calls based on QXLWorker contents
Alon Levy
3
-32
/
+226
2011-07-20
server: spice-server.syms: move sasl symbols to 0.8.2
Alon Levy
1
-3
/
+7
2011-07-20
server/red_worker: remove print on handle_dev_destroy_surfaces
Alon Levy
1
-1
/
+1
2011-07-20
server/red_worker: *_release_item: less frequent debug messages
Alon Levy
1
-2
/
+2
2011-07-20
server/tests: test_util.h: fix double ASSERT definition
Alon Levy
1
-0
/
+3
2011-07-19
common: add backtrace via gstack or glibc backtrace
Alon Levy
5
-0
/
+143
2011-07-19
server: add symbol versioning to the spice server shared library.
Gerd Hoffmann
2
-0
/
+67
2011-07-19
remove unused function
Christophe Fergeau
1
-2
/
+0
2011-07-19
client: add missing "," in option list
Christophe Fergeau
1
-1
/
+1
2011-07-18
Fix spice-server/qemu channel version checks
Christophe Fergeau
1
-8
/
+8
2011-07-18
client: rename connect_unsecure to connect_to_peer
Uri Lublin
2
-4
/
+15
2011-07-18
client: don't crash when agent is missing WAN support
Christophe Fergeau
1
-8
/
+20
2011-07-18
client: improve WAN option description
Christophe Fergeau
1
-2
/
+2
2011-07-18
x11: don't return freed memory from get_clipboard
Christophe Fergeau
1
-2
/
+6
2011-07-18
client: match delete[] with new[]
Christophe Fergeau
1
-1
/
+1
2011-07-18
client: s/recive/receive
Christophe Fergeau
4
-25
/
+25
2011-07-12
server: add missing calls to red_handle_drawable_surfaces_client_synced
Yonit Halperin
1
-0
/
+2
2011-07-12
server: fix access to a released drawable. RHBZ #713474
Yonit Halperin
1
-2
/
+9
2011-07-06
server: fix segfault if no migrate_info provided
Alon Levy
1
-0
/
+11
2011-07-05
server: cursor_channel: releasing pipe items resources when the pipe is clear...
Yonit Halperin
1
-9
/
+34
2011-07-05
server: display_channel: releasing pipe items resources when the pipe is clea...
Yonit Halperin
1
-24
/
+75
[next]