| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve message about listening socket is a wrong state | Pavel Roskin | 2016-09-08 | 1 | -2/+2 |
* | Report pid and listening address/port for xrdp and xrdp-sesman | Pavel Roskin | 2016-06-21 | 1 | -0/+2 |
* | coverity: improper use of negative value | Laxmikant Rashinkar | 2014-07-26 | 1 | -1/+2 |
* | coverity: Dereference after null check | Laxmikant Rashinkar | 2014-07-20 | 1 | -1/+1 |
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -2/+3 |
* | xrdp: allow xrdp to listen in UDS | Jay Sorg | 2014-05-15 | 1 | -4/+19 |
* | xrdp:no logic change, comments and printfs | Jay Sorg | 2014-03-02 | 1 | -1/+1 |
* | added options to set tcp send and recv buffer sizes | Jay Sorg | 2013-10-02 | 1 | -0/+61 |
* | move text2bool to os_calls | Jay Sorg | 2013-08-24 | 1 | -3/+3 |
* | common: transport aware when app is terminating | Jay Sorg | 2013-08-17 | 1 | -0/+4 |
* | no logic changes, cleanup and copyright year updates | Jay Sorg | 2013-05-28 | 1 | -1/+1 |
* | More logging added | ArvidNorr | 2013-01-18 | 1 | -7/+7 |
* | refactor and use test2bool instead of duplicated code testing for on,yes,true... | LawrenceK | 2013-01-17 | 1 | -24/+4 |
* | fix for odd error when disconecting client | Jay Sorg | 2012-11-10 | 1 | -5/+12 |
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -352/+399 |
* | no logic change, remove tabs | Jay Sorg | 2012-07-24 | 1 | -2/+2 |
* | Merge pull request #28 from ArvidNorr/tcp_nodelay | ArvidNorr | 2012-06-18 | 1 | -0/+43 |
|\ |
|
| * | Support for TCP keepalive and TCP no_delay added | norrarvid | 2012-06-04 | 1 | -0/+43 |
* | | Merge pull request #22 from ArvidNorr/moduleload | ArvidNorr | 2012-06-17 | 1 | -12/+19 |
|\ \ |
|
| * | | minor layout fixes | norrarvid | 2012-06-18 | 1 | -1/+1 |
| * | | merge comments defines and simplified function | norrarvid | 2012-05-29 | 1 | -12/+19 |
| |\ \
| | |/
| |/| |
|
| | * | added comments, added define, removed unused inparameter | norrarvid | 2012-05-29 | 1 | -12/+19 |
* | | | xrdp: fix warnings | Jay Sorg | 2012-06-11 | 1 | -1/+0 |
|/ / |
|
* | | xrdp: add fork option to xrdp.ini | Jay Sorg | 2012-05-26 | 1 | -0/+11 |
* | | added g_close_wait_obj and size parameter to g_write_ip_address | Jay Sorg | 2012-05-26 | 1 | -1/+1 |
* | | xrdp: fix memory leak in fork | Jay Sorg | 2012-05-26 | 1 | -9/+15 |
* | | xrdp: added -f command line option to fork on connections | Jay Sorg | 2012-05-26 | 1 | -4/+45 |
|/ |
|
* | add --port command line override | Jay Sorg | 2012-02-02 | 1 | -5/+13 |
* | printf error when can't bind port | Jay Sorg | 2011-07-06 | 1 | -1/+2 |
* | minor changes | Jay Sorg | 2011-05-28 | 1 | -1/+0 |
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -2/+2 |
* | use en-us keymap file if no keymap file | Jay Sorg | 2010-10-22 | 1 | -1/+1 |
* | bind to specific address | Jay Sorg | 2010-10-19 | 1 | -5/+14 |
* | use trans | jsorg71 | 2010-05-04 | 1 | -45/+55 |
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -1/+3 |
* | update copyright year | jsorg71 | 2009-01-25 | 1 | -1/+1 |
* | add pid to event names | jsorg71 | 2008-12-01 | 1 | -1/+5 |
* | main loop changes, not so chatty | jsorg71 | 2008-04-05 | 1 | -63/+73 |
* | main loop reorganization | jsorg71 | 2008-03-31 | 1 | -52/+74 |
* | load port in a function and fix crash | jsorg71 | 2008-03-08 | 1 | -19/+28 |
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
* | thread_calls | jsorg71 | 2007-02-04 | 1 | -4/+15 |
* | tc_ prefix for thread calls | jsorg71 | 2007-02-03 | 1 | -1/+1 |
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
* | make some functions static per 1579343 | jsorg71 | 2006-10-24 | 1 | -2/+2 |
* | printf -> writeln | jsorg71 | 2006-04-29 | 1 | -5/+5 |
* | copyright year update | jsorg71 | 2006-02-04 | 1 | -1/+1 |
* | Makefile and file location changes | jsorg71 | 2005-12-02 | 1 | -1/+1 |
* | read port, if set, from xrdp.ini | jsorg71 | 2005-11-30 | 1 | -7/+42 |
* | <lf><cr> should be <cr><lf> | jsorg71 | 2005-11-26 | 1 | -6/+6 |