| Commit message (Expand) | Author | Age | Files | Lines |
* | xrdp: speed up bitmap cache lru using linked list | Jay Sorg | 2014-03-14 | 2 | -65/+126 |
* | misc fixes for Xorg and compile | Jay Sorg | 2014-03-14 | 2 | -2/+2 |
* | xrdp: speed up bitmap cache lookup using hash table | Jay Sorg | 2014-03-14 | 4 | -141/+222 |
* | sesman: add -nolisten tcp to the ini file for Xorg | Jay Sorg | 2014-03-12 | 1 | -4/+6 |
* | added a FIFO implementation | Laxmikant Rashinkar | 2014-03-12 | 3 | -0/+211 |
* | o libxrdp: fastpath output, added cursor and palette now updates | speidy | 2014-03-13 | 4 | -60/+167 |
* | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel | speidy | 2014-03-12 | 3 | -407/+448 |
|\ |
|
| * | libxrdp: send, get, and use multi fragment max caps | Jay Sorg | 2014-03-10 | 3 | -1/+22 |
| * | libxrdp: remove caps warning and added fastpath fragment caps | Jay Sorg | 2014-03-10 | 1 | -406/+426 |
* | | indentation fix | speidy | 2014-03-12 | 1 | -4/+6 |
|/ |
|
* | libxrdp: keep rdp packets < 16K | Jay Sorg | 2014-03-09 | 4 | -4/+4 |
* | o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.c | speidy | 2014-03-10 | 5 | -876/+887 |
* | libxrdp: fastpath input, validate eventFlags | speidy | 2014-03-10 | 1 | -0/+10 |
* | xorg driver module: we now access xorg driver module from /usr/lib/xorg | Laxmikant Rashinkar | 2014-03-09 | 2 | -11/+17 |
* | libxrdp: work on fastpath fragments | Jay Sorg | 2014-03-09 | 5 | -192/+127 |
* | fixed some connection issues when using xorg driver mode | Laxmikant Rashinkar | 2014-03-09 | 3 | -8/+7 |
* | xorg: support 8, 15, 16 bpp clients | Jay Sorg | 2014-03-08 | 4 | -23/+167 |
* | added support for using Xorg driver model | Laxmikant Rashinkar | 2014-03-08 | 10 | -11/+153 |
* | libxrdp: fix for fastpath output and fips | Jay Sorg | 2014-03-07 | 1 | -1/+2 |
* | libxrdp: fastpath output, orders working | Jay Sorg | 2014-03-07 | 5 | -52/+262 |
* | libxrdp: detect client fastpath caps | Jay Sorg | 2014-03-06 | 2 | -4/+36 |
* | libxrdp: minor fastpath logic change and indent changes | Jay Sorg | 2014-03-06 | 3 | -182/+196 |
* | minor fastpath changes | Jay Sorg | 2014-03-05 | 2 | -4/+15 |
* | Merge pull request #112 from speidy/fastpath | jsorg71 | 2014-03-04 | 2 | -24/+71 |
|\ |
|
| * | libxrdp: add fips support in xrdp_sec_recv_fastpath | speidy | 2014-03-05 | 1 | -11/+26 |
| * | libxrdp: fastpath, add stream check (all stack) | speidy | 2014-03-05 | 2 | -8/+51 |
| * | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into | speidy | 2014-03-05 | 47 | -227/+263 |
| |\
| |/
|/| |
|
* | | fast path changes, iso never reads now | Jay Sorg | 2014-03-04 | 8 | -153/+171 |
* | | Merge pull request #111 from speidy/fastpath | jsorg71 | 2014-03-04 | 12 | -67/+424 |
|\ \ |
|
* \ \ | Merge pull request #105 from scarygliders/devel | jsorg71 | 2014-03-03 | 2 | -18/+25 |
|\ \ \ |
|
| * | | | Update readme.txt | Kevin Cave | 2014-01-18 | 1 | -2/+2 |
| * | | | Update readme.txt | Kevin Cave | 2014-01-18 | 1 | -14/+21 |
| * | | | Update genkeymap.c | Kevin Cave | 2014-01-18 | 1 | -3/+3 |
* | | | | update readme.txt | Jay Sorg | 2014-03-02 | 1 | -2/+3 |
* | | | | xrdp:no logic change, comments and printfs | Jay Sorg | 2014-03-02 | 16 | -25/+25 |
* | | | | common: no logic change, update comments | Jay Sorg | 2014-03-01 | 19 | -20/+20 |
* | | | | update version | Jay Sorg | 2014-03-01 | 2 | -3/+3 |
* | | | | o default login limit is now 50 users (instead of 10) | Laxmikant Rashinkar | 2014-02-28 | 3 | -7/+17 |
| | | * | libxrdp: xrdp_fastpath_recv cleanup | speidy | 2014-03-05 | 1 | -13/+2 |
| | |/ |
|
| | * | libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpath | speidy | 2014-03-04 | 5 | -132/+195 |
| | * | libxrdp: fastpath input working | speidy | 2014-03-04 | 2 | -27/+8 |
| | * | libxrdp: work on fastpath, length issue | speidy | 2014-03-04 | 7 | -46/+40 |
| | * | Merge ../../neutrinolabs/xrdp into fastpath | speidy | 2014-03-02 | 82 | -1077/+5023 |
| | |\
| |_|/
|/| | |
|
* | | | libxrdp: remove xrdp_tcp.c | Jay Sorg | 2014-02-25 | 1 | -89/+0 |
* | | | started work on fastpath, restructure PDU in | Jay Sorg | 2014-02-25 | 8 | -64/+194 |
* | | | common: added some trans options used in fast path | Jay Sorg | 2014-02-25 | 2 | -1/+6 |
* | | | clean up temp files in /tmp/.xrdp | Laxmikant Rashinkar | 2014-02-24 | 1 | -0/+1 |
* | | | libxrdp: fips working now | Jay Sorg | 2014-02-24 | 2 | -26/+27 |
* | | | libxrdp: work on fips | Jay Sorg | 2014-02-23 | 3 | -79/+148 |
* | | | common: add more fips ssl calls | Jay Sorg | 2014-02-23 | 2 | -0/+76 |