summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_mm.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-081-2/+2
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-3/+4
* Shorten and clarify log window messagesPavel Roskin2016-07-081-3/+2
* Make xrdp_wm_log_msg() log its outputPavel Roskin2016-07-081-59/+46
* Fix format warnings in log_message() callsPavel Roskin2016-06-211-7/+7
* Typo fixesPavel Roskin2016-05-041-3/+3
* remove some warningsJay Sorg2016-04-091-4/+3
* Fix compile error "format not a string literal and no format arguments [-Werr...NerdKnight2016-03-281-1/+1
* Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-121-1/+1
* Add missing spaces in the strings that are split for line wrappingPavel Roskin2016-02-121-2/+2
* Spell "return value", not "returnvalue"Pavel Roskin2016-02-071-1/+1
* Replace "charactor" with "character" everywherePavel Roskin2016-01-301-4/+4
* Run through codespellPavel Roskin2016-01-141-1/+1
* xrdp: change when using xrdp.ini hidelogwindowJay Sorg2015-12-011-0/+13
* rename g_tcp_can_recv to g_sck_can_recvJay Sorg2015-10-071-1/+1
* set the source for chansrvJay Sorg2015-07-111-2/+4
* Merge pull request #226 from metalefty/freebsd/openpamjsorg712015-04-011-1/+118
|\
| * xrdp: xrdp_mm.c detect and use OpenPAMKoichiro IWAO2015-03-161-1/+118
* | add frame acks and h264 codec mode basicsJay Sorg2015-03-281-56/+103
|/
* xrdp: encoder shutdown fixJay Sorg2014-08-191-3/+4
* move some hard code paths to defines in headerJay Sorg2014-08-061-2/+2
* xrdp: don't include config.h unless HAVE_CONFIG_H is definedJay Sorg2014-07-271-0/+2
* coverity: read from pointer after freeLaxmikant Rashinkar2014-07-271-1/+1
* coverity: array compared against 0Laxmikant Rashinkar2014-07-261-1/+1
* coverity: improper use of negative valueLaxmikant Rashinkar2014-07-261-1/+3
* work on codec modeJay Sorg2014-07-191-12/+36
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-3/+7
* xrdp: don't show connection log unless there is a problemJay Sorg2014-05-191-1/+14
* improve debugging dump jpeg for codec modeJay Sorg2014-03-261-12/+60
* set codec mode according to clientJay Sorg2014-03-231-1/+15
* work on codec mode jpegJay Sorg2014-03-221-11/+30
* Call cleanup for encoderBLINDAUER Emmanuel2014-03-181-0/+2
* work on surface commandJay Sorg2014-03-181-2/+10
* work on codec mode jpegJay Sorg2014-03-161-47/+83
* xrdp_encoder: developer checkinLaxmikant Rashinkar2014-03-161-3/+92
* fixed some connection issues when using xorg driver modeLaxmikant Rashinkar2014-03-091-5/+4
* xrdp:no logic change, comments and printfsJay Sorg2014-03-021-2/+2
* added server_paint_rectsJay Sorg2014-02-181-0/+33
* Merge branch 'devel' of github.com:/neutrinolabs/xrdp into develLaxmikant Rashinkar2014-02-101-2/+2
|\
| * comment spelling fixes from univentionJay Sorg2014-02-041-2/+2
* | fixed an issue where channels with uppercase names were not being recognizedLaxmikant Rashinkar2014-02-101-19/+19
|/
* merges from authentic8Jay Sorg2013-09-261-1/+384
|\
| * Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 27d8a...Jim Grandy2013-08-221-2/+100
| * Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 74b0...Jim Grandy2013-08-221-0/+22
| * Hand-apply patches (rail) from Authentic8: bc68076Jim Grandy2013-08-221-0/+67
| * Hand-apply patches (rail improvements) from Authentic8 branch: 6e15b4a 2c99e6...Jim Grandy2013-08-221-45/+159
| * Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, 0e21d...Jim Grandy2013-08-221-0/+82
* | xrdp: fix a crash in painter when invalid target is setJay Sorg2013-09-191-1/+1
* | move text2bool to os_callsJay Sorg2013-08-241-1/+1
* | common: transport aware when app is terminatingJay Sorg2013-08-171-0/+3
|/