Christian Plattner
|
5152a8a483
|
Merge commit '4c920506ed9985fdec0eb52fd2c40626458fd050' into httpproxy
Conflicts:
include/freerdp/settings.h
libfreerdp/common/settings.c
libfreerdp/core/settings.c
libfreerdp/core/transport.c
|
2015-01-19 21:13:24 +01:00 |
|
voxelmaster
|
8217b52ec7
|
Merge commit '4c920506ed9985fdec0eb52fd2c40626458fd050^' into httpproxy
|
2015-01-19 20:52:25 +01:00 |
|
Christian Plattner
|
ac90c23c71
|
Moved HTTP Proxy methods out of transport.c into new proxy.c; use not in transport.c but in tcp.c
|
2014-09-22 16:58:01 +02:00 |
|
Christian Plattner
|
844ce44473
|
Removed WITH_HTTP_PROXY flag, enabling feature always
|
2014-09-21 12:56:54 +02:00 |
|
Marc-André Moreau
|
4c920506ed
|
libfreerdp-core: add 'Bypass RD Gateway server for local addresses' feature
|
2014-03-24 14:44:18 -04:00 |
|
Christian Plattner
|
a25c4a0fe3
|
Enabling WITH_HTTP_PROXY per default
|
2014-03-24 15:37:03 +01:00 |
|
Marc-André Moreau
|
fb12998957
|
libfreerdp-core: fix context error handling
|
2014-03-22 17:42:44 -04:00 |
|
Christian Plattner
|
469f680ebf
|
Correct help screen for windows; fixed C comments
|
2014-03-22 15:58:16 +01:00 |
|
Christian Plattner
|
8fac6400b5
|
Change transport layer before tsg_connect, not after
|
2014-03-22 15:57:09 +01:00 |
|
Christian Plattner
|
3739e02584
|
Fixed minor bugs in transport_http_proxy_connect()
|
2014-03-22 15:40:56 +01:00 |
|
Christian Plattner
|
b4694041fb
|
Restructured function transport_connect() as suggested
|
2014-03-22 15:24:34 +01:00 |
|
chris
|
4c9040c289
|
Merge branch 'master' of https://github.com/ccpp/FreeRDP
Conflicts:
libfreerdp/core/transport.c
|
2014-03-22 01:36:30 +01:00 |
|
chris
|
02e49a4b40
|
Added help output about the https_proxy environment variable
|
2014-03-22 01:24:43 +01:00 |
|
chris
|
bd184c5032
|
Added support for environment variable "https_proxy", removed debug messages
|
2014-03-22 01:23:41 +01:00 |
|
chris
|
4f0f487206
|
Fixed reading HTTP CONNECT response. Works with squid, without gateway.
|
2014-03-22 01:22:47 +01:00 |
|
chris
|
6a0ba8393d
|
Fixed reading HTTP CONNECT response. Works with squid, without gateway.
|
2014-03-21 23:52:06 +01:00 |
|
Benoit LeBlanc
|
21b5f0e418
|
Fix windows build
|
2014-03-21 15:25:00 -04:00 |
|
Benoît LeBlanc
|
4bed3d082f
|
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
|
2014-03-21 14:03:38 -04:00 |
|
Chris
|
996f8ccb94
|
Start support for HTTP Proxy. Does almost work; need to fully read and parse HTTP Proxy response.
|
2014-03-21 18:58:28 +01:00 |
|
Benoît LeBlanc
|
3e1dfc6311
|
updated context error messages. utility macros for getting error code CLASS/TYPE
|
2014-03-21 13:45:43 -04:00 |
|
Marc-André Moreau
|
23cb561a53
|
libfreerdp-core: fix RDP4 compression
|
2014-03-21 10:27:11 -04:00 |
|
Benoît LeBlanc
|
d1b9565f51
|
Added context-specific error management.
Added error codes to replace connectErrorCode.
|
2014-03-20 18:19:54 -04:00 |
|
Marc-André Moreau
|
40ffe51aef
|
Merge branch 'master' of github.com:mrthebunny/FreeRDP
|
2014-03-20 09:49:51 -04:00 |
|
Marc-André Moreau
|
14208dcb8d
|
Merge pull request #1748 from nfedera/fix-2014-03-19-02
libfreerdp-core: fixed transport
|
2014-03-19 16:49:45 -04:00 |
|
Norbert Federa
|
52f06250fd
|
libfreerdp-core: fixed transport
Commit 1daea0d0dc introduced an
error: If transport_read_nonblocking returns 0 we may not return
without checking if the ReceiveBuffer is empty.
|
2014-03-19 21:06:21 +01:00 |
|
Benoit LeBlanc
|
27c753f80c
|
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
|
2014-03-19 11:53:10 -04:00 |
|
Benoit LeBlanc
|
23d80d78b7
|
added missing cast for GetProcAddress
|
2014-03-19 11:52:12 -04:00 |
|
Bernhard Miklautz
|
03db4c912e
|
Merge pull request #1747 from nfedera/fix-2014-03-19-01
capabilities: fix MultifragMaxRequestSize parsing
|
2014-03-19 11:07:55 +01:00 |
|
Norbert Federa
|
313c97df88
|
capabilities: fix MultifragMaxRequestSize parsing
- no reason to limit this to RemoteFX
- network and settings values were incorrectly compared
|
2014-03-19 10:52:05 +01:00 |
|
Benoît LeBlanc
|
af28a35e0d
|
Transport: closing transport before sending stop event caused SSL errors when stopping the session.
|
2014-03-18 15:27:23 -04:00 |
|
Marc-André Moreau
|
037fb5e4eb
|
Merge pull request #1743 from awakecoding/ncrush
NCrush (RDP6) Bulk Decompressor Rewrite
|
2014-03-17 10:37:34 -04:00 |
|
Marc-André Moreau
|
5a0f36b0ce
|
libfreerdp-core: enable RDP6 bulk compression by default
|
2014-03-17 10:26:22 -04:00 |
|
Marc-André Moreau
|
59ff4db1c7
|
Merge branch 'master' of github.com:awakecoding/FreeRDP into ncrush
|
2014-03-17 10:18:56 -04:00 |
|
Marc-André Moreau
|
3a807f975b
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2014-03-17 10:18:29 -04:00 |
|
Marc-André Moreau
|
1184c3c835
|
Merge pull request #1740 from bmiklautz/bm/fix/msg_channel_id
only process msg channel pdu if msg channel is set
|
2014-03-17 10:18:27 -04:00 |
|
Marc-André Moreau
|
b23f0dba7f
|
Merge pull request #1730 from divineforge/master
Fixing the E_PROXY_RAP_ACCESSDENIED error
|
2014-03-17 10:04:23 -04:00 |
|
Marc-André Moreau
|
9e50addf18
|
Merge pull request #1742 from zhangzl2013/kbd-win
wfreerdp: kbd: fix ctrl/alt syncronization.
|
2014-03-17 10:03:19 -04:00 |
|
Zhang Zhaolong
|
55dc60f956
|
wfreerdp: kbd: fix ctrl/alt syncronization.
|
2014-03-17 15:01:15 +08:00 |
|
Marc-André Moreau
|
5951a9178c
|
libfreerdp-codec: remove old NCrush decompressor
|
2014-03-16 21:16:53 -04:00 |
|
Marc-André Moreau
|
90a135c928
|
libfreerdp-codec: cleanup new NCrush decompressor
|
2014-03-16 21:10:57 -04:00 |
|
Marc-André Moreau
|
698cae2052
|
libfreerdp-codec: start hooking new NCrush decompressor
|
2014-03-16 20:54:07 -04:00 |
|
Marc-André Moreau
|
20019f10b2
|
libfreerdp-codec: add NCrush offset cache decoding
|
2014-03-16 18:14:33 -04:00 |
|
Marc-André Moreau
|
669265d021
|
libfreerdp-core: initial NCrush decompression support
|
2014-03-16 18:01:02 -04:00 |
|
Marc-André Moreau
|
882f3098b3
|
libfreerdp-codec: add more NCrush tables, decode literals and CopyOffsets
|
2014-03-16 15:51:35 -04:00 |
|
Marc-André Moreau
|
2570e064ce
|
libfreerdp-codec: add NCrush unit tests and tables
|
2014-03-15 22:18:22 -04:00 |
|
Marc-André Moreau
|
47ed6002f6
|
libfreerdp-codec: stub ncrush bulk compression
|
2014-03-15 14:03:05 -04:00 |
|
Bernhard Miklautz
|
59eadb9213
|
only process msg channel pdu if msg channel is set
|
2014-03-14 21:56:10 +01:00 |
|
Marc-André Moreau
|
db1159f7b6
|
Merge pull request #1737 from zhangzl2013/sound-fix
Sound fix
|
2014-03-13 10:35:33 -04:00 |
|
Benoît LeBlanc
|
c6f235e1ee
|
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
|
2014-03-12 18:23:26 -04:00 |
|
Benoît LeBlanc
|
dde8d81f46
|
Removed WLOG traces for audio playback
|
2014-03-12 18:23:17 -04:00 |
|