index
:
~alon/spice
0.8.2.candidate
0.8.for.teuf
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
features/driver-server-monitors-config
features/record-replay-qxl-hack
fixup_red_channels
glz
master
mc.v7
old/aggregate-many-marshallers
old/aggregate-one-marshaller
opus
red_channel_refactor
s3.v1
s3.wip
server_multi_client.v3
server_multi_client.v4
server_multi_client.v5.mid
server_multi_client.v6
server_redhat
smart_card_channel.v5.wip
update_area_async_dirty
wip/dtrace
wip/replay
wip/shared-memory
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
Mark functions which never return control
Daniel P. Berrange
1
-1
/
+1
2012-04-25
Fix multiple printf format problems
Daniel P. Berrange
7
-9
/
+7
2012-04-18
update visual studio project file
Aric Stewart
1
-36
/
+36
2012-04-18
client/windows/redc.vcproj: switch to unix EOL (dos2unix)
Alon Levy
1
-1001
/
+1001
2012-04-18
Update win32 generate(1).bat files to match modern usage
Aric Stewart
2
-4
/
+4
2012-04-18
we do not need afxres.h included in redc.rc
Aric Stewart
1
-1
/
+1
2012-04-17
Copy getopt.h from old common/win/my_getopt-1.5/my_getopt
Aric Stewart
1
-0
/
+56
2012-04-17
update windows client generate.bat and generate1.bat
Aric Stewart
2
-4
/
+4
2012-04-02
Replace sprintf with snprintf use
Christophe Fergeau
1
-1
/
+1
2012-03-25
Copy common/win/my_getopt-1.5/my_getopt client/windows
Marc-André Lureau
2
-21
/
+352
2012-03-25
Use the spice-common submodule
Marc-André Lureau
35
-203
/
+118
2012-03-20
Don't truncate SPICE_FOREIGN_MENU_SOCKET
Christophe Fergeau
1
-5
/
+8
2012-03-20
Don't limit spice controller socket name to 50 chars
Christophe Fergeau
1
-6
/
+4
2012-03-20
Remove unused Canvas members
Christophe Fergeau
4
-8
/
+0
2012-03-05
Use SPICE_FOREIGN_MENU_SOCKET if it's available
Marc-André Lureau
2
-2
/
+8
2012-03-04
mingw: fix signed/unsigned comparison warnings
Christophe Fergeau
3
-3
/
+3
2012-03-04
mingw: add workaround for _ftime_s issue on mingw
Christophe Fergeau
1
-0
/
+7
2012-03-04
mingw: #ifdef unneeded #define in common.h
Christophe Fergeau
1
-0
/
+2
2012-03-04
mingw: use uintptr_t when converting a pointer to an int
Christophe Fergeau
2
-2
/
+2
2012-03-01
client/windows: fix SetClipboardViewer error handling rhbz#786554
Arnon Gilboa
1
-3
/
+4
2012-03-01
client X11: support volume keys when evdev is in use
Yonit Halperin
1
-0
/
+6
2012-03-01
client: keyboard - add mapping for volume keys
Yonit Halperin
2
-0
/
+6
2012-02-29
Fix compilation when smartcard support is disabled
Christophe Fergeau
4
-0
/
+8
2012-02-28
controller_test: add README
Alon Levy
1
-0
/
+10
2012-02-28
client controller_test: reorder parameters since pid isn't needed for linux c...
Alon Levy
1
-3
/
+3
2012-02-28
client: handle CONTROLLER_ENABLE_SMARTCARD (rhbz 641828)
Alon Levy
4
-1
/
+11
2012-02-28
controller_test: add ENABLE_SMARTCARD
Alon Levy
1
-0
/
+4
2012-02-03
Handle Application::set_hotkeys failure
Christophe Fergeau
2
-17
/
+30
2012-01-31
Don't use "hw:0,0" for recording with alsa
Christophe Fergeau
1
-1
/
+1
2012-01-23
More comparison between signed and unsigned integer expressions warning fixes
Hans de Goede
2
-3
/
+2
2012-01-23
Fix various comparison between signed and unsigned integer expressions warnings
Hans de Goede
4
-9
/
+9
2012-01-23
Remove epoll headers from client code
Dan McGee
2
-2
/
+0
2012-01-23
Update .gitignore with a few more generated files
Dan McGee
2
-0
/
+2
2012-01-22
client/foreign_menu: arm build fix
Alon Levy
1
-1
/
+1
2012-01-13
Remove trailing whitespace from end of lines
Daniel P. Berrange
9
-20
/
+20
2012-01-13
Remove trailing blank lines
Daniel P. Berrange
126
-128
/
+1
2012-01-13
Death to all TABs
Daniel P. Berrange
8
-763
/
+763
2012-01-13
client/windows: fix several assigned but not used errors
Alon Levy
1
-2
/
+1
2012-01-13
client/windows: arraysize(inf.bmiColors) == 1 in mingw32
Alon Levy
2
-0
/
+6
2012-01-13
client/windows: fix typo, make error messages unique
Alon Levy
1
-2
/
+2
2012-01-13
client/windows/main: mingw32 provides PACKAGE_VERSION
Alon Levy
1
-0
/
+8
2012-01-13
client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.h
Alon Levy
1
-0
/
+3
2012-01-13
client: mingw32 build needs the jpeg_boolean define
Alon Levy
3
-3
/
+3
2012-01-13
client/common.h: mingw32 fix
Alon Levy
1
-2
/
+2
2012-01-13
client/Makefile.am: mingw32 fixes
Alon Levy
1
-1
/
+14
2012-01-13
client: log command line (rhbz 767581)
Alon Levy
1
-0
/
+7
2012-01-13
client-x11: Fix building with gcc-4.7
Hans de Goede
2
-4
/
+4
2011-12-22
client: screen: fix typo _forec_update_timer
Uri Lublin
2
-6
/
+6
2011-12-22
client: RedScreen::RedScreen: fix initialization order of _menu_needs_update
Uri Lublin
1
-1
/
+1
2011-12-20
client: foreign-menu: pass "active" param when creating a ForeignMenu (#769020)
Uri Lublin
3
-4
/
+4
[next]