Marc-André Moreau
|
7171a0b5c1
|
libfreerdp-core: fix reconnection using client random
|
2014-08-11 11:23:23 -04:00 |
|
Marc-André Moreau
|
cff9c16c1e
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
Conflicts:
channels/disp/client/disp_main.c
|
2014-08-11 10:36:07 -04:00 |
|
Marc-André Moreau
|
067da290dd
|
Merge pull request #2027 from akallabeth/winpr-log
Replace stdout and logging defines with WLog, add logcat support
|
2014-08-11 10:38:28 -04:00 |
|
Marc-André Moreau
|
51ac7fffbd
|
Merge pull request #1993 from bmiklautz/merge/from-stable-1.1
Pick changes from stable-1.1 that are not yet on master
|
2014-08-11 10:28:10 -04:00 |
|
Armin Novak
|
d0c5d9bb9e
|
Fixed missing include.
|
2014-08-11 09:49:57 +02:00 |
|
Armin Novak
|
784696c1cd
|
Fixed missing includes and invalid replacement.
|
2014-08-11 09:38:08 +02:00 |
|
Armin Novak
|
8d8719e101
|
Replaced fprintf with DEBUG_WARN
|
2014-08-11 09:19:47 +02:00 |
|
Armin Novak
|
bcb5f90ee6
|
Replaced perror with DEBUG_WARN
|
2014-08-11 09:19:23 +02:00 |
|
Armin Novak
|
2436e41e63
|
Fixed warnings for comm tests.
|
2014-08-11 09:17:56 +02:00 |
|
Armin Novak
|
66b8905ac6
|
Using special log defines for channels now.
|
2014-08-11 09:12:01 +02:00 |
|
Benoit LeBlanc
|
b990c2002a
|
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
|
2014-08-08 11:42:53 -04:00 |
|
Bernhard Miklautz
|
cd974e874a
|
Merge pull request #2028 from v00d00/update-codecid
tmsf: CODEC_ID_* -> AV_CODEC_ID_*
|
2014-08-08 15:06:48 +02:00 |
|
Ian Whyman
|
8eb7f69a12
|
Backwards compat defines
|
2014-08-08 13:05:06 +01:00 |
|
Ian Whyman
|
f73e40d188
|
CODEC_ID_* -> AV_CODEC_ID_*
|
2014-08-08 09:05:03 +01:00 |
|
Armin Novak
|
0780c0993e
|
Replaced fprintf(stderr with DEBUG_WARN
|
2014-08-07 22:21:07 +02:00 |
|
Armin Novak
|
084da200cf
|
Replaced fprintf(stderr with DEBUG_WARN
|
2014-08-07 22:20:53 +02:00 |
|
Armin Novak
|
b897c6a433
|
Replaced fprintf(stderr with DEBUG_WARN
|
2014-08-07 22:20:35 +02:00 |
|
Armin Novak
|
b97099e815
|
Replaced fprintf(stderr with DEBUG_WARN
|
2014-08-07 22:20:13 +02:00 |
|
Armin Novak
|
e6ed76977a
|
DEBUG_PRINT now a define, resolves linking issues.
Using log name as logcat tag now.
Removed log name from default android log formatting.
|
2014-08-07 21:51:52 +02:00 |
|
Armin Novak
|
eecc8e2333
|
Removed debug.c
|
2014-08-07 21:38:11 +02:00 |
|
Armin Novak
|
158e1323de
|
Fixed compiler warnings.
|
2014-08-07 19:05:48 +02:00 |
|
Armin Novak
|
f00cb3d25c
|
Reverted previous replacements, not to be done for tests.
|
2014-08-07 19:05:22 +02:00 |
|
Armin Novak
|
a27706d129
|
Fixed missing includes.
|
2014-08-07 18:25:43 +02:00 |
|
Armin Novak
|
1a37435a26
|
Added redirection of ConsoleAppender to logcat, if used on android.
Using custom default format for log messages on android.
|
2014-08-07 17:47:59 +02:00 |
|
Armin Novak
|
219a760bad
|
Fixed logging, now using log functions.
|
2014-08-07 17:31:42 +02:00 |
|
Armin Novak
|
b252009d36
|
Replaced custom logging mechanism with WLog wrapper.
|
2014-08-07 16:51:49 +02:00 |
|
Armin Novak
|
f4c133eaf8
|
Replaced custom logging mechanism with WLog wrapper.
|
2014-08-07 16:51:24 +02:00 |
|
Benoît LeBlanc
|
1f2f9dfbdc
|
fix gdi_resize: set primary_buffer to NULL to avoid use after free
|
2014-08-06 17:02:21 -04:00 |
|
Marc-André Moreau
|
85b1d6c167
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
Conflicts:
libfreerdp/codec/h264.c
|
2014-08-05 09:55:54 -04:00 |
|
Bernhard Miklautz
|
362c992f33
|
Merge pull request #2011 from nfedera/fix-2014-07-31-01
winpr/utils/ssl: fix comp warning and wrong param
|
2014-07-31 11:43:01 +02:00 |
|
Norbert Federa
|
9bde12f26a
|
winpr/utils/ssl: fix comp warning and wrong param
|
2014-07-31 11:22:46 +02:00 |
|
Bernhard Miklautz
|
74b5f2c23b
|
Merge pull request #1985 from bmiklautz/fix/warnings
Fix compiler warnings and build
|
2014-07-30 19:45:12 +02:00 |
|
Hardening
|
7e98a75274
|
Merge pull request #2008 from itharbor/master
rdpsnd->Initialize requires two arguments
|
2014-07-30 10:14:56 +02:00 |
|
Robert Lockwood
|
b05c43c602
|
rdpsnd->Initialize requires two arguments
Fixes rdpsnd->Initialize() to have two arguments. Fixes compilation on XCode 5. To be tested.
|
2014-07-29 23:30:47 +01:00 |
|
Marc-André Moreau
|
c060fb07a2
|
libfreerdp-codec: fix build on Windows
|
2014-07-29 13:41:21 -04:00 |
|
Marc-André Moreau
|
ad56b6630e
|
Merge branch 'egfx' of github.com:awakecoding/FreeRDP into egfx
|
2014-07-29 09:54:29 -04:00 |
|
Marc-André Moreau
|
a3de93d867
|
libfreerdp-codec: start parsing progressive codec
|
2014-07-28 23:41:16 -04:00 |
|
Bernhard Miklautz
|
a124f6a7c6
|
fix comment style
// to /* */
|
2014-07-29 05:22:30 +02:00 |
|
Bernhard Miklautz
|
a9eed46e38
|
Fix warnings found in Xcode
|
2014-07-29 05:22:30 +02:00 |
|
Bernhard Miklautz
|
352dbd52e2
|
winpr/comm: don't build on apple
Since code is only defined on linux building comm causes /usr/bin/ranlib
to warn about empty objects and the test doesn't build at all on apple.
|
2014-07-29 05:22:29 +02:00 |
|
Bernhard Miklautz
|
8c318da7b1
|
fix compiler warnings
|
2014-07-29 05:22:29 +02:00 |
|
Bernhard Miklautz
|
b8415af0d8
|
Fix compiler warnings.
This commit is based on pull request #1493
|
2014-07-29 05:22:29 +02:00 |
|
Marc-André Moreau
|
0c408c213c
|
libfreerdp-codec: stub progressive codec decompressor
|
2014-07-28 17:42:23 -04:00 |
|
Marc-André Moreau
|
8321d7ffad
|
libfreerdp-codec: fix OpenH264 usage thanks to @erbth's hack
|
2014-07-28 17:22:02 -04:00 |
|
Marc-André Moreau
|
6c034f17eb
|
Merge branch 'egfx' of github.com:vworkspace/FreeRDP into egfx
|
2014-07-28 17:04:03 -04:00 |
|
Marc-André Moreau
|
780079d629
|
Merge branch 'master' of github.com:awakecoding/FreeRDP into egfx
|
2014-07-28 16:59:29 -04:00 |
|
Marc-André Moreau
|
b56eaccdc3
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
Conflicts:
client/common/client.c
|
2014-07-28 16:58:32 -04:00 |
|
Marc-André Moreau
|
42ec69f9c7
|
Merge branch 'master' of github.com:awakecoding/FreeRDP
|
2014-07-28 16:47:56 -04:00 |
|
Marc-André Moreau
|
e303c3bd4c
|
channels: cleanup RDP8 virtual channels
|
2014-07-28 16:47:42 -04:00 |
|
Marc-André Moreau
|
15d2b35574
|
Merge pull request #1982 from bmiklautz/feat/read_pdu
Transport re-factor and clean up
|
2014-07-28 16:32:06 -04:00 |
|