index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap recv to avoid warnings
Blue Swirl
2011-07-25
2
-2
/
+2
*
notifier: Pass data argument to callback
Jan Kiszka
2011-07-23
4
-6
/
+6
*
Remove unused USES_X509_AUTH macro from VNC sasl code
Daniel P. Berrange
2011-07-23
1
-7
/
+0
*
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
2011-07-23
1
-0
/
+7
*
Store VNC auth scheme per-client as well as per-server
Daniel P. Berrange
2011-07-23
4
-26
/
+41
*
qemu-char: Print strerror message on failure
Kevin Wolf
2011-07-23
1
-1
/
+1
*
spice: add sanity check for spice ports
Gerd Hoffmann
2011-07-20
1
-1
/
+10
*
qxl: set mm_time in vga update
Alon Levy
2011-07-04
1
-0
/
+5
*
spice: catch spice server initialization failures.
Gerd Hoffmann
2011-07-04
1
-1
/
+4
*
vnc: Fix compilation with --enable-vnc-png
Stefan Weil
2011-06-27
1
-0
/
+3
*
Fix MinGW compilation when --enable-vnc-jpeg is specified
Roy Tam
2011-06-26
1
-2
/
+5
*
cocoa: Avoid warning related to multiple handleEvent: definitions
Andreas Färber
2011-06-14
1
-1
/
+2
*
cocoa: Provide central qemu_main() prototype
Andreas Färber
2011-06-14
1
-3
/
+3
*
Cocoa: avoid displaying window when command-line contains '-h' or '-help'
Alexandre Raymond
2011-06-14
1
-1
/
+2
*
cocoa: do not create a spurious window for -version
Tristan Gingold
2011-06-14
1
-3
/
+12
*
Merge remote-tracking branch 'spice/spice.v37' into staging
Anthony Liguori
2011-06-08
1
-8
/
+18
|
\
|
*
spice: require spice 0.6.0 or newer.
Gerd Hoffmann
2011-06-06
1
-8
/
+0
|
*
spice: add SASL support
Marc-André Lureau
2011-06-06
1
-0
/
+12
|
*
spice: add option for disabling copy paste support
Hans de Goede
2011-06-06
1
-0
/
+6
*
|
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
2011-06-08
2
-5
/
+0
|
/
*
set $SDL_VIDEODRIVER=x11 on Linux to prevent sudo kvm from fighting for video...
Michael Tokarev
2011-05-15
1
-0
/
+12
*
spice: drop obsolete iothread locking
Gerd Hoffmann
2011-05-03
1
-6
/
+0
*
spice: don't call displaystate callbacks from spice server context.
Gerd Hoffmann
2011-05-03
2
-0
/
+15
*
spice: don't create updates in spice server context.
Gerd Hoffmann
2011-05-03
2
-21
/
+43
*
Make spice dummy functions inline to fix calls not checking return values
Jes Sorensen
2011-05-03
1
-2
/
+10
*
vnc: tight: Fix crash after 2GB of output
Michael Tokarev
2011-04-10
2
-4
/
+5
*
vnc: added missing name->keysym pairs for Polish national characters
Leszek Grzegorek
2011-04-01
1
-0
/
+18
*
ui/sdl: Load optional QEMU icon
Stefan Weil
2011-04-01
1
-0
/
+13
*
severe memory leak caused by broken palette_destroy() function
Ulrich Obergfell
2011-03-25
1
-3
/
+1
*
vnc: fix build error from VNC_DIRTY_WORDS
Anthony Liguori
2011-03-22
1
-1
/
+1
*
fix vnc regression
Wen Congyang
2011-03-22
1
-2
/
+6
*
Make VNC support optional
Jes Sorensen
2011-03-22
1
-4
/
+10
*
Consolidate DisplaySurface allocation in qemu_alloc_display()
Jes Sorensen
2011-03-22
1
-12
/
+8
*
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2011-03-21
2
-7
/
+7
*
win32: implement missing timersub
Blue Swirl
2011-03-15
1
-3
/
+3
*
Refactor thread retrieval and check
Jan Kiszka
2011-03-13
1
-1
/
+1
*
vnc: Fix stack corruption and other bitmap related bugs
Stefan Weil
2011-03-10
2
-8
/
+7
*
vnc: fix a memory leak in threaded vnc server
Corentin Chary
2011-02-25
1
-0
/
+2
*
ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined
Peter Maydell
2011-02-24
1
-0
/
+4
*
vnc: Fix fatal crash with vnc reverse mode
Stefan Weil
2011-02-23
1
-0
/
+1
*
vnc: add a non-adaptive option
Corentin Chary
2011-02-23
3
-5
/
+11
*
vnc: tight: tweak adaptive tight settings
Corentin Chary
2011-02-23
1
-10
/
+10
*
vnc: don't try to send bigger updates that client height
Corentin Chary
2011-02-23
1
-5
/
+5
*
vnc: use the new generic bitmap functions
Corentin Chary
2011-02-23
2
-73
/
+25
*
vnc: fix lossy rect refreshing
Corentin Chary
2011-02-23
1
-4
/
+8
*
vnc: fix uint8_t comparisons with negative values
Corentin Chary
2011-02-23
2
-3
/
+4
*
vnc: Add ZRLE and ZYWRLE encodings.
Corentin Chary
2011-02-23
8
-1
/
+1540
*
vnc: palette: and fill and color calls.
Corentin Chary
2011-02-23
2
-0
/
+35
*
vnc: palette: add palette_init calls
Corentin Chary
2011-02-23
2
-1
/
+8
*
vnc: palette: use a pool to reduce memory allocations
Corentin Chary
2011-02-23
2
-17
/
+4
[next]