Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coverity: improper use of negative value | Laxmikant Rashinkar | 2014-07-26 | 3 | -4/+8 |
| | |||||
* | coverity: Dereference after null check | Laxmikant Rashinkar | 2014-07-20 | 5 | -50/+50 |
| | |||||
* | coverity: fixed unchecked return value from library | Laxmikant Rashinkar | 2014-07-20 | 2 | -7/+35 |
| | |||||
* | work on codec mode | Jay Sorg | 2014-07-19 | 3 | -26/+218 |
| | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 4 | -8/+14 |
| | |||||
* | small fix for rdp scancode file | Jay Sorg | 2014-07-16 | 1 | -2/+3 |
| | |||||
* | xrdp: fix for prefilled username issue | speidy | 2014-07-11 | 1 | -1/+3 |
| | |||||
* | added --enable-rfxcodec | Jay Sorg | 2014-07-10 | 2 | -1/+12 |
| | |||||
* | libxrdp: added an option to enforce security layer in xrdp.ini | Idan Freiberg | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | default max_bpp to 32 | Jay Sorg | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | 32 bpp compress the alpha, leave room for biggest 32 bpp data | Jay Sorg | 2014-06-29 | 1 | -2/+2 |
| | |||||
* | libxrdp: cursor big endian fix | Jay Sorg | 2014-06-23 | 1 | -4/+10 |
| | |||||
* | work on 32 bit planar bitmap compressor | Jay Sorg | 2014-06-10 | 1 | -5/+74 |
| | |||||
* | added support for optional background image | ArvidNorr | 2014-05-23 | 3 | -1/+26 |
| | |||||
* | xrdp: don't show connection log unless there is a problem | Jay Sorg | 2014-05-19 | 3 | -5/+29 |
| | | | | | | Conflicts: xrdp/xrdp_mm.c | ||||
* | xrdp: update web site | Jay Sorg | 2014-05-19 | 1 | -2/+2 |
| | |||||
* | xrdp: allow xrdp to listen in UDS | Jay Sorg | 2014-05-15 | 1 | -4/+19 |
| | |||||
* | turn on bulk compressor by default | Jay Sorg | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | remove 1 from default title string | Cocoon | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | make login screen window title configurable | Cocoon | 2014-04-17 | 3 | -3/+25 |
| | |||||
* | xrdp: xrdp_wm: changed the autologin logic | speidy | 2014-04-14 | 1 | -28/+43 |
| | |||||
* | xrdp: indentation fix | speidy | 2014-04-11 | 1 | -11/+12 |
| | |||||
* | xrdp: for proxy modules, pass target ip to module (if ip passed-in from | speidy | 2014-04-11 | 2 | -2/+26 |
| | | | client into domain field (starting with _)) | ||||
* | improve debugging dump jpeg for codec mode | Jay Sorg | 2014-03-26 | 1 | -12/+60 |
| | |||||
* | set codec mode according to client | Jay Sorg | 2014-03-23 | 3 | -2/+18 |
| | |||||
* | work on codec mode jpeg | Jay Sorg | 2014-03-22 | 5 | -31/+89 |
| | |||||
* | Call cleanup for encoder | BLINDAUER Emmanuel | 2014-03-18 | 1 | -0/+2 |
| | |||||
* | work on surface command | Jay Sorg | 2014-03-18 | 3 | -7/+25 |
| | |||||
* | work on codec mode jpeg | Jay Sorg | 2014-03-16 | 4 | -121/+291 |
| | |||||
* | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel | Laxmikant Rashinkar | 2014-03-16 | 5 | -201/+421 |
|\ | |||||
| * | xrdp: add an option to do md5 bitmap hash for bitmap cache | Jay Sorg | 2014-03-16 | 3 | -20/+97 |
| | | |||||
| * | reduce the memory needed for crc16 bitmap cache lists | Jay Sorg | 2014-03-15 | 3 | -13/+14 |
| | | |||||
| * | xrdp: speed up bitmap cache lru using linked list | Jay Sorg | 2014-03-14 | 2 | -65/+126 |
| | | |||||
| * | xrdp: speed up bitmap cache lookup using hash table | Jay Sorg | 2014-03-14 | 4 | -141/+222 |
| | | |||||
* | | xrdp_encoder: developer checkin | Laxmikant Rashinkar | 2014-03-16 | 5 | -6/+288 |
|/ | |||||
* | o libxrdp: fastpath output, added cursor and palette now updates | speidy | 2014-03-13 | 1 | -2/+2 |
| | | | | | o xrdp.ini: changed default behavior: always new cursors, always use fastpath input and output. | ||||
* | fixed some connection issues when using xorg driver mode | Laxmikant Rashinkar | 2014-03-09 | 1 | -5/+4 |
| | |||||
* | added support for using Xorg driver model | Laxmikant Rashinkar | 2014-03-08 | 1 | -1/+11 |
| | |||||
* | fast path changes, iso never reads now | Jay Sorg | 2014-03-04 | 1 | -58/+4 |
| | |||||
* | Merge pull request #111 from speidy/fastpath | jsorg71 | 2014-03-04 | 2 | -1/+3 |
|\ | | | | | libxrdp: Fastpath input | ||||
| * | libxrdp: work on fastpath, length issue | speidy | 2014-03-04 | 1 | -0/+1 |
| | | |||||
| * | Merge ../../neutrinolabs/xrdp into fastpath | speidy | 2014-03-02 | 10 | -108/+702 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libxrdp/libxrdp.c libxrdp/libxrdp.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c libxrdp/xrdp_tcp.c xrdp/xrdp.ini | ||||
| * | | libxrdp: work on fastpath input, added fastpath option to xrdp.ini | speidy | 2014-02-11 | 1 | -0/+3 |
| | | | |||||
* | | | xrdp:no logic change, comments and printfs | Jay Sorg | 2014-03-02 | 16 | -25/+25 |
| |/ |/| | |||||
* | | started work on fastpath, restructure PDU in | Jay Sorg | 2014-02-25 | 1 | -4/+107 |
| | | |||||
* | | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel | Laxmikant Rashinkar | 2014-02-23 | 3 | -1/+42 |
|\ \ | |||||
| * | | added server_paint_rects | Jay Sorg | 2014-02-18 | 3 | -1/+42 |
| | | | |||||
* | | | o --enable-load_pulse_modules changed to --enable-loadpulsemodules | Laxmikant Rashinkar | 2014-02-23 | 4 | -9/+10 |
|/ / | | | | | | | | | o color entries in xrdp.ini file are now specfied using RGB format only o login screen now works with pixel depth of 8, 15, 16 and 24 bits | ||||
* | | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel | Laxmikant Rashinkar | 2014-02-10 | 4 | -10/+15 |
|\ \ | |||||
| * | | remove some warning, move gethostname to os_calls | Jay Sorg | 2014-02-08 | 3 | -3/+8 |
| | | |