Commit Graph

427 Commits

Author SHA1 Message Date
BLINDAUER Emmanuel
185aafd12d Call cleanup for encoder 2014-03-18 19:19:33 +01:00
Jay Sorg
6d7e315b0c work on surface command 2014-03-18 00:07:11 -07:00
Jay Sorg
50a1b1fdb9 work on codec mode jpeg 2014-03-16 21:56:27 -07:00
Laxmikant Rashinkar
40ec8a1714 Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel 2014-03-16 11:08:13 -07:00
Laxmikant Rashinkar
9470b031aa xrdp_encoder: developer checkin 2014-03-16 11:07:59 -07:00
Jay Sorg
8f05bee238 xrdp: add an option to do md5 bitmap hash for bitmap cache 2014-03-16 00:09:58 -07:00
Jay Sorg
da0d0e687a reduce the memory needed for crc16 bitmap cache lists 2014-03-15 21:59:16 -07:00
Jay Sorg
f66c5911a2 xrdp: speed up bitmap cache lru using linked list 2014-03-14 18:41:52 -07:00
Jay Sorg
f94f5bec1c xrdp: speed up bitmap cache lookup using hash table 2014-03-14 11:48:07 -07:00
speidy
8372cce84d o libxrdp: fastpath output, added cursor and palette now updates
o xrdp.ini: changed default behavior: always new cursors, always use
fastpath input and output.
2014-03-13 00:21:29 +02:00
Laxmikant Rashinkar
ac6717e32e fixed some connection issues when using xorg driver mode 2014-03-09 11:24:30 -07:00
Laxmikant Rashinkar
883650700f added support for using Xorg driver model 2014-03-08 16:41:37 -08:00
Jay Sorg
932d785deb fast path changes, iso never reads now 2014-03-04 18:11:55 -08:00
jsorg71
1ce75182af Merge pull request #111 from speidy/fastpath
libxrdp: Fastpath input
2014-03-04 14:11:02 -08:00
speidy
43f4d439ec libxrdp: work on fastpath, length issue 2014-03-04 10:19:19 +02:00
Jay Sorg
12cbbf74e6 xrdp:no logic change, comments and printfs 2014-03-02 00:23:17 -08:00
speidy
1f1e803140 Merge ../../neutrinolabs/xrdp into fastpath
Conflicts:
	libxrdp/libxrdp.c
	libxrdp/libxrdp.h
	libxrdp/xrdp_iso.c
	libxrdp/xrdp_sec.c
	libxrdp/xrdp_tcp.c
	xrdp/xrdp.ini
2014-03-02 01:39:34 +02:00
Jay Sorg
e9e14f22f9 started work on fastpath, restructure PDU in 2014-02-25 20:47:34 -08:00
Laxmikant Rashinkar
1f51f62df9 Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel 2014-02-23 18:03:51 -08:00
Laxmikant Rashinkar
76a0901964 o --enable-load_pulse_modules changed to --enable-loadpulsemodules
o color entries in xrdp.ini file are now specfied using RGB format only
o login screen now works with pixel depth of 8, 15, 16 and 24 bits
2014-02-23 18:03:31 -08:00
Jay Sorg
8cd57e0710 added server_paint_rects 2014-02-18 12:10:05 -08:00
Laxmikant Rashinkar
c5c8324d91 Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel 2014-02-10 18:47:22 -08:00
Laxmikant Rashinkar
e95edef44e fixed an issue where channels with uppercase names were not being recognized 2014-02-10 18:47:10 -08:00
speidy
80204e2536 libxrdp: work on fastpath input, added fastpath option to xrdp.ini 2014-02-11 00:28:43 +02:00
Jay Sorg
43e388b7e5 remove some warning, move gethostname to os_calls 2014-02-08 21:48:44 -08:00
Jay Sorg
7b7debd56a comment spelling fixes from univention 2014-02-04 11:02:59 -08:00
Laxmikant Rashinkar
c96dd8df2b made login screen fully customizable 2014-01-28 18:09:20 -08:00
Jay Sorg
885804cf14 Merge branch 'master' into devel 2014-01-16 17:48:46 -08:00
Koichiro IWAO
25d795796a xrdp: set default encryption level to high 2013-12-11 10:58:16 +09:00
Jay Sorg
086481395c Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimon
Conflicts:
	common/xrdp_client_info.h
	libxrdp/xrdp_iso.c
	libxrdp/xrdp_sec.c
2013-10-09 14:15:50 -07:00
Jay Sorg
7176f14647 added options to set tcp send and recv buffer sizes 2013-10-02 12:52:35 -07:00
Jay Sorg
8d8ec92d02 xrdp: fix after a8 merge 2013-09-26 11:38:25 -07:00
Jay Sorg
c1b7cbd657 merges from authentic8 2013-09-26 11:28:07 -07:00
Jay Sorg
cff17f3038 xrdp: fix a crash in painter when invalid target is set 2013-09-19 12:27:03 -07:00
Jay Sorg
f75b9143e2 VUL: make sure cache entries are in range 2013-09-10 16:18:21 -07:00
Jay Sorg
06d92b787a VUL: call libxrdp_disconnect if libxrdp_process_incomming fails 2013-09-10 16:09:19 -07:00
Jay Sorg
f75ec32e7c xrdp fix typeo in cache macro 2013-08-27 18:07:25 -07:00
Jay Sorg
1a616a1b46 move text2bool to os_calls 2013-08-24 22:41:44 -07:00
speidy
8e76b68102 neutrinordp: clean old freerdp moduels, add config, fix for RFX codec to
work.
2013-08-24 12:02:01 +03:00
Jim Grandy
a308d2e25c Fix errors cause by previous merge (2361914) 2013-08-22 12:57:00 -07:00
Jim Grandy
b7b3d9ef28 Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce 2013-08-22 12:56:51 -07:00
jgrandy
26ae5a60a8 Merge: add /opt/xrdp/lib to rpath in xrdp, for libfreerdp 2013-08-22 12:55:31 -07:00
Jim Grandy
981741f55c Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737 2013-08-22 12:54:10 -07:00
Jim Grandy
45b0bc9f17 Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 74b015d 4e51e6d 2829087 2013-08-22 12:52:24 -07:00
Jim Grandy
1ae9a7f2b6 Hand-apply patches (drawing configuration) from Authentic8 branch: 34b92df f994298 38e2def 2013-08-22 12:49:41 -07:00
Jim Grandy
af4e42a08d Hand-apply patches (rail) from Authentic8: bc68076 2013-08-22 12:49:40 -07:00
Jim Grandy
53311f2b25 Hand-apply patches (rail improvements) from Authentic8 branch: 6e15b4a 2c99e69 3f30429 aad2aaa 4f8481e 5117ac2 f3dcf1a 2013-08-22 12:49:40 -07:00
Jim Grandy
dfe5911b55 Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f 2013-08-22 12:49:40 -07:00
Jay Sorg
4a66be133f CRC optimize 2013-08-19 10:48:38 -07:00
Jay Sorg
e602a28d5c common: transport aware when app is terminating 2013-08-17 13:32:53 -07:00