Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo s/BITMACACHE/BITMAPCACHE/ | Koichiro IWAO | 2018-12-13 | 1 | -1/+1 |
| | |||||
* | use MS name for PDU types | Koichiro IWAO | 2018-12-12 | 1 | -6/+6 |
| | | | | | RDP_PDU_REDIRECT has been removed as it is not found in MS-RDPBCGR and not used anywhere. | ||||
* | use MS for orderType constants | Koichiro IWAO | 2018-12-12 | 1 | -18/+16 |
| | |||||
* | add some more constants and use them | Koichiro IWAO | 2018-11-27 | 1 | -0/+5 |
| | |||||
* | use MS name for constants | Koichiro IWAO | 2018-11-27 | 1 | -56/+53 |
| | |||||
* | neutrinordp: don't enable remote_app if the INFO_RAIL flag is not set | daixj | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | common: add constants of glyph support level | Koichiro IWAO | 2018-10-25 | 1 | -0/+6 |
| | |||||
* | common: add more capset constants | Koichiro IWAO | 2017-12-01 | 1 | -4/+16 |
| | | | | | | defined at MS-RDPBCGR 2.2.1.13.1.1.1 [1] and sort [1] https://msdn.microsoft.com/en-us/library/cc240486.aspx | ||||
* | common: express capability set constants in hex | Koichiro IWAO | 2017-12-01 | 1 | -19/+19 |
| | | | | | | as same as done in MS-RDPBCGR 2.2.1.13.1.1.1 [1]. [1] https://msdn.microsoft.com/en-us/library/cc240486.aspx | ||||
* | xrdp_sec: constify color depth value | Koichiro IWAO | 2017-12-01 | 1 | -0/+7 |
| | |||||
* | common: add more references to constants' origin | Koichiro IWAO | 2017-11-24 | 1 | -438/+498 |
| | | | | | | | | | | classify constants into these 5 types * constants for xrdp * constants come from ITU-T Recommendations * constants come from Remote Desktop Protocol * constants come from other MS products * unclassified yet | ||||
* | common: add references to constants' origin | Koichiro IWAO | 2017-11-24 | 1 | -65/+93 |
| | |||||
* | fix typo s/Roration/Rotation/ | Koichiro IWAO | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Constify extended mouse events | Koichiro IWAO | 2017-11-06 | 1 | -0/+5 |
| | |||||
* | Constify mouse event flags, use the MS name for constants | Koichiro IWAO | 2017-11-06 | 1 | -7/+10 |
| | |||||
* | Add some more Input Capability Set constants | Koichiro IWAO | 2017-11-06 | 1 | -5/+10 |
| | |||||
* | xrdp: constify input event type | Koichiro IWAO | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | chansrv: sound, use WAVE_FORMAT_AAC not WAVE_FORMAT_AAC_MS | Jay Sorg | 2017-08-04 | 1 | -1/+1 |
| | |||||
* | chansrv: sound, add aac | Jay Sorg | 2017-08-04 | 1 | -0/+1 |
| | |||||
* | chansrv: constify wFormatTag | Koichiro IWAO | 2017-07-25 | 1 | -5/+7 |
| | |||||
* | Constify MCS connectionType | Koichiro IWAO | 2017-06-06 | 1 | -0/+9 |
| | |||||
* | libxrdp: print connected client name to log | speidy | 2017-03-21 | 1 | -0/+2 |
| | |||||
* | Merge pull request #553 from jsorg71/libpainter | metalefty | 2016-12-20 | 1 | -0/+34 |
|\ | | | | | add libpainter for drawing when client does not have minimum orders | ||||
| * | add libpainter for drawing when client does not have minimum orders | Jay Sorg | 2016-12-15 | 1 | -0/+34 |
| | | |||||
* | | xrdp_constants: move CAPSET constants to their place | speidy | 2016-12-13 | 1 | -9/+12 |
| | | |||||
* | | libxrdp: more constants | speidy | 2016-12-13 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'surface_cmds' of git://github.com/speidy/xrdp into surface_cmds | speidy | 2016-12-13 | 1 | -0/+7 |
|\ \ | |||||
| * \ | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmds | Speidy | 2016-12-12 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | change some magics to defines | Jay Sorg | 2016-12-10 | 1 | -0/+6 |
| | | | | |||||
| | * | | add unicode support | Jay Sorg | 2016-12-10 | 1 | -0/+1 |
| | |/ | |||||
* | | | libxrdp: caps, group caps require fastpath output, use ↵ | speidy | 2016-12-13 | 1 | -0/+3 |
|/ / | | | | | | | FASTPATH_OUTPUT_SUPPORTED constant | ||||
* | | o send RFX tiles as stream (Stream Surface Bits Command) | speidy | 2016-12-08 | 1 | -8/+12 |
|/ | | | | | | o silent frame ack logging o support surface commands in capsets o fix some wrong constants | ||||
* | xrdp_encoder: do not initialize for non-UNIX rdp clients | speidy | 2016-11-29 | 1 | -18/+19 |
| | | | | xrdp_encoder: comment about temporary workaround | ||||
* | Use uniform comments for GUIDs | Pavel Roskin | 2016-05-05 | 1 | -5/+5 |
| | |||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | add frame acks and h264 codec mode basics | Jay Sorg | 2015-03-28 | 1 | -0/+4 |
| | |||||
* | common: merge from a8 | Jay Sorg | 2014-11-07 | 1 | -1/+6 |
| | |||||
* | Merge pull request #111 from speidy/fastpath | jsorg71 | 2014-03-04 | 1 | -0/+19 |
|\ | | | | | libxrdp: Fastpath input | ||||
| * | libxrdp: work on fastpath input, added fastpath option to xrdp.ini | speidy | 2014-02-11 | 1 | -0/+1 |
| | | |||||
| * | libxrdp: work on fastpath input | speidy | 2014-02-09 | 1 | -0/+18 |
| | | |||||
* | | common: no logic change, update comments | Jay Sorg | 2014-03-01 | 1 | -1/+1 |
|/ | |||||
* | libxrdp: some ISO_PDU_CR changes | Jay Sorg | 2013-10-09 | 1 | -15/+16 |
| | |||||
* | Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimon | Jay Sorg | 2013-10-09 | 1 | -2/+26 |
|\ | | | | | | | | | | | | | Conflicts: common/xrdp_client_info.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c | ||||
| * | libxrdp: work on RDP negotiation | speidy | 2013-09-20 | 1 | -0/+23 |
| | | |||||
| * | libxrdp: work on multi-mon support | speidy | 2013-07-15 | 1 | -2/+3 |
| | | |||||
* | | merges from authentic8 | Jay Sorg | 2013-09-26 | 1 | -0/+6 |
|\ \ | |||||
| * | | Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c ↵ | Jim Grandy | 2013-08-22 | 1 | -0/+4 |
| | | | | | | | | | | | | b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce | ||||
| * | | Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 ↵ | Jim Grandy | 2013-08-22 | 1 | -0/+1 |
| | | | | | | | | | | | | 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737 | ||||
| * | | Hand-apply patches (drawing configuration) from Authentic8 branch: 34b92df ↵ | Jim Grandy | 2013-08-22 | 1 | -0/+2 |
| |/ | | | | | | | f994298 38e2def | ||||
* | | VUL: make sure cache entries are in range | Jay Sorg | 2013-09-10 | 1 | -0/+3 |
|/ |