summaryrefslogtreecommitdiffstats
path: root/xrdp
Commit message (Collapse)AuthorAgeFilesLines
* coverity: improper use of negative valueLaxmikant Rashinkar2014-07-263-4/+8
|
* coverity: Dereference after null checkLaxmikant Rashinkar2014-07-205-50/+50
|
* coverity: fixed unchecked return value from libraryLaxmikant Rashinkar2014-07-202-7/+35
|
* work on codec modeJay Sorg2014-07-193-26/+218
|
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-194-8/+14
|
* small fix for rdp scancode fileJay Sorg2014-07-161-2/+3
|
* xrdp: fix for prefilled username issuespeidy2014-07-111-1/+3
|
* added --enable-rfxcodecJay Sorg2014-07-102-1/+12
|
* libxrdp: added an option to enforce security layer in xrdp.iniIdan Freiberg2014-07-091-1/+1
|
* default max_bpp to 32Jay Sorg2014-06-291-1/+1
|
* 32 bpp compress the alpha, leave room for biggest 32 bpp dataJay Sorg2014-06-291-2/+2
|
* libxrdp: cursor big endian fixJay Sorg2014-06-231-4/+10
|
* work on 32 bit planar bitmap compressorJay Sorg2014-06-101-5/+74
|
* added support for optional background imageArvidNorr2014-05-233-1/+26
|
* xrdp: don't show connection log unless there is a problemJay Sorg2014-05-193-5/+29
| | | | | | Conflicts: xrdp/xrdp_mm.c
* xrdp: update web siteJay Sorg2014-05-191-2/+2
|
* xrdp: allow xrdp to listen in UDSJay Sorg2014-05-151-4/+19
|
* turn on bulk compressor by defaultJay Sorg2014-05-051-1/+1
|
* remove 1 from default title stringCocoon2014-04-171-1/+1
|
* make login screen window title configurableCocoon2014-04-173-3/+25
|
* xrdp: xrdp_wm: changed the autologin logicspeidy2014-04-141-28/+43
|
* xrdp: indentation fixspeidy2014-04-111-11/+12
|
* xrdp: for proxy modules, pass target ip to module (if ip passed-in fromspeidy2014-04-112-2/+26
| | | client into domain field (starting with _))
* improve debugging dump jpeg for codec modeJay Sorg2014-03-261-12/+60
|
* set codec mode according to clientJay Sorg2014-03-233-2/+18
|
* work on codec mode jpegJay Sorg2014-03-225-31/+89
|
* Call cleanup for encoderBLINDAUER Emmanuel2014-03-181-0/+2
|
* work on surface commandJay Sorg2014-03-183-7/+25
|
* work on codec mode jpegJay Sorg2014-03-164-121/+291
|
* Merge branch 'devel' of github.com:/neutrinolabs/xrdp into develLaxmikant Rashinkar2014-03-165-201/+421
|\
| * xrdp: add an option to do md5 bitmap hash for bitmap cacheJay Sorg2014-03-163-20/+97
| |
| * reduce the memory needed for crc16 bitmap cache listsJay Sorg2014-03-153-13/+14
| |
| * xrdp: speed up bitmap cache lru using linked listJay Sorg2014-03-142-65/+126
| |
| * xrdp: speed up bitmap cache lookup using hash tableJay Sorg2014-03-144-141/+222
| |
* | xrdp_encoder: developer checkinLaxmikant Rashinkar2014-03-165-6/+288
|/
* o libxrdp: fastpath output, added cursor and palette now updatesspeidy2014-03-131-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 modeLaxmikant Rashinkar2014-03-091-5/+4
|
* added support for using Xorg driver modelLaxmikant Rashinkar2014-03-081-1/+11
|
* fast path changes, iso never reads nowJay Sorg2014-03-041-58/+4
|
* Merge pull request #111 from speidy/fastpathjsorg712014-03-042-1/+3
|\ | | | | libxrdp: Fastpath input
| * libxrdp: work on fastpath, length issuespeidy2014-03-041-0/+1
| |
| * Merge ../../neutrinolabs/xrdp into fastpathspeidy2014-03-0210-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.inispeidy2014-02-111-0/+3
| | |
* | | xrdp:no logic change, comments and printfsJay Sorg2014-03-0216-25/+25
| |/ |/|
* | started work on fastpath, restructure PDU inJay Sorg2014-02-251-4/+107
| |
* | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into develLaxmikant Rashinkar2014-02-233-1/+42
|\ \
| * | added server_paint_rectsJay Sorg2014-02-183-1/+42
| | |
* | | o --enable-load_pulse_modules changed to --enable-loadpulsemodulesLaxmikant Rashinkar2014-02-234-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 develLaxmikant Rashinkar2014-02-104-10/+15
|\ \
| * | remove some warning, move gethostname to os_callsJay Sorg2014-02-083-3/+8
| | |