Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work on 32 bit planar bitmap compressor | Jay Sorg | 2014-06-10 | 1 | -5/+74 |
| | |||||
* | added support for optional background image | ArvidNorr | 2014-05-23 | 3 | -1/+26 |
| | |||||
* | xrdp: don't show connection log unless there is a problem | Jay Sorg | 2014-05-19 | 3 | -5/+29 |
| | | | | | | Conflicts: xrdp/xrdp_mm.c | ||||
* | xrdp: update web site | Jay Sorg | 2014-05-19 | 1 | -2/+2 |
| | |||||
* | xrdp: allow xrdp to listen in UDS | Jay Sorg | 2014-05-15 | 1 | -4/+19 |
| | |||||
* | turn on bulk compressor by default | Jay Sorg | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | remove 1 from default title string | Cocoon | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | make login screen window title configurable | Cocoon | 2014-04-17 | 3 | -3/+25 |
| | |||||
* | xrdp: xrdp_wm: changed the autologin logic | speidy | 2014-04-14 | 1 | -28/+43 |
| | |||||
* | xrdp: indentation fix | speidy | 2014-04-11 | 1 | -11/+12 |
| | |||||
* | xrdp: for proxy modules, pass target ip to module (if ip passed-in from | speidy | 2014-04-11 | 2 | -2/+26 |
| | | | client into domain field (starting with _)) | ||||
* | improve debugging dump jpeg for codec mode | Jay Sorg | 2014-03-26 | 1 | -12/+60 |
| | |||||
* | set codec mode according to client | Jay Sorg | 2014-03-23 | 3 | -2/+18 |
| | |||||
* | work on codec mode jpeg | Jay Sorg | 2014-03-22 | 5 | -31/+89 |
| | |||||
* | Call cleanup for encoder | BLINDAUER Emmanuel | 2014-03-18 | 1 | -0/+2 |
| | |||||
* | work on surface command | Jay Sorg | 2014-03-18 | 3 | -7/+25 |
| | |||||
* | work on codec mode jpeg | Jay Sorg | 2014-03-16 | 4 | -121/+291 |
| | |||||
* | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel | Laxmikant Rashinkar | 2014-03-16 | 5 | -201/+421 |
|\ | |||||
| * | xrdp: add an option to do md5 bitmap hash for bitmap cache | Jay Sorg | 2014-03-16 | 3 | -20/+97 |
| | | |||||
| * | reduce the memory needed for crc16 bitmap cache lists | Jay Sorg | 2014-03-15 | 3 | -13/+14 |
| | | |||||
| * | xrdp: speed up bitmap cache lru using linked list | Jay Sorg | 2014-03-14 | 2 | -65/+126 |
| | | |||||
| * | xrdp: speed up bitmap cache lookup using hash table | Jay Sorg | 2014-03-14 | 4 | -141/+222 |
| | | |||||
* | | xrdp_encoder: developer checkin | Laxmikant Rashinkar | 2014-03-16 | 5 | -6/+288 |
|/ | |||||
* | o libxrdp: fastpath output, added cursor and palette now updates | speidy | 2014-03-13 | 1 | -2/+2 |
| | | | | | o xrdp.ini: changed default behavior: always new cursors, always use fastpath input and output. | ||||
* | fixed some connection issues when using xorg driver mode | Laxmikant Rashinkar | 2014-03-09 | 1 | -5/+4 |
| | |||||
* | added support for using Xorg driver model | Laxmikant Rashinkar | 2014-03-08 | 1 | -1/+11 |
| | |||||
* | fast path changes, iso never reads now | Jay Sorg | 2014-03-04 | 1 | -58/+4 |
| | |||||
* | Merge pull request #111 from speidy/fastpath | jsorg71 | 2014-03-04 | 2 | -1/+3 |
|\ | | | | | libxrdp: Fastpath input | ||||
| * | libxrdp: work on fastpath, length issue | speidy | 2014-03-04 | 1 | -0/+1 |
| | | |||||
| * | Merge ../../neutrinolabs/xrdp into fastpath | speidy | 2014-03-02 | 10 | -108/+702 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libxrdp/libxrdp.c libxrdp/libxrdp.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c libxrdp/xrdp_tcp.c xrdp/xrdp.ini | ||||
| * | | libxrdp: work on fastpath input, added fastpath option to xrdp.ini | speidy | 2014-02-11 | 1 | -0/+3 |
| | | | |||||
* | | | xrdp:no logic change, comments and printfs | Jay Sorg | 2014-03-02 | 16 | -25/+25 |
| |/ |/| | |||||
* | | started work on fastpath, restructure PDU in | Jay Sorg | 2014-02-25 | 1 | -4/+107 |
| | | |||||
* | | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel | Laxmikant Rashinkar | 2014-02-23 | 3 | -1/+42 |
|\ \ | |||||
| * | | added server_paint_rects | Jay Sorg | 2014-02-18 | 3 | -1/+42 |
| | | | |||||
* | | | o --enable-load_pulse_modules changed to --enable-loadpulsemodules | Laxmikant Rashinkar | 2014-02-23 | 4 | -9/+10 |
|/ / | | | | | | | | | 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 | ||||
* | | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel | Laxmikant Rashinkar | 2014-02-10 | 4 | -10/+15 |
|\ \ | |||||
| * | | remove some warning, move gethostname to os_calls | Jay Sorg | 2014-02-08 | 3 | -3/+8 |
| | | | |||||
| * | | comment spelling fixes from univention | Jay Sorg | 2014-02-04 | 2 | -7/+7 |
| | | | |||||
* | | | fixed an issue where channels with uppercase names were not being recognized | Laxmikant Rashinkar | 2014-02-10 | 1 | -19/+19 |
|/ / | |||||
* | | made login screen fully customizable | Laxmikant Rashinkar | 2014-01-28 | 7 | -75/+521 |
|/ | |||||
* | Merge branch 'master' into devel | Jay Sorg | 2014-01-16 | 1 | -1/+1 |
|\ | |||||
| * | xrdp: set default encryption level to high | Koichiro IWAO | 2013-12-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimon | Jay Sorg | 2013-10-09 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: common/xrdp_client_info.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c | ||||
| * | | libxrdp: add xrdp.ini multi-mon config | speidy | 2013-07-15 | 1 | -0/+2 |
| | | | |||||
* | | | added options to set tcp send and recv buffer sizes | Jay Sorg | 2013-10-02 | 3 | -0/+65 |
| | | | |||||
* | | | xrdp: fix after a8 merge | Jay Sorg | 2013-09-26 | 1 | -4/+4 |
| | | | |||||
* | | | merges from authentic8 | Jay Sorg | 2013-09-26 | 7 | -22/+613 |
|\ \ \ | |||||
| * | | | Fix errors cause by previous merge (2361914) | Jim Grandy | 2013-08-22 | 1 | -1/+0 |
| | | | | |||||
| * | | | Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c ↵ | Jim Grandy | 2013-08-22 | 1 | -7/+57 |
| | | | | | | | | | | | | | | | | b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce |