Hardening
|
5d71a59b24
|
Bumped version number
|
2013-12-09 16:04:01 +01:00 |
Martin Fleisz
|
7cf638a20b
|
Merge pull request #1624 from bmiklautz/ios
iOS: Removed unused code
|
2013-12-05 05:35:34 -08:00 |
Marc-André Moreau
|
421e4e811a
|
Merge pull request #1620 from bmiklautz/platform_builds
Cmake preload scripts for CI added
|
2013-12-04 08:14:41 -08:00 |
Marc-André Moreau
|
5eb0e0c734
|
Merge pull request #1625 from bmiklautz/disconnect
tls: handle the case if endpoint has disconnected
|
2013-12-04 08:07:23 -08:00 |
Bernhard Miklautz
|
6763e059c3
|
tls: handle the case if endpoint has disconnected
|
2013-12-04 15:36:25 +01:00 |
Martin Fleisz
|
4d71032656
|
iOS: Removed unused code
|
2013-12-04 12:30:33 +01:00 |
Bernhard Miklautz
|
2b6b4a6685
|
updated file headers
|
2013-12-04 11:44:22 +01:00 |
Bernhard Miklautz
|
f2b7876302
|
Cmake preload scripts for CI added
|
2013-11-30 16:43:37 +01:00 |
Martin Fleisz
|
75b919a915
|
Merge pull request #1615 from zhangzl2013/bug-gdi-leak
fix a gdi leak bug.
|
2013-11-25 00:30:50 -08:00 |
Zhang Zhaolong
|
6a11e6226b
|
fix a gdi leak bug.
|
2013-11-24 16:01:11 +08:00 |
Marc-André Moreau
|
fcea789a77
|
Merge pull request #1599 from akallabeth/helper_script
[ANDROID] Added script to automate gprof reporting.
|
2013-11-23 13:36:15 -08:00 |
Marc-André Moreau
|
192d7a6bf7
|
Merge pull request #1608 from zhangzl2013/bug-cliprdr
fix cliprdr bug
|
2013-11-23 13:35:43 -08:00 |
Marc-André Moreau
|
d26c9e3ba0
|
Merge pull request #1610 from eroen/ffmpeg-2.1
Ffmpeg 2.1
|
2013-11-23 13:34:48 -08:00 |
Marc-André Moreau
|
2130a5f893
|
Merge pull request #1604 from bmiklautz/build_fixes
Build fixes for android and windows
|
2013-11-22 06:22:43 -08:00 |
Marc-André Moreau
|
63ff9255fd
|
Merge pull request #1611 from bmiklautz/createProcess
winpr-thread: fixed bugs in _CreateProcessExA
|
2013-11-22 06:13:05 -08:00 |
Bernhard Miklautz
|
204842561b
|
winpr-thread: fixed bugs in _CreateProcessExA
* don't run fork/exec if the command isn't found
* return from forked process with exit
|
2013-11-21 20:06:21 +01:00 |
eroen
|
6fe23e1a38
|
ffmpeg-2 -- CodecID
deprecated:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=104e10fb426f903ba9157fdbfe30292d0e4c3d72
broken with libavcodec 55
|
2013-11-21 15:11:42 +01:00 |
eroen
|
cbcf0de3fa
|
ffmpeg-2 -- dsp_mask
deprecated:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=95510be8c35753da8f48062b28b65e7acdab965f
broken with libavcodec 55
|
2013-11-21 15:11:42 +01:00 |
eroen
|
bf065f3e89
|
ffmpeg-2 -- AVCODEC_MAX_AUDIO_FRAME_SIZE
deprecated:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=0eea212943544d40f99b05571aa7159d78667154
broken with libavcodec 54
|
2013-11-21 11:35:53 +01:00 |
Zhang Zhaolong
|
f7cf0eace7
|
check return value.
|
2013-11-21 14:26:29 +08:00 |
Zhang Zhaolong
|
304fb6d137
|
reformat coding styles.
|
2013-11-21 13:45:16 +08:00 |
Zhang Zhaolong
|
c196e0b2c1
|
fix name length to copy.
|
2013-11-21 13:35:21 +08:00 |
Zhang Zhaolong
|
b79ce07137
|
fix memory realloc size error.
|
2013-11-21 13:28:54 +08:00 |
Bernhard Miklautz
|
c065b0a72f
|
android toolchain: support for ndk r9b
|
2013-11-19 20:51:51 +01:00 |
Bernhard Miklautz
|
aa999c5f62
|
android toolchain: fixed cmake syntax warning
|
2013-11-19 20:49:41 +01:00 |
Bernhard Miklautz
|
261651b43b
|
core: don't use c99 style initialization
fixes #1602
|
2013-11-18 20:29:00 +01:00 |
Bernhard Miklautz
|
0ddf2922f9
|
android build: fixes for out of tree builds
Fixed the last places to be able to build android
out of tree with Unix Makefiles generator.
Note: When using eclipse use in source tree builds.
|
2013-11-18 20:23:00 +01:00 |
Bernhard Miklautz
|
7457dd3de4
|
android build: Fixed program path detection
|
2013-11-18 19:58:01 +01:00 |
Bernhard Miklautz
|
1262d236a3
|
android build: ignore renderscript toolchain
When detecting toolchains ignore renderscript because its not a
compiler toolchain.
|
2013-11-18 12:53:17 +01:00 |
Bernhard Miklautz
|
391615bcfb
|
android build: generate gprof file only if WITH_GPROF
|
2013-11-18 12:50:32 +01:00 |
Armin Novak
|
755c66f728
|
Updated readme.
|
2013-11-18 10:28:59 +01:00 |
Armin Novak
|
90f1be51dd
|
Updated android build readme.
|
2013-11-18 10:27:45 +01:00 |
Armin Novak
|
4dd596c1d5
|
Updated script to set up external android libraries.
|
2013-11-18 10:27:11 +01:00 |
Armin Novak
|
693506ab9f
|
Added script to automate gprof reporting.
|
2013-11-18 09:28:17 +01:00 |
Marc-André Moreau
|
ea18d2b740
|
Merge pull request #1597 from bmiklautz/tests
Fixed failing tests
|
2013-11-15 08:22:05 -08:00 |
Bernhard Miklautz
|
440d945f5d
|
client/common: fixed TestClientRdpFile test
Unified ascii and unicode string handling.
|
2013-11-15 16:58:54 +01:00 |
Marc-André Moreau
|
c0b4812525
|
Merge pull request #1596 from bmiklautz/pthread_ext
winpr: fixed build warnings
|
2013-11-15 07:51:43 -08:00 |
Bernhard Miklautz
|
a56e3f259b
|
winpr: disabled schannel test
not practicable for now since it requires local key setup
|
2013-11-15 16:19:49 +01:00 |
Bernhard Miklautz
|
916f2d2dbf
|
winpr: fixed build warnings
* moved pthread_tryjoin_np to toplevel CMakeLists.txt
* removed duplicated -DHAVE_PTHREAD_GNU_EXT
|
2013-11-15 16:04:04 +01:00 |
Marc-André Moreau
|
9fcf5eadf0
|
Merge pull request #1592 from akallabeth/sync_timed_fixes
Fixed broken timed wait for thread and mutex in WaitForSingleObject
|
2013-11-15 06:25:03 -08:00 |
Martin Fleisz
|
b0f19fb52e
|
Merge pull request #1595 from bmiklautz/build_fixes
Fix ios build
|
2013-11-15 03:58:41 -08:00 |
Bernhard Miklautz
|
1a5c527c07
|
ios: fixed broken clang pragmas
|
2013-11-15 11:55:33 +01:00 |
Bernhard Miklautz
|
0147b06d06
|
use version.h in ios client
|
2013-11-15 11:54:38 +01:00 |
Armin Novak
|
fbc1acd70e
|
Fixed includes and test function naming.
|
2013-11-15 11:43:01 +01:00 |
Armin Novak
|
5dbd94e2a3
|
Added unit tests for thread and mutex.
|
2013-11-15 11:38:59 +01:00 |
Armin Novak
|
efd2d833c2
|
Extended test, now also checks, if lock / unlock is working.
|
2013-11-15 08:38:59 +01:00 |
Marc-André Moreau
|
c347dd0843
|
Merge pull request #1593 from akallabeth/transport_fixes
Transport disconnect fixes
|
2013-11-14 09:12:12 -08:00 |
Armin Novak
|
013a3b9956
|
Added missing C definition for HAVE_PTHREAD_GNU_EXT.
|
2013-11-14 15:23:43 +01:00 |
Armin Novak
|
e17a4d1f26
|
Using CLOCK_MONOTONIC instead of CLOCK_REALTIME now.
Fixed timeout comparison for systems missing GNU posix extensions.
|
2013-11-14 13:48:20 +01:00 |
Armin Novak
|
6f43252c9a
|
Fixed argument check in <tls_disconnect>
|
2013-11-14 10:09:40 +01:00 |