index
:
~yhalperi/spice
0.8.mig.v2
0.8.mig.v3
0.8.mig.v3.rebase
bitmap-crop.mem-control
bitmap-crop.v2
master
master.mig.v1
mc.v7
qxl-mem-control
seamless-migration.v1
seamless-migration.v2
video.adaptive_bit_rate
video.adaptive_bit_rate.v2
video.sized.v1.clean
Unnamed repository; edit this file to name it for gitweb.
yhalperi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-02
client: display channel migration
Yonit Halperin
2
-14
/
+153
2011-11-02
client: playback/record channels: implement on_disconnect
Yonit Halperin
3
-19
/
+54
2011-11-02
client: main channel migration: do partial cleanup when switching hosts
Yonit Halperin
2
-0
/
+11
2011-11-02
client: handle SPICE_MSG_MAIN_MIGRATE_END
Yonit Halperin
4
-11
/
+187
2011-11-02
client: handle SpiceMsgMainMigrationBegin (semi-seamless migration)
Yonit Halperin
1
-3
/
+20
2011-11-02
client: rewrite surfaces cache
Yonit Halperin
10
-263
/
+101
2011-10-05
client/x11: reset screen positions in XMonitor::do_restore
Christophe Fergeau
1
-2
/
+2
2011-10-05
client/x11: fix mode setting in MultyMonScreen::restore
Christophe Fergeau
1
-7
/
+1
2011-10-05
client/x11: fix typos (finde => find)
Christophe Fergeau
1
-7
/
+7
2011-09-20
client: fix typo commnad=>command
Christophe Fergeau
2
-3
/
+3
2011-09-19
client: don't crash when booting a Xinerama setup
Christophe Fergeau
1
-4
/
+6
2011-09-15
fix typos
Christophe Fergeau
4
-41
/
+41
2011-09-01
fix bug #692833
Marc-André Lureau
1
-1
/
+7
2011-08-25
client: setting monitors resolution before resizing screens, RHBZ #728252
Yonit Halperin
2
-12
/
+33
2011-08-17
use Xkb to get keyboard modifier mask
Christophe Fergeau
1
-23
/
+2
2011-08-17
fix harmless typo in InputsChannel::handle_modifiers
Christophe Fergeau
1
-1
/
+1
2011-08-15
fix 2 X11 related leaks
Christophe Fergeau
2
-4
/
+8
2011-08-15
channel: fix EVP_PKEY leak
Christophe Fergeau
1
-3
/
+7
2011-08-15
always set VDAgentDisplayConfig::depth
Christophe Fergeau
1
-0
/
+1
2011-08-03
client/red_client: fix broken switch host migration (RHBZ 727969)
Alon Levy
1
-0
/
+1
2011-08-02
Fix typo: treshold -> threshold
Liang Guo
1
-1
/
+1
2011-08-02
Fix typo: seperator -> separator
Liang Guo
3
-24
/
+24
2011-07-31
client: fix 30s timeout regression
Christophe Fergeau
1
-2
/
+7
2011-07-22
fix make distcheck
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
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-19
client: add missing "," in option list
Christophe Fergeau
1
-1
/
+1
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-06-22
sndworker: add AudioVolume/AudioMute messages
Marc-André Lureau
1
-0
/
+2
2011-06-14
client: fix for redundant shift+f11 RHBZ #674532
Yonit Halperin
3
-10
/
+27
2011-05-30
client/windows: enable image randomization (ASLR) rhbz#701111
Arnon Gilboa
1
-2
/
+2
2011-05-30
client/windows: remove slash from x64 build dir
Arnon Gilboa
1
-4
/
+4
2011-05-22
client/windows: remove precompiled header for common.h (fix broken windows de...
Arnon Gilboa
1
-4
/
+4
2011-05-19
client: fix flipped video in Linux guest on windows client, RHBZ #667689
Yonit Halperin
1
-3
/
+5
2011-05-12
client/windows: undef SIZE_MAX in stdint.h
Arnon Gilboa
1
-1
/
+1
2011-05-12
client/windows: add common\ssl_verify.c/h to project
Arnon Gilboa
1
-2
/
+10
2011-05-12
client/windows: inc version to 0,9,0,0
Arnon Gilboa
1
-4
/
+4
2011-05-12
client/windows: init PACKAGE_VERSION
Arnon Gilboa
2
-3
/
+5
2011-05-12
client: fix return code when missing host
Alon Levy
1
-0
/
+1
2011-05-03
client: make use of ssl_verify.c
Marc-André Lureau
4
-385
/
+36
2011-05-03
common: add windows.h where required, make gdi_handlers static
Marc-André Lureau
1
-1
/
+0
2011-05-03
client: remove unused mb() macro
Christophe Fergeau
1
-6
/
+0
[next]