Marc-André Moreau [Mon, 3 Sep 2012 21:38:22 +0000 (17:38 -0400)]
wfreerdp: fix RemoteFX
Marc-André Moreau [Mon, 3 Sep 2012 21:08:46 +0000 (17:08 -0400)]
libfreerdp-core: improvements for C# bindings
Marc-André Moreau [Mon, 3 Sep 2012 14:47:45 +0000 (10:47 -0400)]
include: cleanup api.h
Marc-André Moreau [Mon, 3 Sep 2012 04:51:02 +0000 (00:51 -0400)]
wfreerdp-server: wrap select() to make use of windows events and WaitForMultipleObjects
Marc-André Moreau [Mon, 3 Sep 2012 03:36:01 +0000 (23:36 -0400)]
wfreerdp-server: add select()
Marc-André Moreau [Sun, 2 Sep 2012 23:54:17 +0000 (19:54 -0400)]
wfreerdp-server: fix encoding accuracy
Marc-André Moreau [Sun, 2 Sep 2012 22:04:41 +0000 (18:04 -0400)]
wfreerdp-server: start cleaning up mutex access
Marc-André Moreau [Sun, 2 Sep 2012 21:09:52 +0000 (17:09 -0400)]
Merge branch 'cleanup' of github.com:FreeRDP/FreeRDP into cleanup
Marc-André Moreau [Sun, 2 Sep 2012 21:09:36 +0000 (17:09 -0400)]
wfreerdp-server: get rid of wfInfoSingleton
Marc-André Moreau [Sun, 2 Sep 2012 20:34:06 +0000 (16:34 -0400)]
xfreerdp: code style cleanup
Marc-André Moreau [Sun, 2 Sep 2012 18:40:35 +0000 (14:40 -0400)]
Merge branch 'cleanup' of github.com:FreeRDP/FreeRDP into cleanup
Marc-André Moreau [Sun, 2 Sep 2012 18:39:27 +0000 (14:39 -0400)]
wfreerdp-server: merge with latest updates
Marc-André Moreau [Fri, 31 Aug 2012 22:04:26 +0000 (18:04 -0400)]
libwinpr-sspi: fix SecBufferDesc output buffer on last call to AcceptSecurityContext
Marc-André Moreau [Fri, 31 Aug 2012 02:19:44 +0000 (22:19 -0400)]
winpr: fix sprintf_s missing define
Marc-André Moreau [Thu, 30 Aug 2012 23:58:00 +0000 (19:58 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Thu, 30 Aug 2012 23:57:39 +0000 (19:57 -0400)]
Merge branch 'cleanup' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Thu, 30 Aug 2012 23:57:21 +0000 (19:57 -0400)]
wfreerdp: fix build on Windows XP
Marc-André Moreau [Thu, 30 Aug 2012 21:37:12 +0000 (17:37 -0400)]
wfreerdp-server: fix build on Windows 8
C-o-r-E [Thu, 30 Aug 2012 19:50:46 +0000 (15:50 -0400)]
wfreerdp-server: cleaned up synchronization code
Marc-André Moreau [Thu, 30 Aug 2012 19:13:35 +0000 (15:13 -0400)]
Merge branch 'cleanup' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Wed, 29 Aug 2012 21:50:13 +0000 (17:50 -0400)]
wfreerdp: fix memory leaks
Marc-André Moreau [Wed, 29 Aug 2012 20:45:39 +0000 (16:45 -0400)]
wfreerdp: reintroduce free() statements in NLA code which was broken due to incorrect MSVC runtime linking
Marc-André Moreau [Wed, 29 Aug 2012 20:20:46 +0000 (16:20 -0400)]
cmake: make MSVC static build optional
C-o-r-E [Tue, 28 Aug 2012 23:28:04 +0000 (19:28 -0400)]
wfreerdp-server: added optional back buffer
Marc-André Moreau [Tue, 28 Aug 2012 22:01:42 +0000 (18:01 -0400)]
wfreerdp: Windows 8 fixes
Marc-André Moreau [Sun, 26 Aug 2012 22:40:17 +0000 (18:40 -0400)]
libwinpr-crt: add more tchar definitions
Marc-André Moreau [Sun, 26 Aug 2012 15:52:20 +0000 (08:52 -0700)]
Merge pull request #708 from drred-caspian/master
[bug fix] position setting kbd_type,kbd_subtype and kbd_fn_keys
Hiroshi Akashio [Sun, 26 Aug 2012 15:32:36 +0000 (00:32 +0900)]
Fixed:
I mistaked to set position for kbd_type,kbd_subtype and kbd_fn_keys.
After kbd_layout has been set, I set them.
There is a failure in my test method.
Marc-André Moreau [Sat, 25 Aug 2012 16:40:16 +0000 (09:40 -0700)]
Merge pull request #707 from drred-caspian/master
I created a patch for Japanese keyboard.
Marc-André Moreau [Sat, 25 Aug 2012 16:40:05 +0000 (09:40 -0700)]
Merge pull request #704 from pfmooney/
7cf594a95f2fac1c11aab0395a96225cbab14216
Fix for issue 540: ctrl-enter toggles fullscreen
Marc-André Moreau [Sat, 25 Aug 2012 15:54:36 +0000 (11:54 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP into cleanup
C-o-r-E [Fri, 24 Aug 2012 23:39:30 +0000 (19:39 -0400)]
wfreerdp-server: fixed subsequent connection issue
Hiroshi Akashio [Fri, 24 Aug 2012 16:25:59 +0000 (01:25 +0900)]
Japanese keyboard patch
o Add Japanese key
HIRAGANA
CONVERT_JP
NONCONVERT_JP
o set Japanese keyboard
kbd_type : 7
kbd_subtype : 2
kbd_fn_keys : 12
Marc-André Moreau [Fri, 24 Aug 2012 16:10:16 +0000 (09:10 -0700)]
Merge pull request #706 from atong/master
macos build
Anthony Tong [Fri, 24 Aug 2012 15:57:11 +0000 (10:57 -0500)]
move macos build script
Anthony Tong [Thu, 16 Aug 2012 04:07:51 +0000 (00:07 -0400)]
initial Mac build cleanup
Marc-André Moreau [Thu, 23 Aug 2012 21:37:28 +0000 (17:37 -0400)]
wfreerdp-server: fix off-by-one width and height errors
Marc-André Moreau [Thu, 23 Aug 2012 21:10:22 +0000 (17:10 -0400)]
wfreerdp-server: fix crash with out of bound coordinates
Marc-André Moreau [Thu, 23 Aug 2012 20:35:54 +0000 (16:35 -0400)]
wfreerdp-server: cleanup code style
Marc-André Moreau [Thu, 23 Aug 2012 20:09:46 +0000 (16:09 -0400)]
libfreerdp-crypto: temporarily disable free() operations causing crash in Windows FreeRDP server
Marc-André Moreau [Thu, 23 Aug 2012 19:43:32 +0000 (12:43 -0700)]
Merge pull request #705 from awakecoding/windows
Windows FreeRDP Server RemoteFX Encoding
Marc-André Moreau [Thu, 23 Aug 2012 19:36:34 +0000 (15:36 -0400)]
wfreerdp-server: merge with master
Marc-André Moreau [Thu, 23 Aug 2012 19:15:57 +0000 (15:15 -0400)]
libwinpr-sspi: fix build on Windows
Marc-André Moreau [Thu, 23 Aug 2012 05:18:47 +0000 (01:18 -0400)]
libwinpr-sspi: valgrind cleanup
Marc-André Moreau [Thu, 23 Aug 2012 02:38:27 +0000 (22:38 -0400)]
libwinpr-sspi: fix PLUID data type in API definitions
Marc-André Moreau [Thu, 23 Aug 2012 02:24:29 +0000 (22:24 -0400)]
libwinpr-sspi: fix API data types
Marc-André Moreau [Wed, 22 Aug 2012 16:46:12 +0000 (12:46 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP into cleanup
Marc-André Moreau [Wed, 22 Aug 2012 14:29:27 +0000 (07:29 -0700)]
Merge pull request #703 from Osirium/master
segfault if tls fails to initialize
C-o-r-E [Tue, 21 Aug 2012 16:50:21 +0000 (12:50 -0400)]
wfreerdp-server: efficiency++
Marc-André Moreau [Tue, 21 Aug 2012 00:55:21 +0000 (20:55 -0400)]
winpr: fix SSPI inconsistent DLL linkage
Marc-André Moreau [Tue, 21 Aug 2012 01:07:03 +0000 (21:07 -0400)]
winpr-sspi: fix SSPI data types
C-o-r-E [Mon, 20 Aug 2012 22:19:17 +0000 (18:19 -0400)]
fixed subsequent connection bug
C-o-r-E [Mon, 20 Aug 2012 20:49:25 +0000 (16:49 -0400)]
wfreerdp-server: greatly improved performance
C-o-r-E [Mon, 20 Aug 2012 20:06:24 +0000 (16:06 -0400)]
wfreerdp-server: fixed corruption issue
LawrenceK [Mon, 20 Aug 2012 18:37:37 +0000 (19:37 +0100)]
Merge branch 'master' of git://github.com/FreeRDP/FreeRDP
C-o-r-E [Mon, 20 Aug 2012 18:36:59 +0000 (14:36 -0400)]
wfreerdp-server: fixed client screen resize
C-o-r-E [Mon, 20 Aug 2012 17:47:44 +0000 (13:47 -0400)]
wfreerdp-server: partialy fixed the corruption issue
C-o-r-E [Mon, 20 Aug 2012 15:45:48 +0000 (11:45 -0400)]
wfreerdp-server: Slightly more stable
C-o-r-E [Sun, 19 Aug 2012 19:46:47 +0000 (15:46 -0400)]
wfreerdp-server: fixed some syncronization bugs
C-o-r-E [Sun, 19 Aug 2012 17:20:10 +0000 (13:20 -0400)]
wfreerdp-server: Fixed basic rfx
C-o-r-E [Sat, 18 Aug 2012 23:46:42 +0000 (19:46 -0400)]
wfreerdp-server: Nearly completed refactoring
C-o-r-E [Sat, 18 Aug 2012 21:49:52 +0000 (17:49 -0400)]
wfreerdp-server: Continued refactoring efforts
C-o-r-E [Sat, 18 Aug 2012 20:42:17 +0000 (16:42 -0400)]
wfreerdp-server: mirr-mon thread refactored
C-o-r-E [Sat, 18 Aug 2012 18:34:24 +0000 (14:34 -0400)]
Merged
C-o-r-E [Fri, 17 Aug 2012 20:24:56 +0000 (16:24 -0400)]
wfreerdp-server: partly reorganized rfx encoding process
C-o-r-E [Wed, 15 Aug 2012 22:01:06 +0000 (18:01 -0400)]
wfreerdp-server: added experimental rfx encoding
C-o-r-E [Wed, 15 Aug 2012 19:27:03 +0000 (15:27 -0400)]
wfreerdp-server: fixed a couple bugs
Marc-André Moreau [Wed, 15 Aug 2012 05:20:40 +0000 (22:20 -0700)]
Merge pull request #701 from floppym/master
Allow CMAKE_INSTALL_LIBDIR to be an absolute path
Mike Gilbert [Wed, 15 Aug 2012 04:26:04 +0000 (00:26 -0400)]
cmake: Allow CMAKE_INSTALL_LIBDIR to be an absolute path.
On Gentoo Linux, CMAKE_INSTALL_LIBDIR is passed as an absolute path,
which caused plugins to be installed in /usr/usr/lib/freerdp.
The new logic better emulates the behavior of the real GNUInstallDirs module.
C-o-r-E [Wed, 15 Aug 2012 00:30:36 +0000 (20:30 -0400)]
wfreerdp-server: more progress on the back end
Marc-André Moreau [Wed, 15 Aug 2012 00:21:17 +0000 (17:21 -0700)]
Merge pull request #700 from FreeRDP/cleanup
CMake Cleanup
Marc-André Moreau [Wed, 15 Aug 2012 00:21:00 +0000 (20:21 -0400)]
cmake: merging with master
Marc-André Moreau [Tue, 14 Aug 2012 23:55:48 +0000 (19:55 -0400)]
include: fix installation of headers
Marc-André Moreau [Tue, 14 Aug 2012 23:04:45 +0000 (19:04 -0400)]
wfreerdp: fix monolithic build on Windows
Marc-André Moreau [Tue, 14 Aug 2012 22:39:07 +0000 (18:39 -0400)]
wfreerdp: fix compilation warnings on Windows
Marc-André Moreau [Tue, 14 Aug 2012 21:41:40 +0000 (17:41 -0400)]
libfreerdp: wrap inclusion of config.h with HAVE_CONFIG_H
Marc-André Moreau [Tue, 14 Aug 2012 21:20:53 +0000 (17:20 -0400)]
libwinpr: add proper config.h inclusions
Marc-André Moreau [Tue, 14 Aug 2012 21:09:01 +0000 (17:09 -0400)]
libfreerdp: add proper config.h inclusions
C-o-r-E [Tue, 14 Aug 2012 20:49:24 +0000 (16:49 -0400)]
wfreerdp-server: added experimental monitor proc
Marc-André Moreau [Tue, 14 Aug 2012 19:59:11 +0000 (15:59 -0400)]
xfreerdp: fix build warnings
Marc-André Moreau [Tue, 14 Aug 2012 19:49:39 +0000 (15:49 -0400)]
include: move winpr include directory inside winpr
C-o-r-E [Tue, 14 Aug 2012 19:12:44 +0000 (15:12 -0400)]
wfreerdp-server: fixed the build and some stupidity on my part
C-o-r-E [Tue, 14 Aug 2012 18:49:53 +0000 (14:49 -0400)]
wfreerdp-server: modified and documented the driver settings update function
It should programatically detect and use the screen resolution now.
Marc-André Moreau [Tue, 14 Aug 2012 18:37:31 +0000 (14:37 -0400)]
libwinpr: add support for monolithic build (single libwinpr.so)
C-o-r-E [Tue, 14 Aug 2012 16:31:52 +0000 (12:31 -0400)]
wfreerdp-server: modified and documented the attatchtodesktop function
C-o-r-E [Tue, 14 Aug 2012 15:57:25 +0000 (11:57 -0400)]
wfreerdp-server: modified and documented the display device check
Marc-André Moreau [Tue, 14 Aug 2012 04:59:22 +0000 (00:59 -0400)]
server: add support for monolithic build
Marc-André Moreau [Tue, 14 Aug 2012 04:48:55 +0000 (00:48 -0400)]
channels: add support for monolithic build
Marc-André Moreau [Tue, 14 Aug 2012 04:31:06 +0000 (00:31 -0400)]
libfreerdp: fix linking libraries for monolithic build
Marc-André Moreau [Tue, 14 Aug 2012 04:11:04 +0000 (00:11 -0400)]
cmake: update cmake client scripts for monolithic build
Marc-André Moreau [Tue, 14 Aug 2012 03:50:50 +0000 (23:50 -0400)]
libfreerdp: add support for monolithic build
Marc-André Moreau [Tue, 14 Aug 2012 03:19:51 +0000 (23:19 -0400)]
libfreerdp: move all libraries to libfreerdp directory, one step closer to monolithic build option
Marc-André Moreau [Tue, 14 Aug 2012 02:53:26 +0000 (22:53 -0400)]
freerdp: add optional monolithic build option to FreeRDP libraries
Marc-André Moreau [Mon, 13 Aug 2012 23:05:47 +0000 (19:05 -0400)]
wfreerdp-server: add proper detection of device registry key for DFMirage driver
Marc-André Moreau [Mon, 13 Aug 2012 22:25:05 +0000 (18:25 -0400)]
wfreerdp-server: start integration of DFMirage driving code
Marc-André Moreau [Mon, 13 Aug 2012 21:27:44 +0000 (17:27 -0400)]
wfreerdp-server: add DFMirage header definitions
Marc-André Moreau [Mon, 13 Aug 2012 19:45:02 +0000 (15:45 -0400)]
cmake: merging with cleanup branch
Marc-André Moreau [Mon, 13 Aug 2012 16:32:41 +0000 (12:32 -0400)]
cmake: started monolithic build option
Marc-André Moreau [Mon, 13 Aug 2012 12:34:47 +0000 (05:34 -0700)]
Merge pull request #665 from bmiklautz/issue_629
Fix for #629. Don't show password if --from-stdin is given as argument.
Vic Lee [Mon, 13 Aug 2012 09:24:52 +0000 (17:24 +0800)]
cmake: in case build path is different config.h needs to be install separately.