Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rail: proxy rail | Jay Sorg | 2012-06-24 | 1 | -0/+147 |
| | |||||
* | common: no logic changes, code cleanup | Jay Sorg | 2012-06-23 | 1 | -31/+36 |
| | |||||
* | Merge pull request #28 from ArvidNorr/tcp_nodelay | ArvidNorr | 2012-06-18 | 2 | -3/+51 |
|\ | | | | | Support for TCP keepalive and TCP no_delay added | ||||
| * | Support for TCP keepalive and TCP no_delay added | norrarvid | 2012-06-04 | 2 | -3/+51 |
| | | |||||
* | | Merge pull request #22 from ArvidNorr/moduleload | ArvidNorr | 2012-06-17 | 4 | -19/+61 |
|\ \ | | | | | | | Moduleload | ||||
| * | | minor layout fixes | norrarvid | 2012-06-18 | 1 | -7/+11 |
| | | | |||||
| * | | Improved error handling for module load and init, fixed bug in logwindow | norrarvid | 2012-05-30 | 2 | -0/+27 |
| | | | |||||
| * | | merge comments defines and simplified function | norrarvid | 2012-05-29 | 3 | -20/+31 |
| |\ \ | | |/ | |/| | |||||
| | * | added comments, added define, removed unused inparameter | norrarvid | 2012-05-29 | 3 | -20/+31 |
| | | | |||||
* | | | libxrdp: added RAIL caps | Jay Sorg | 2012-06-14 | 1 | -0/+6 |
| | | | |||||
* | | | libxrdp: started adding RAIL support | Jay Sorg | 2012-06-14 | 1 | -0/+147 |
| | | | |||||
* | | | common: fix some warnings | Jay Sorg | 2012-06-11 | 2 | -2/+5 |
| | | | |||||
* | | | log: added path for when --prefix is used | Jay Sorg | 2012-06-10 | 2 | -2/+18 |
| | | | |||||
* | | | syslog: cs/minor changes | Jay Sorg | 2012-06-04 | 4 | -261/+250 |
| | | | |||||
* | | | Merge remote branch 'syslog3/syslog3' | Jay Sorg | 2012-06-04 | 4 | -145/+569 |
|\ \ \ | |/ / |/| | | |||||
| * | | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 4 | -145/+569 |
| |/ | |||||
* | | xrdp: pid file fixes | Jay Sorg | 2012-05-26 | 2 | -0/+40 |
| | | |||||
* | | added g_close_wait_obj and size parameter to g_write_ip_address | Jay Sorg | 2012-05-26 | 2 | -15/+32 |
| | | |||||
* | | xrdp: added -f command line option to fork on connections | Jay Sorg | 2012-05-26 | 1 | -1/+0 |
|/ | |||||
* | xorg: work on offscreen bitmaps | Jay Sorg | 2012-05-17 | 1 | -0/+1 |
| | |||||
* | pass the client_info(caps) on to module and xserver | Jay Sorg | 2012-05-13 | 1 | -0/+79 |
| | |||||
* | update common/xrdp_constants.h | Jay Sorg | 2012-05-10 | 1 | -21/+104 |
| | |||||
* | common: allow env vars to override .ini settings when value start with $ | Jay Sorg | 2012-03-16 | 1 | -2/+18 |
| | |||||
* | /tmp cleanup | Jay Sorg | 2012-02-14 | 2 | -17/+73 |
| | |||||
* | fork change | Jay Sorg | 2012-02-14 | 1 | -3/+17 |
| | |||||
* | common: added signal for usr1 | Jay Sorg | 2012-02-12 | 2 | -0/+13 |
| | |||||
* | move temp files from /tmp to /tmp/.xrdp | Jay Sorg | 2012-02-11 | 1 | -2/+8 |
| | |||||
* | fix init error | Jay Sorg | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | fix for https://bugzilla.redhat.com/show_bug.cgi?id=782619 | Jay Sorg | 2012-02-05 | 2 | -23/+59 |
| | |||||
* | added g_chown | Jay Sorg | 2011-07-07 | 2 | -0/+10 |
| | |||||
* | add ssl init to common | Jay Sorg | 2011-05-28 | 3 | -0/+23 |
| | |||||
* | include missing files in make dist | Itamar Reis Peixoto | 2010-11-20 | 1 | -0/+2 |
| | |||||
* | xrdp comestic patch from "Alessandro Briosi" <tsdogs@briosix.org> | Itamar Reis Peixoto | 2010-11-20 | 1 | -0/+13 |
| | |||||
* | Implemented client IP logging | Nicola Ruggero | 2010-11-04 | 2 | -0/+31 |
| | |||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 5 | -61/+113 |
| | | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) | ||||
* | Added bell (pcspeaker) support | Nicola Ruggero | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | fix for 100% cpu when socket error | Jay Sorg | 2010-10-20 | 1 | -13/+9 |
| | |||||
* | bind to specific address | Jay Sorg | 2010-10-19 | 4 | -2/+31 |
| | |||||
* | update copyright year | Jay Sorg | 2010-10-19 | 12 | -12/+12 |
| | |||||
* | use do ... while (0) style for parse.h | jsorg71 | 2010-08-09 | 1 | -64/+54 |
| | |||||
* | const char for atoi | jsorg71 | 2010-08-09 | 2 | -2/+2 |
| | |||||
* | update copyright year and add tui64 type | jsorg71 | 2010-07-26 | 1 | -0/+4 |
| | |||||
* | improve trans | jsorg71 | 2010-05-04 | 2 | -49/+80 |
| | |||||
* | fixes for hppa | jsorg71 | 2010-02-22 | 2 | -11/+7 |
| | |||||
* | arm cpu needs align | jsorg71 | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | allow ';' for comment too | jsorg71 | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | add unix socket to trans | jsorg71 | 2009-09-05 | 4 | -11/+72 |
| | |||||
* | fix warnings | jsorg71 | 2009-08-20 | 1 | -2/+6 |
| | |||||
* | channel fixes | jsorg71 | 2009-08-15 | 2 | -0/+18 |
| | |||||
* | add extended log output | jsorg71 | 2009-08-05 | 3 | -0/+23 |
| |