richterger
|
e1fc37b5e4
|
Add missing #ifdef/#endif around include stdint
|
2012-10-02 08:48:11 +02:00 |
|
Jay Sorg
|
7a68fcf626
|
win32: fix for 100% cpu, reset event
|
2012-10-01 11:08:13 -07:00 |
|
Marc-André Moreau
|
c7719e9982
|
libfreerdp-utils: get rid of rect utils
|
2012-09-24 04:59:18 -04:00 |
|
Marc-André Moreau
|
6dcc8e73ee
|
libfreerdp-utils: get rid of rdpBlob
|
2012-09-24 04:40:32 -04:00 |
|
Marc-André Moreau
|
58e1fd325a
|
libfreerdp-utils: get rid of freerdp_uniconv_in
|
2012-09-23 20:11:50 -04:00 |
|
Marc-André Moreau
|
d0ac31b2c1
|
libfreerdp-utils: get rid of freerdp_uniconv_out
|
2012-09-23 19:49:13 -04:00 |
|
Marc-André Moreau
|
44f18159c4
|
libfreerdp-utils: get rid of UNICONV unicode conversion context
|
2012-09-23 18:41:07 -04:00 |
|
Marc-André Moreau
|
1059337d90
|
libfreerdp-utils: make freerdp_uniconv_in a wrapper for WideCharToMultiByte
|
2012-09-23 18:08:12 -04:00 |
|
Marc-André Moreau
|
01a44aa678
|
libfreerdp-codec: jpeg fix for issue #737
|
2012-09-23 15:46:30 -04:00 |
|
Marc-André Moreau
|
9ddcd4fd0c
|
libfreerdp-utils: adapt freerdp_uniconv_out to WinPR API
|
2012-09-23 14:37:49 -04:00 |
|
Marc-André Moreau
|
a11a69c70f
|
channels/rdpdr/disk: replace thread utils by WinPR thread API
|
2012-09-23 13:54:14 -04:00 |
|
Marc-André Moreau
|
6cb933aa5a
|
channels: added build options to enabled/disable client and server channels
|
2012-09-22 20:16:38 -04:00 |
|
Marc-André Moreau
|
258f2c958a
|
cmake: add warnings for MSVC static runtime option
|
2012-09-22 17:10:08 -04:00 |
|
Marc-André Moreau
|
867c169148
|
libfreerdp-locale: cleanup keyboard code
|
2012-09-22 14:27:30 -04:00 |
|
Marc-André Moreau
|
25f05d38e8
|
libfreerdp-channels: fix semaphore usage
|
2012-09-19 16:16:24 -04:00 |
|
Marc-André Moreau
|
bc2eb3aa18
|
libfreerdp-utils: fix bitmap utils
|
2012-09-18 21:09:59 -04:00 |
|
Marc-André Moreau
|
9cc76d0b02
|
libwinpr-synch: fix compilation on Windows
|
2012-09-19 03:07:47 +02:00 |
|
Marc-André Moreau
|
36122bea94
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP into cleanup
|
2012-09-18 19:41:39 -04:00 |
|
Marc-André Moreau
|
15eeaa2327
|
libfreerdp-utils: remove semaphore utils in favor of WinPR semaphore API
|
2012-09-18 19:40:54 -04:00 |
|
Marc-André Moreau
|
13dbbb9513
|
libfreerdp-utils: removing mutex util in favor of WinPR mutex API
|
2012-09-18 17:34:11 -04:00 |
|
Jay Sorg
|
52f7e679f8
|
core fix for windows get_fds
|
2012-09-17 14:44:06 -07:00 |
|
Marc-Andre
|
dcceac59e7
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP into cleanup
|
2012-09-17 15:27:49 -04:00 |
|
Marc-André Moreau
|
5b89c3a95a
|
Merge pull request #717 from ted-gould/master
STDIN Parsing Robustness
|
2012-09-17 08:06:20 -07:00 |
|
Marc-André Moreau
|
2026d3079e
|
libfreerdp-core: code restructuration
|
2012-09-16 21:05:51 -04:00 |
|
Marc-André Moreau
|
a11615aebd
|
wfreerdp-server: add PeerLogon callback for server logon
|
2012-09-16 15:30:11 -04:00 |
|
Marc-André Moreau
|
c62a82e228
|
wfreerdp-server: fix negotiation of codecs
|
2012-09-15 17:51:05 -04:00 |
|
Jean-Louis Dupond
|
92d7b96a36
|
memcpy is undefined when buffer overlaps
|
2012-09-13 16:54:10 +02:00 |
|
Marc-André Moreau
|
1f6c0a9095
|
libfreerdp-core: fix http encoding for TSG on Windows
|
2012-09-11 12:10:37 -07:00 |
|
Marc-André Moreau
|
e4e6fb4837
|
libfreerdp-core: enable allow skip alpha
|
2012-09-10 16:17:17 -07:00 |
|
Marc-André Moreau
|
bdfb1ca26a
|
libfreerdp-core: fix enabling of RDP security levels
|
2012-09-10 16:01:02 -07:00 |
|
Marc-André Moreau
|
9d14a663d3
|
libfreerdp-core: fix memory leak in TSG
|
2012-09-08 18:47:28 -04:00 |
|
Marc-André Moreau
|
1e2d7599d9
|
libfreerdp-core: minor TSG code style cleanup
|
2012-09-08 17:49:37 -04:00 |
|
Marc-André Moreau
|
a51b80e01f
|
libfreerdp-core: cleanup WIP TSG code
|
2012-09-08 16:45:06 -04:00 |
|
Marc-André Moreau
|
cee2fcc6f0
|
libfreerdp: fix debug output
|
2012-09-08 15:27:00 -04:00 |
|
Ted Gould
|
9809d937ac
|
Fixed character check. Used wrong version of patch previously.
|
2012-09-07 11:10:29 -05:00 |
|
Ted Gould
|
241b8af9e8
|
Fixing to not drop the isatty check that was there.
|
2012-09-07 08:11:33 -05:00 |
|
Ted Gould
|
74306c93cb
|
Makes parsing of values off of stdin more robust by initializing the buffers initial and checking the returns from scanf. Also, provides for a null domain by using '.' to make it easier to pipe values into xfreerdp.
|
2012-09-06 22:11:01 -05:00 |
|
Jay Sorg
|
41652a729c
|
gdi sw fix crash when line draw goes < 0 or > width / height
|
2012-09-06 12:08:59 -07:00 |
|
Marc-André Moreau
|
13cde7e97c
|
libfreerdp-utils: fix unterminated #ifdef
|
2012-09-06 13:28:33 -04:00 |
|
Marc-André Moreau
|
f45bc0c2a7
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP into cleanup
|
2012-09-06 13:24:24 -04:00 |
|
Marc-André Moreau
|
8c08108b71
|
Merge pull request #699 from bmiklautz/issue_698
Fix for issue 698
|
2012-09-06 10:23:50 -07:00 |
|
Marc-André Moreau
|
4910d696f8
|
libwinpr-sysinfo: fix warning
|
2012-09-06 13:22:31 -04:00 |
|
Bernhard Miklautz
|
b2509f002b
|
utils/pcap: Don't allocate memory for data in pcap_get_next_record_header
|
2012-09-06 12:58:36 +02:00 |
|
Marc-André Moreau
|
7838e22477
|
libfreerdp-core: improvements for C# bindings
|
2012-09-03 17:08:46 -04:00 |
|
Marc-André Moreau
|
12859c7eac
|
wfreerdp-server: merge with latest updates
|
2012-09-02 14:39:27 -04:00 |
|
Marc-André Moreau
|
bf02b5b81f
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2012-08-30 19:58:00 -04:00 |
|
Marc-André Moreau
|
53eb0e747c
|
Merge branch 'cleanup' of github.com:FreeRDP/FreeRDP
|
2012-08-30 19:57:39 -04:00 |
|
Marc-André Moreau
|
a9bbc3d8c1
|
wfreerdp: fix build on Windows XP
|
2012-08-30 19:57:21 -04:00 |
|
Marc-André Moreau
|
07be541709
|
wfreerdp-server: fix build on Windows 8
|
2012-08-30 17:37:12 -04:00 |
|
Marc-André Moreau
|
4ac17d69c4
|
Merge branch 'cleanup' of github.com:FreeRDP/FreeRDP
|
2012-08-30 15:13:35 -04:00 |
|