Vic Lee
08d6f6fd12
wfreerdp: fix NSCodec and NoCodec.
2012-12-21 14:46:39 +08:00
Marc-André Moreau
0e334c2131
Merge pull request #868 from llyzs/windows
...
Fix event handles on Windows
2012-12-20 19:47:36 -08:00
Vic Lee
502368dd95
libwinpr-synch: proper handling fd event creation on Windows.
2012-12-21 11:41:18 +08:00
Marc-André Moreau
8c746976bb
libfreerdp-core: return proper event handles on Windows
2012-12-21 11:27:44 +08:00
Marc-André Moreau
038754cbed
libwinpr-sspi: fix SSPI NTLM SuppressExtendedProtection
2012-12-20 16:35:07 -05:00
Marc-André Moreau
c8173c405d
Merge pull request #866 from bmiklautz/keychanged_segfault
...
transport: fix segfault if host key changed
2012-12-20 08:02:39 -08:00
Marc-André Moreau
c6db4306af
Merge pull request #867 from mfleisz/master
...
cmake: fixed errors with Android build
2012-12-20 08:02:24 -08:00
Vic Lee
2bfd06d7bc
libfreerdp-core/listener: loopback address should consider local.
2012-12-20 21:57:55 +08:00
Vic Lee
e568c8e466
wfreerdp: fix a stack corruption when processing cursor.
2012-12-20 21:06:07 +08:00
Martin Fleisz
6bf903afcf
cmake: corrected formatting
2012-12-20 04:13:36 -08:00
Martin Fleisz
30cb77835b
cmake: fixed errors with Android build
2012-12-20 04:09:33 -08:00
Bernhard Miklautz
8fd6f63d14
transport: fix segfault if host key changed
2012-12-20 11:45:21 +01:00
Marc-André Moreau
05e6157d29
libfreerdp-core: return proper event handles on Windows
2012-12-19 12:16:39 -05:00
Vic Lee
b3d34f62dc
libwinpr-crt: add extra null-terminator for ConvertFromUnicode.
2012-12-19 22:03:31 +08:00
Marc-André Moreau
8267f2cb88
libfreerdp-core: fix usage of proper gateway credentials
2012-12-18 10:51:43 -05:00
Marc-André Moreau
ecd9136ca8
Merge pull request #863 from Osirium/pull/build-32
...
Add -march=i686 for 32 bit builds as otherwise defaults to i386 which do...
2012-12-18 06:56:12 -08:00
Marc-André Moreau
3f3b8f7140
Merge pull request #862 from Osirium/pull/unicode-len
...
ConvertToUnicode returns the number of wide characters including the NUL...
2012-12-18 06:55:29 -08:00
LawrenceK
b02765c4c7
Add -march=i686 for 32 bit builds as otherwise defaults to i386 which does not supply one of the intrinsics.
2012-12-18 14:11:04 +00:00
LawrenceK
a6178d9297
ConvertToUnicode returns the number of wide characters including the NULL terminator.
2012-12-18 14:05:59 +00:00
Marc-André Moreau
a0cc099614
Merge pull request #860 from awakecoding/master
...
SSPI NTLM Unicode Conversion Fix
2012-12-17 10:42:28 -08:00
Marc-André Moreau
0047511055
libwinpr-sspi: fix unicode conversion
2012-12-17 13:35:12 -05:00
Marc-André Moreau
61a0cd427e
Merge pull request #859 from awakecoding/master
...
Unicode Conversion Fix
2012-12-17 07:48:00 -08:00
Marc-André Moreau
f9321045a4
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2012-12-17 10:41:26 -05:00
Marc-André Moreau
5527932a54
Merge pull request #764 from alama/master
...
warnings killer and restore lilibavcodec api version check
2012-12-17 07:40:55 -08:00
Marc-André Moreau
591bbaae5b
Merge branch 'master' of github.com:awakecoding/FreeRDP
2012-12-17 10:36:08 -05:00
Marc-André Moreau
f58a1205ae
libwinpr-error: fix windows build
2012-12-17 10:35:00 -05:00
Marc-André Moreau
d19e2042c3
libfreerdp-utils: remove deprecrated unicode utils in favor of WinPR
2012-12-17 10:20:25 -05:00
Marc-André Moreau
af9be28000
libfreerdp-utils: purge deprecated freerdp_UnicodeToAsciiAlloc util in favor of WinPR ConvertFromUnicode
2012-12-16 23:34:07 -05:00
Alam Arias
7b0f4ce1ea
libfreerdp-core: llvm said fd may not be set
2012-12-16 23:03:00 -05:00
Marc-André Moreau
a02090c09b
libfreerdp-utils: fix unicode conversion
2012-12-16 23:00:40 -05:00
Bernhard Miklautz
e004f45968
build: check libavcodec api version
...
If pkg-config is available libavcodec api version is checked and
cmake fails if the required version isn't available.
In case pkg-config isn't available a notification message with the
required version is printed.
This fixes/prevents #740 .
2012-12-16 22:38:09 -05:00
Marc-André Moreau
15eb66a707
libwinpr-crt: document usage of unicode functions
2012-12-16 20:44:40 -05:00
Marc-André Moreau
136fd5da45
libwinpr-crt: fix unicode conversion null termination
2012-12-16 17:48:35 -05:00
Marc-André Moreau
c6503c3283
libwinpr-crt: isolate single failing unicode conversion test
2012-12-16 16:59:40 -05:00
Marc-André Moreau
d7bae41092
libwinpr-crt: improve UTF conversion efficiency
2012-12-16 16:51:05 -05:00
Marc-André Moreau
36a1683a5d
libwinpr-crt: initial WideCharToMultiByte and MultiByteToWideChar replacement implementation
2012-12-16 16:21:48 -05:00
Marc-André Moreau
8fffb17933
libwinpr-crt: cleanup unicode conversion test
2012-12-15 14:07:32 -05:00
Marc-André Moreau
a23e658add
libwinpr-crt: improve unicode conversion test
2012-12-15 13:55:20 -05:00
Marc-André Moreau
74b74cc482
Merge pull request #857 from dpoe/master
...
Fix for 8-byte compare-and-swap on older GCC
2012-12-15 09:02:21 -08:00
Daryl Poe
d393a26790
allow GCC compile with no compare_and_swap_8
2012-12-14 15:41:02 -07:00
Marc-André Moreau
9dd281e9ee
libwinpr-crt: improve MultiByteToWideChar tests
2012-12-14 16:54:51 -05:00
Marc-André Moreau
b60754cee6
libwinpr-crt: added test strings for character set conversion
2012-12-14 14:45:52 -05:00
Marc-André Moreau
3e1ac9a55e
libfreerdp-utils: fix build
2012-12-14 13:15:27 -05:00
Marc-André Moreau
6cdb09740c
wfreerdp: fix build
2012-12-14 13:11:07 -05:00
Marc-André Moreau
92bf3e4ae0
libfreerdp-utils: remove sleep utils in favor of WinPR
2012-12-14 00:58:48 -05:00
Marc-André Moreau
2045a5aec8
libfreerdp-utils: remove print utils
2012-12-14 00:30:20 -05:00
Marc-André Moreau
709e66a596
libfreerdp: header cleanup
2012-12-14 00:25:48 -05:00
Marc-André Moreau
808fc210e3
libfreerdp-utils: remove hexdump utils in favor of WinPR utils
2012-12-13 23:54:54 -05:00
Marc-André Moreau
cfa2e169c1
libfreerdp-core: added missing codec GUIDs
2012-12-13 23:33:24 -05:00
Marc-André Moreau
b53bdba143
libfreerdp-core: TSG cleanup
2012-12-13 20:23:37 -05:00