summaryrefslogtreecommitdiffstats
path: root/xrdpapi/simple.c
Commit message (Collapse)AuthorAgeFilesLines
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-4/+4
| | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments".
* copyright year updateJay Sorg2013-06-081-2/+2
|
* o in login dialog set sesman-X11rdp as the default moduleLaxmikant Rashinkar2012-11-091-5/+10
| | | | o added support for video redirection without using TSMF
* o added support for dynamic virtual channelsLaxmikant Rashinkar2012-09-271-65/+124
| | | | o added echo test routine in simple.c for testing DVC using Microsoft's ECHO protocol
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-78/+103
| | | | | o applied new coding standards to all .c files o moved some files around
* chansrv: work on dynamic channelsJay Sorg2012-08-081-3/+8
|
* xrdpapi: got simple test workingJay Sorg2012-08-021-0/+89