Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix format warnings caused by g_writeln("") | Pavel Roskin | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace, no logic change | Koichiro IWAO | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | Do not attempt to trap SIGKILL part 2 | Koichiro IWAO | 2016-04-11 | 1 | -8/+0 |
| | | | | it doesn't work on any OS. | ||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 3 | -3/+3 |
| | |||||
* | Don't ignore files known to git | Pavel Roskin | 2016-02-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | That can cause unexpected behavior, especially with third party tools. The ignored files will be lost if the source tree is re-imported to another git repository, unless special care is taken. Whitelist all non-generated makefiles. To whitelist instfiles/pam.d/xrdp-sesman, add path to all generated executables listed in the top-level .gitignore, sort .gitignore alphabetically. Add mkinstalldir, it's used by Automake on some systems. | ||||
* | Run through codespell | Pavel Roskin | 2016-01-14 | 2 | -4/+4 |
| | |||||
* | remove some checked in binaries | Created by chef | 2015-03-20 | 1 | -0/+0 |
| | |||||
* | tests/tcp_proxy: remove dependancy on os_calls | Jay Sorg | 2014-02-09 | 2 | -5/+407 |
| | |||||
* | tests: add get_alloced_bytes function | Jay Sorg | 2013-08-23 | 2 | -0/+12 |
| | |||||
* | fix Makefile error, fix for warnings | Jay Sorg | 2013-07-08 | 1 | -0/+2 |
| | |||||
* | optimize libmem.c | Jay Sorg | 2013-06-28 | 1 | -82/+61 |
| | |||||
* | added libmem and a test | Jay Sorg | 2013-06-28 | 4 | -0/+514 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:FreeRDP/xrdp | Laxmikant Rashinkar | 2013-04-27 | 1 | -0/+130 |
|\ | |||||
| * | added hexdump function | Laxmikant Rashinkar | 2013-04-26 | 1 | -0/+130 |
| | | |||||
* | | added makefile | Laxmikant Rashinkar | 2013-04-27 | 1 | -0/+21 |
|/ | |||||
* | first checkin for gtcp-proxy, a man-in-the-middle program to monitor network ↵ | Laxmikant Rashinkar | 2013-04-22 | 5 | -0/+1124 |
| | | | | traffice | ||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 13 | -2676/+72 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | added nx directory | Jay Sorg | 2012-01-26 | 2 | -0/+25 |
| | |||||
* | added xdemo | Jay Sorg | 2012-01-26 | 6 | -0/+901 |
| | |||||
* | added tcp_proxy | Jay Sorg | 2012-01-26 | 4 | -0/+2002 |
| | |||||
* | added tests directory | Jay Sorg | 2012-01-23 | 1 | -0/+3 |