Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work on codec mode jpeg | Jay Sorg | 2014-03-22 | 1 | -1/+1 |
| | |||||
* | reduce the memory needed for crc16 bitmap cache lists | Jay Sorg | 2014-03-15 | 1 | -12/+12 |
| | |||||
* | xrdp: speed up bitmap cache lru using linked list | Jay Sorg | 2014-03-14 | 1 | -63/+125 |
| | |||||
* | xrdp: speed up bitmap cache lookup using hash table | Jay Sorg | 2014-03-14 | 1 | -65/+139 |
| | |||||
* | xrdp:no logic change, comments and printfs | Jay Sorg | 2014-03-02 | 1 | -1/+1 |
| | |||||
* | xrdp: fix after a8 merge | Jay Sorg | 2013-09-26 | 1 | -4/+4 |
| | |||||
* | merges from authentic8 | Jay Sorg | 2013-09-26 | 1 | -8/+22 |
|\ | |||||
| * | Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 ↵ | Jim Grandy | 2013-08-22 | 1 | -1/+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 | -6/+21 |
| | | | | | | | | f994298 38e2def | ||||
* | | VUL: make sure cache entries are in range | Jay Sorg | 2013-09-10 | 1 | -3/+14 |
| | | |||||
* | | xrdp fix typeo in cache macro | Jay Sorg | 2013-08-27 | 1 | -8/+3 |
| | | |||||
* | | CRC optimize | Jay Sorg | 2013-08-19 | 1 | -3/+10 |
|/ | |||||
* | no logic changes, cleanup and copyright year updates | Jay Sorg | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | new(color) cursors working now | Jay Sorg | 2013-03-20 | 1 | -2/+4 |
| | |||||
* | work on new(color) cursors | Jay Sorg | 2013-03-12 | 1 | -4/+7 |
| | |||||
* | More logging added | ArvidNorr | 2013-01-18 | 1 | -1/+2 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -520/+570 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | user rfx for cache v3 if client supports | Jay Sorg | 2012-07-23 | 1 | -16/+26 |
| | |||||
* | offscreen bitmaps: implement the delete list | Jay Sorg | 2012-05-22 | 1 | -0/+11 |
| | |||||
* | don't jpeg compress fonts | Jay Sorg | 2012-05-21 | 1 | -1/+2 |
| | |||||
* | xorg: work on offscreen bitmaps | Jay Sorg | 2012-05-19 | 1 | -47/+20 |
| | |||||
* | xorg: work on offscreen bitmaps | Jay Sorg | 2012-05-17 | 1 | -1/+3 |
| | |||||
* | started work on off screen bitmap support | Jay Sorg | 2012-05-13 | 1 | -0/+80 |
| | |||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -8/+8 |
| | | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) | ||||
* | update copyright year | jsorg71 | 2010-07-04 | 1 | -1/+1 |
| | |||||
* | update copyright year | jsorg71 | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | added brush cache bits for clients that support it | jsorg71 | 2008-06-24 | 1 | -0/+46 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | added a comment | jsorg71 | 2007-04-13 | 1 | -0/+1 |
| | |||||
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | printf -> writeln | jsorg71 | 2006-04-29 | 1 | -10/+10 |
| | |||||
* | bitmap cache2 | jsorg71 | 2006-03-17 | 1 | -9/+31 |
| | |||||
* | copyright year update | jsorg71 | 2006-02-04 | 1 | -1/+1 |
| | |||||
* | <lf><cr> should be <cr><lf> | jsorg71 | 2005-11-26 | 1 | -10/+10 |
| | |||||
* | opps, MAKELONG fix | jsorg71 | 2005-11-08 | 1 | -1/+1 |
| | |||||
* | MAKELONG should be lo, hi, not hi, lo | jsorg71 | 2005-11-07 | 1 | -5/+5 |
| | |||||
* | added server_reset(which uses demand_active) for resizing the rdp client | jsorg71 | 2005-08-24 | 1 | -3/+45 |
| | |||||
* | moved files around | jsorg71 | 2005-06-28 | 1 | -19/+30 |
| | |||||
* | added connection log | jsorg71 | 2005-03-06 | 1 | -3/+32 |
| | |||||
* | bitmap cache change | jsorg71 | 2005-02-25 | 1 | -7/+7 |
| | |||||
* | added pointer cache, some debug messages and some other fixes | jsorg71 | 2005-01-21 | 1 | -0/+61 |
| | |||||
* | changed the way the palette works in 8 bpp and changed some parameter passing | jsorg71 | 2005-01-15 | 1 | -0/+8 |
| | |||||
* | set bitmap cache and bitmap compression from the config file | jsorg71 | 2005-01-14 | 1 | -1/+35 |
| | |||||
* | added bitmap cache | jsorg71 | 2005-01-12 | 1 | -12/+84 |
| | |||||
* | copyright update | jsorg71 | 2005-01-07 | 1 | -1/+1 |
| | |||||
* | added vnc mod | jsorg71 | 2004-11-28 | 1 | -0/+2 |
| | |||||
* | organization and optimazation | jsorg71 | 2004-10-06 | 1 | -31/+32 |
| | |||||
* | added font stuff | jsorg71 | 2004-09-27 | 1 | -15/+75 |
| | |||||
* | major work and login screen | jsorg71 | 2004-09-11 | 1 | -0/+145 |