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/server: warning fixes (gcc 4.6.0)
Alon Levy
2011-01-25
5
-21
/
+11
*
client/server: add missing USE_TUNNEL
Alon Levy
2011-01-25
2
-0
/
+6
*
client/server: add missing smartchannel channel security handling
Alon Levy
2011-01-25
2
-0
/
+9
*
Update license header for server/red_parse_qxl.c
Hans de Goede
2011-01-21
1
-6
/
+6
*
Drop unnecessary X11 and alsa requires from spice-server.pc
Hans de Goede
2011-01-21
1
-3
/
+0
*
server: remove dep on CEGUI
Hans de Goede
2011-01-19
1
-2
/
+0
*
server/red_channel: fix segfault on red_channel_destroy if peer already removed
Alon Levy
2011-01-16
1
-1
/
+1
*
server/inputs_channel: use outgoing marshaller in red_channel/RedChannel
Alon Levy
2011-01-16
1
-58
/
+76
*
tests/migrate.py: add a migration test
Alon Levy
2011-01-15
1
-0
/
+158
*
server/main_channel: use red_channel (most code is pipe send/marshall separat...
Alon Levy
2011-01-15
1
-337
/
+441
*
server/red_channel: no need for extra loop
Alon Levy
2011-01-15
1
-1
/
+1
*
server/red_channel: go marshaller for outgoing (copied from red_worker)
Alon Levy
2011-01-13
2
-75
/
+41
*
server/reds: don't remove agent if it's not connected
Alon Levy
2011-01-13
1
-1
/
+1
*
server/reds: protect reds_update_mouse_mode when main_channel is disconnected
Alon Levy
2011-01-13
1
-1
/
+4
*
server/reds: don't call close on NULL channel on atexit callback
Alon Levy
2011-01-13
1
-1
/
+3
*
server/reds: fix possible segfault when accessing vdagent from reds_update_mo...
Alon Levy
2011-01-13
1
-2
/
+2
*
server/reds: s/reds_push_migrate_data_item/reds_marshall_migrate_data_item/
Alon Levy
2011-01-13
3
-3
/
+3
*
server: split main_channel from reds
Alon Levy
2011-01-13
5
-719
/
+1044
*
server: remove dep on libcacard
Alon Levy
2011-01-11
1
-1
/
+0
*
server/tests: split test_display_no_ssl to test_display_base, add streaming test
Alon Levy
2011-01-10
5
-587
/
+650
*
server/tests/test_display_no_ssl: add update_area, COPY_BITS to tested functi...
Alon Levy
2011-01-10
1
-29
/
+163
*
server/tests/test_display_no_ssl: add surface create/destroy test (commented ...
Alon Levy
2011-01-10
1
-20
/
+145
*
server/tests: fix timer reset to allow setting next call during callback
Alon Levy
2011-01-10
1
-1
/
+1
*
server/tests/test_display_no_ssl: change color every circle
Alon Levy
2011-01-10
1
-9
/
+14
*
server/tests/test_display_no_ssl: restart notify timer
Alon Levy
2011-01-10
1
-1
/
+1
*
server/tests: basic_event_loop: reset timer after firing it
Alon Levy
2011-01-10
1
-0
/
+1
*
server/tests/test_display_no_ssl: disable cursor test until it works correctly
Alon Levy
2011-01-10
1
-2
/
+2
*
server/test/test_display_no_ssl: add beginning of basic cursor item test. doe...
Alon Levy
2011-01-10
1
-6
/
+67
*
server/tests/test_display_no_ssl: make window 320x320, two colored updates, o...
Alon Levy
2011-01-10
1
-5
/
+5
*
server/red_worker: use 1, not 4 when lz_encoding a top down image
Alon Levy
2011-01-07
1
-2
/
+3
*
client/cmd_line_parser: fix wrong reporting of bad argument in --bla=val case
Alon Levy
2011-01-06
1
-2
/
+5
*
common, canvas_get_jpeg_alpha: let top_down be any value
Alon Levy
2011-01-05
1
-1
/
+1
*
client: CEGUI: search for CEGUI-0.6 to work in F15 (rawhide)
Alon Levy
2011-01-05
2
-5
/
+16
*
Fixes compilation error of Spice Client (Linux/X11) with OpenGL enabled modif...
Thomas Tyminski
2011-01-05
1
-3
/
+3
*
mingw32: refix to build on mingw..
Alon Levy
2010-12-30
2
-2
/
+2
*
client inputs: stop blinking keyboard when out of focus
Marc-André Lureau
2010-12-30
2
-1
/
+15
*
jpeg_boolean is a mingw32-libjpeg specific thing. Use a define check rather t...
Tiziano Mueller
2010-12-30
2
-2
/
+2
*
server: Update SPICE_SERVER_VERSION
Hans de Goede
2010-12-17
1
-1
/
+1
*
Makefiles: fix server/tests/test_util.h not being included in make dist
Hans de Goede
2010-12-17
1
-2
/
+2
*
server: Update SPICE_SERVER_VERSION
Hans de Goede
2010-12-17
1
-1
/
+1
*
spicec: Remove spice-client watermark (rhbz#662450)
Hans de Goede
2010-12-16
9
-1060
/
+2
*
spicec-x11: Let the window manager place our window the 1st time (rhbz#662407)
Hans de Goede
2010-12-16
2
-1
/
+8
*
spicec-x11: Add a class hint to our window managet hints
Hans de Goede
2010-12-16
1
-1
/
+10
*
spicec: Add a --title cmdline option (rhbz#662452)
Hans de Goede
2010-12-16
1
-0
/
+6
*
move chardevs out of experimental
Gerd Hoffmann
2010-12-16
2
-25
/
+26
*
move switch-host migration out of experimental
Gerd Hoffmann
2010-12-16
2
-5
/
+8
*
client migration: switch host
Gerd Hoffmann
2010-12-16
2
-11
/
+59
*
server/red_worker: fix worker->drawable_count
Alon Levy
2010-12-15
1
-1
/
+1
*
client/smartcard: external cac card library name and version changed
Alon Levy
2010-12-11
1
-2
/
+2
*
server: improve error handling
Gerd Hoffmann
2010-12-09
1
-8
/
+24
[prev]
[next]