Bernhard Miklautz
|
2cb6f5407a
|
Merge pull request #1491 from akallabeth/android_profiler
Android profiler
|
2013-10-01 00:53:35 -07:00 |
|
Marc-André Moreau
|
74c5fa8015
|
Merge pull request #1501 from bmiklautz/stable-sync
Merged changes from stable-1.1
|
2013-09-25 08:27:36 -07:00 |
|
Bernhard Miklautz
|
c99d9ee72b
|
core/glyph: copy data when adding glyph to cache
fixes #1500
|
2013-09-24 23:25:18 +02:00 |
|
Daryl Poe
|
fee219168a
|
send RDP_NEG_REQ also in the case of a null server certificate
(cherry picked from commit afec6957c4 )
|
2013-09-23 10:03:13 +02:00 |
|
Daryl Poe
|
2a9610bbfe
|
apply glyph fragment offset after fragment
(cherry picked from commit eb2f3a02b4 )
|
2013-09-23 10:01:42 +02:00 |
|
Armin Novak
|
f62b7d74d3
|
Added profile option for android to build system.
|
2013-09-18 12:50:10 +02:00 |
|
Marc-André Moreau
|
d2b9d9f9d5
|
libfreerdp-common: add extra .rdp file options
|
2013-09-17 15:58:48 -04:00 |
|
Marc-André Moreau
|
1cfd1bdc58
|
libfreerdp-common: parse more .rdp file settings
|
2013-09-17 15:42:36 -04:00 |
|
Marc-André Moreau
|
c4a8fe0064
|
libfreerdp-core: simplify management and consistency of PerformanceFlags
|
2013-09-17 14:56:23 -04:00 |
|
Marc-André Moreau
|
518995a05e
|
freerdp: merge with master
|
2013-09-16 17:10:27 -04:00 |
|
Marc-André Moreau
|
336e47e82f
|
Merge pull request #1460 from akallabeth/thread_handle_fixes
Thread handle fixes
|
2013-09-16 13:40:32 -07:00 |
|
Bernhard Miklautz
|
8baa04e7e5
|
Merge pull request #1448 from akallabeth/coverity_fixes
Multiple resource leak and NULL pointer dereferencing fixes
|
2013-09-10 00:56:30 -07:00 |
|
Bernhard Miklautz
|
b2e1ea0e67
|
Merge pull request #1462 from akallabeth/device_collection_find_fix
Fixed NULL check in freerdp_device_collection_find
|
2013-09-09 01:23:20 -07:00 |
|
Armin Novak
|
be495e54e2
|
Fixed NULL check in freerdp_device_collection_find
|
2013-09-06 12:35:33 +02:00 |
|
Armin Novak
|
1f4205a04e
|
Fixed unchecked free in glyph.c (related to #1428)
|
2013-09-06 11:35:54 +02:00 |
|
Armin Novak
|
4e0c7d251d
|
Fixed double free.
|
2013-09-06 11:07:33 +02:00 |
|
Armin Novak
|
c986f30c4a
|
Fixed smartcard related issues with double free.
|
2013-09-06 10:55:26 +02:00 |
|
Marc-André Moreau
|
a0e09e6273
|
libfreerdp-core: fix server-side licensing sequence
|
2013-09-05 18:53:55 -04:00 |
|
Marc-André Moreau
|
f790831e7d
|
Merge branch 'master' of github.com:awakecoding/FreeRDP into xrdp-ng
|
2013-09-05 15:23:19 -04:00 |
|
Armin Novak
|
9a3b4ac6c2
|
Fixed invalid event number.
|
2013-09-05 17:17:54 +02:00 |
|
Armin Novak
|
5731725712
|
Fixed malloc warning, now casting to void *.
|
2013-09-05 15:40:09 +02:00 |
|
Armin Novak
|
5f539e9dad
|
Fixed missing assert include.
|
2013-09-05 13:45:49 +02:00 |
|
Armin Novak
|
214807731f
|
Added missing assert include.
|
2013-09-05 13:44:12 +02:00 |
|
Armin Novak
|
777d8c3535
|
Fixed thread handling.
|
2013-09-05 13:40:04 +02:00 |
|
Armin Novak
|
8ae13cdace
|
Fixed thread hanling.
|
2013-09-05 13:39:32 +02:00 |
|
Armin Novak
|
ddab90ece4
|
Fixed alt_names free, now using cleanup function to wrap details.
|
2013-09-05 12:14:35 +02:00 |
|
Armin Novak
|
853bf40321
|
Fixed memory cleanup issue
|
2013-09-05 12:14:35 +02:00 |
|
Armin Novak
|
61c0c98dac
|
Fixed missing free for subbuffers of packet.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
35a558be9e
|
Fixed memory leak.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
ddb664d6e7
|
Fixed memory leak.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
f553b04bf0
|
Fixed memory leak.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
e2e96b8c55
|
Fixed clang issues.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
ef91766cf3
|
Fixed clang issues.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
4331fa1f8b
|
Fixed invalid API usage, ...
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
b190a16c5d
|
Fixed argument checks, now NULL pointer are no longer dereferenced
in functions.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
e5c138a5b9
|
Fixed various memory leaks, allocation size issues and API misuse
warnings shown by clang as well as some compiler warnings.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
a3b531c036
|
Fixed issues found with clang-analyzer
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
1e2455fa4a
|
Fixed various memory leaks and compiler warnings.
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
ac3fb4c676
|
Fixed coverity issue 1047649
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
1d3e8c7cb3
|
Fixed coverity issue 1047650
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
75c0ecb362
|
Fixed coverity issue 1047564
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
bda6ede463
|
Fixed coverity issue 1047590
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
e9be3e9500
|
Fixed coverity issue 1047607
|
2013-09-05 12:14:32 +02:00 |
|
Armin Novak
|
c7abfb8fa1
|
Fixed coverity issue 1047608
|
2013-09-05 12:14:32 +02:00 |
|
Armin Novak
|
0575197960
|
Fixed coverity issue 1047609
|
2013-09-05 12:14:32 +02:00 |
|
Armin Novak
|
022439aa4c
|
Fixed coverity issue 1047611
|
2013-09-05 12:14:32 +02:00 |
|
Armin Novak
|
e6c3dbde3d
|
Fixed coverity issue 1047612
|
2013-09-05 12:14:32 +02:00 |
|
Armin Novak
|
66da66cdc2
|
Fixed coverity issue 1047614
|
2013-09-05 12:14:32 +02:00 |
|
Armin Novak
|
15466fc37d
|
Fixed coverity issue 1047615
|
2013-09-05 12:14:31 +02:00 |
|
Armin Novak
|
a861cdbdd9
|
Fixed coverity issue 1047616
|
2013-09-05 12:14:31 +02:00 |
|