| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
* | Fix incorrect use of "it's" and "its", adjust wording | Pavel Roskin | 2016-06-21 | 1 | -3/+3 |
* | Typo fixes | Pavel Roskin | 2016-05-04 | 1 | -1/+1 |
* | Fix all format warnings and some unused variable warnings | Jay Sorg | 2016-03-14 | 1 | -3/+2 |
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
* | Run through codespell | Pavel Roskin | 2016-01-14 | 1 | -2/+2 |
* | fix for libxrdp_reset | Jay Sorg | 2015-07-11 | 1 | -8/+0 |
* | add frame acks and h264 codec mode basics | Jay Sorg | 2015-03-28 | 1 | -1/+38 |
* | libxrdp: delete NLA header detection for now, TLS is working now with | speidy | 2014-11-21 | 1 | -27/+0 |
* | coverity: dead code | Laxmikant Rashinkar | 2014-07-26 | 1 | -7/+7 |
* | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into | Idan Freiberg | 2014-07-23 | 1 | -0/+6 |
|\ |
|
| * | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -0/+6 |
* | | libxrdp, common: work on TLS mode | Idan Freiberg | 2014-07-23 | 1 | -24/+3 |
* | | libxrdp: work on TLS support | Idan Freiberg | 2014-07-17 | 1 | -2/+21 |
* | | libxrdp: started adding TLS support | Idan Freiberg | 2014-07-15 | 1 | -1/+5 |
|/ |
|
* | libxrdp: memory leak fixes on error | Jay Sorg | 2014-03-22 | 1 | -0/+3 |
* | work on surface command | Jay Sorg | 2014-03-18 | 1 | -0/+69 |
* | libxrdp: export jpeg compress for codec mode | Jay Sorg | 2014-03-16 | 1 | -0/+19 |
* | o added fastpath output, syncronize update pdu | speidy | 2014-03-15 | 1 | -1/+1 |
* | o libxrdp: fastpath output, added cursor and palette now updates | speidy | 2014-03-13 | 1 | -17/+124 |
* | o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.c | speidy | 2014-03-10 | 1 | -15/+3 |
* | minor fastpath changes | Jay Sorg | 2014-03-05 | 1 | -3/+12 |
* | fast path changes, iso never reads now | Jay Sorg | 2014-03-04 | 1 | -15/+115 |
* | libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpath | speidy | 2014-03-04 | 1 | -1/+1 |
* | libxrdp: work on fastpath, length issue | speidy | 2014-03-04 | 1 | -0/+1 |
* | Merge ../../neutrinolabs/xrdp into fastpath | speidy | 2014-03-02 | 1 | -28/+47 |
|\ |
|
| * | started work on fastpath, restructure PDU in | Jay Sorg | 2014-02-25 | 1 | -19/+40 |
* | | libxrdp: work on fastpath input | speidy | 2014-02-10 | 1 | -0/+9 |
* | | libxrdp: work on fastpath | speidy | 2014-02-08 | 1 | -2/+1 |
|/ |
|
* | libxrdp: move xrdp_rdp_send_monitorlayout call after demand active pdu | speidy | 2013-11-19 | 1 | -0/+11 |
* | Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 27d8a... | Jim Grandy | 2013-08-22 | 1 | -0/+19 |
* | libxrdp: no logic change, warnings and code cleanup | Jay Sorg | 2013-06-23 | 1 | -0/+1 |
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
* | adding xrdp.ini option to turn off new cursors | Jay Sorg | 2013-06-07 | 1 | -1/+2 |
* | xrdp: fix for non 'new' cursor clients like rdesktop | Jay Sorg | 2013-05-20 | 1 | -5/+7 |
* | work on new(color) cursors | Jay Sorg | 2013-03-12 | 1 | -35/+56 |
* | work on new(color) cursors | Jay Sorg | 2013-03-12 | 1 | -12/+50 |
* | update/fix some debug log calls and add the test of XRDP_DEBUG to make files ... | LawrenceK | 2012-12-20 | 1 | -0/+2 |
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -619/+684 |
* | work on bitmap cache v3 | Jay Sorg | 2012-07-17 | 1 | -0/+11 |
* | rail: proxy rail | Jay Sorg | 2012-06-24 | 1 | -14/+101 |
* | Deadlock situation bug fix and improved debug information | norrarvid | 2012-06-01 | 1 | -1/+28 |
* | offscreen bitmaps: implement the delete list | Jay Sorg | 2012-05-22 | 1 | -4/+4 |
* | don't jpeg compress fonts | Jay Sorg | 2012-05-21 | 1 | -2/+2 |
* | -xorg: work on off screen bitmaps | Jay Sorg | 2012-05-20 | 1 | -2/+4 |
* | xorg: work on offscreen bitmaps | Jay Sorg | 2012-05-17 | 1 | -0/+17 |
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -31/+31 |
* | Added bell (pcspeaker) support | Nicola Ruggero | 2010-10-26 | 1 | -0/+30 |
* | use do ... while (0) style for parse.h | jsorg71 | 2010-08-09 | 1 | -1/+1 |
* | use trans | jsorg71 | 2010-05-04 | 1 | -3/+3 |