Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o libxrdp: fastpath output, added cursor and palette now updates | speidy | 2014-03-13 | 1 | -1/+1 |
| | | | | | o xrdp.ini: changed default behavior: always new cursors, always use fastpath input and output. | ||||
* | libxrdp: keep rdp packets < 16K | Jay Sorg | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | libxrdp: work on fastpath fragments | Jay Sorg | 2014-03-09 | 1 | -9/+4 |
| | |||||
* | libxrdp: fastpath output, orders working | Jay Sorg | 2014-03-07 | 1 | -51/+73 |
| | |||||
* | libxrdp: started adding planar bitmap compression | Jay Sorg | 2014-02-15 | 1 | -2/+10 |
| | |||||
* | libxrdp: Authentic8 fixes for xrdp_orders_check | Jay Sorg | 2013-10-17 | 1 | -19/+73 |
| | |||||
* | merges from authentic8 | Jay Sorg | 2013-09-26 | 1 | -3/+346 |
|\ | |||||
| * | Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 ↵ | Jim Grandy | 2013-08-22 | 1 | -0/+326 |
| | | | | | | | | 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737 | ||||
| * | Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 ↵ | Jim Grandy | 2013-08-22 | 1 | -2/+12 |
| | | | | | | | | 74b015d 4e51e6d 2829087 | ||||
| * | Hand-apply patches (drawing configuration) from Authentic8 branch: 34b92df ↵ | Jim Grandy | 2013-08-22 | 1 | -1/+8 |
| | | | | | | | | f994298 38e2def | ||||
* | | don't use a global for turbo jpeg | Jay Sorg | 2013-09-19 | 1 | -1/+3 |
| | | |||||
* | | neutrinordp: clean old freerdp moduels, add config, fix for RFX codec to | speidy | 2013-08-24 | 1 | -4/+4 |
| | | | | | | work. | ||||
* | | CRC optimize | Jay Sorg | 2013-08-19 | 1 | -0/+20 |
|/ | |||||
* | libxrdp: no logic change, warnings and code cleanup | Jay Sorg | 2013-06-23 | 1 | -13/+18 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), ↵ | Bart Warmerdam | 2013-01-20 | 1 | -4/+4 |
| | | | | RED=lsB, BLUE=msB | ||||
* | Revert "Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr ↵ | Bart Warmerdam | 2013-01-20 | 1 | -4/+4 |
| | | | | | | p192), RED=lsB, BLUE=msB" This reverts commit 4efe900f2d3ba4a2a3d60d2b68b1a90b739b9c2d. | ||||
* | Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), ↵ | Bart Warmerdam | 2013-01-20 | 1 | -4/+4 |
| | | | | RED=lsB, BLUE=msB | ||||
* | fixes, logging for off screen | Jay Sorg | 2012-12-23 | 1 | -0/+1 |
| | |||||
* | when processing a text order we where not correctly using the text length ↵ | LawrenceK | 2012-12-06 | 1 | -3/+15 |
| | | | | this resulted in overrunning the order buffer and eventually corrupting the heap. Two fixes uses the data length and if the size is greater than max_packet_size attempt to send anyway otherwise you break the protocol. | ||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -1818/+2111 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | remove rail loggin, minor hints change | Jay Sorg | 2012-08-17 | 1 | -0/+8 |
| | |||||
* | codecs: move jpeg hack to bitmap cache v3 | Jay Sorg | 2012-07-24 | 1 | -85/+131 |
| | |||||
* | user rfx for cache v3 if client supports | Jay Sorg | 2012-07-23 | 1 | -0/+83 |
| | |||||
* | work on bitmap cache v3 | Jay Sorg | 2012-07-17 | 1 | -0/+14 |
| | |||||
* | libxrdp: started adding RAIL support | Jay Sorg | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | libxrdp: fix warning | Jay Sorg | 2012-06-11 | 1 | -1/+0 |
| | |||||
* | offscreen bitmaps: implement the delete list | Jay Sorg | 2012-05-22 | 1 | -3/+6 |
| | |||||
* | don't jpeg compress fonts | Jay Sorg | 2012-05-21 | 1 | -3/+7 |
| | |||||
* | -xorg: work on off screen bitmaps | Jay Sorg | 2012-05-20 | 1 | -5/+28 |
| | |||||
* | xorg: work on offscreen bitmaps | Jay Sorg | 2012-05-17 | 1 | -2/+2 |
| | |||||
* | started work on off screen bitmap support | Jay Sorg | 2012-05-13 | 1 | -0/+42 |
| | |||||
* | added non standard jpeg support off by default | Jay Sorg | 2012-04-07 | 1 | -2/+37 |
| | |||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -64/+70 |
| | | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) | ||||
* | use do ... while (0) style for parse.h | jsorg71 | 2010-08-09 | 1 | -20/+20 |
| | |||||
* | update copyright year | jsorg71 | 2010-07-04 | 1 | -1/+1 |
| | |||||
* | update copyright year | jsorg71 | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | add a comment | jsorg71 | 2008-08-31 | 1 | -4/+6 |
| | |||||
* | make sure rop and mixmode are in range | jsorg71 | 2008-08-31 | 1 | -3/+11 |
| | |||||
* | added support for tiny and small order flags | jsorg71 | 2008-06-30 | 1 | -62/+107 |
| | |||||
* | added brush cache bits for clients that support it | jsorg71 | 2008-06-24 | 1 | -0/+28 |
| | |||||
* | use RDP_ORDER_SMALL and RDP_ORDER_TINY for patblt | jsorg71 | 2008-06-21 | 1 | -5/+35 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | added debug out, added update sync | jsorg71 | 2007-04-08 | 1 | -4/+4 |
| | |||||
* | moved orders state to one struct | jsorg71 | 2007-01-20 | 1 | -250/+244 |
| | |||||
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | printf -> writeln | jsorg71 | 2006-04-29 | 1 | -14/+14 |
| | |||||
* | bitmap cache v2 | jsorg71 | 2006-03-17 | 1 | -0/+166 |
| | |||||
* | copyright year update | jsorg71 | 2006-02-04 | 1 | -3/+3 |
| | |||||
* | <lf><cr> should be <cr><lf> | jsorg71 | 2005-11-26 | 1 | -5/+5 |
| |