| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove x11rdp from xrdp repository | Koichiro IWAO | 2018-04-17 | 87 | -19416/+0 |
| | | | | | | Now x11rdp is replaced with xorgxrdp. Deprecating it. Repository moved to https://github.com/neutrinolabs/x11rdp. | ||||
| * | Bump version to v0.9.6 | Koichiro IWAO | 2018-03-26 | 1 | -1/+1 |
| | | |||||
| * | Bump version to v0.9.5 | Koichiro IWAO | 2017-12-27 | 1 | -1/+1 |
| | | |||||
| * | Prepare release v0.9.4 | Koichiro IWAO | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | Prepare release v0.9.3 | Koichiro IWAO | 2017-07-06 | 1 | -1/+1 |
| | | |||||
| * | Bump version number to v0.9.2 | speidy | 2017-03-30 | 1 | -1/+1 |
| | | |||||
| * | X11rdp: respect XRDP_SOCKET_PATH environment variable | Pavel Roskin | 2017-03-17 | 4 | -8/+30 |
| | | |||||
| * | Remove trailing whitespace | Pavel Roskin | 2017-02-08 | 1 | -2/+2 |
| | | |||||
| * | Compile applewmproto before xorg-server | Pavel Roskin | 2017-01-17 | 1 | -1/+1 |
| | | | | | xorg-server can use applewmproto if it's available. | ||||
| * | Use fonts installed as part of X11rdp | Pavel Roskin | 2017-01-17 | 1 | -1/+1 |
| | | |||||
| * | Fix Mesa compatibility with clang | Pavel Roskin | 2017-01-17 | 1 | -0/+11 |
| | | |||||
| * | Make sure X11rdp is not copied to a file called "bin" | Pavel Roskin | 2017-01-17 | 1 | -1/+1 |
| | | | | | | It can happen if buildx.sh is run with one argument and them with another without removing build_dir in between. | ||||
| * | Use OPENSSL_CFLAGS even if -lcrypto is used directly | Pavel Roskin | 2017-01-17 | 1 | -0/+10 |
| | | | | | | OpenSSL headers are used even when the full set of OpenSSL libraries is not used. | ||||
| * | Don't define RDP_IS_XORG and RDP_IS_XFREE86, they are unused | Pavel Roskin | 2017-01-17 | 1 | -14/+0 |
| | | |||||
| * | Remove missing directories from the include path for X11rdp | Pavel Roskin | 2017-01-17 | 1 | -8/+0 |
| | | |||||
| * | Fix pixmap compilation with clang | Pavel Roskin | 2017-01-17 | 1 | -0/+11 |
| | | | | | | | | | Clang does not allow a variable to be used for the "K" register, even if all uses of the inlined function use a constant value. The current version of pixmap doesn't use the inline function. It uses a macro regardless of the optimization level. There should be no performance overhead from using the macro. | ||||
| * | Fix libpciaccess compilation on non-Linux systems | Pavel Roskin | 2017-01-17 | 1 | -0/+24 |
| | | | | Both gcc and clang have __builtin_bswap16 and __builtin_bswap32. | ||||
| * | Fix download caching, only download missing or currently empty files | Pavel Roskin | 2017-01-17 | 1 | -3/+11 |
| | | |||||
| * | x11rdp: respect disconnect timeout set by XRDP_SESMAN_MAX_DISC_TIME | Koichiro IWAO | 2017-01-16 | 1 | -1/+0 |
| | | | | | | The old code overwrites disconnect timeout to 60 sec when XRDP_SESMAN_KILL_DISCONNECT is set to truthy value. | ||||
| * | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -1/+1 |
| | | | | | | | 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". | ||||
| * | Ignore X11rdp executable | Pavel Roskin | 2017-01-04 | 1 | -0/+1 |
| | | |||||
| * | Update version to 0.9.1 | Pavel Roskin | 2016-12-20 | 1 | -1/+1 |
| | | |||||
| * | Provide reasonable hTotal, vTotal and dotClock for the display mode | Pavel Roskin | 2016-12-02 | 1 | -0/+4 |
| | | | | | | gtk3 programs crash when they divide dotClock by hTotal and vTotal to calculate the refresh rate. | ||||
| * | Strip the installed X11rdp binary, not the original | Pavel Roskin | 2016-11-13 | 1 | -1/+1 |
| | | |||||
| * | Reorder static libraries to avoid the need to link them twice | Pavel Roskin | 2016-11-13 | 1 | -7/+8 |
| | | |||||
| * | Check that X11RDPBASE is set, give it a better description | Pavel Roskin | 2016-11-13 | 1 | -3/+6 |
| | | | | Use BINBASE for the binary install path. | ||||
| * | buildx.sh: download tarballs using keepalive | Koichiro IWAO | 2016-10-21 | 1 | -23/+18 |
| | | | | | | | | | | | | | | Executing wget like wget http://example.com/file1 http://example.com/file2 ... can do HTTP keepalive. Quit calling wget with single file. Downloading multiple files in one http connection is a little bit faster than executing wget more than 100 times. And parallelly execute two instances of wget to increase download speed. | ||||
| * | buildx.sh: simplify counting lines | Koichiro IWAO | 2016-10-21 | 1 | -1/+1 |
| | | |||||
| * | Move libXdmcp above libxcb, libxcb can use it | Pavel Roskin | 2016-10-09 | 1 | -1/+1 |
| | | |||||
| * | Add *.a to top .gitignore, add xorg/X11R7.6/.gitignore | Pavel Roskin | 2016-10-09 | 1 | -0/+3 |
| | | |||||
| * | buildx.sh: force forward patch, don't ask whether to revert | Pavel Roskin | 2016-10-09 | 1 | -1/+1 |
| | | |||||
| * | buildx.sh: remove special case for python, it's not built anymore | Pavel Roskin | 2016-10-08 | 1 | -8/+0 |
| | | |||||
| * | Change compilation order to resolve dependencies | Pavel Roskin | 2016-10-08 | 1 | -7/+7 |
| | | | | | | With this change, buildx.sh succeeds on a system without pre-existing X11 installation. | ||||
| * | buildx.sh: utilize all available CPUs when compiling | Pavel Roskin | 2016-10-08 | 1 | -1/+5 |
| | | |||||
| * | buildx.sh: "clean" is a constant string, not a semantic variable | Pavel Roskin | 2016-10-08 | 1 | -1/+1 |
| | | |||||
| * | buildx.sh: use "mkdir -p" to create $PREFIX_DIR, don't retry | Pavel Roskin | 2016-10-08 | 1 | -20/+11 |
| | | | | | Improve messages about $PREFIX_DIR | ||||
| * | X11rdp: remove python as it isn't really needed these days | Koichiro IWAO | 2016-10-05 | 1 | -1/+0 |
| | | | | | Closes #399. | ||||
| * | x11rdp: apply keyboard options | Koichiro IWAO | 2016-09-02 | 1 | -0/+4 |
| | | |||||
| * | Merge pull request #402 from metalefty/update-python | jsorg71 | 2016-08-08 | 1 | -1/+1 |
| |\ | | | | | X11rdp: update python 2.7 -> 2.7.11 | ||||
| | * | X11rdp: update python 2.7 -> 2.7.11 | Koichiro IWAO | 2016-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | Python 2.7 cannot build with OpenSSL 1.0.2h pointed out in #399. Python-2.7.11.tar.xz needs to be uploaded to server1.xrdp.org. | ||||
| * | | Merge pull request #390 from proski/june21 | jsorg71 | 2016-08-05 | 1 | -1/+1 |
| |\ \ | | | | | | | Cleanups and C++ compatibility | ||||
| | * | | Fix incorrect use of "it's" and "its", adjust wording | Pavel Roskin | 2016-06-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #394 from AkiraPenguin/devel | jsorg71 | 2016-08-05 | 1 | -0/+88 |
| |\ \ \ | |_|/ |/| | | Fix pc105-jp-Henkan key. | ||||
| | * | | Add files via upload | Akira Taniguchi | 2016-06-29 | 1 | -0/+88 |
| | |/ | |||||
| * / | X11rdp: xrandr change for multimon | Jay Sorg | 2016-07-13 | 1 | -0/+2 |
| |/ | |||||
| * | Typo fixes | Pavel Roskin | 2016-05-04 | 5 | -6/+6 |
| | | |||||
| * | X11rdp: Mesa link fix | Jay Sorg | 2016-04-21 | 1 | -0/+7 |
| | | |||||
| * | multimon fix | Jay Sorg | 2016-04-20 | 1 | -4/+0 |
| | | |||||
| * | X11rdp: merge multimon from Xorg driver | Jay Sorg | 2016-04-19 | 3 | -7/+197 |
| | | |||||
| * | Fix typos | Pavel Roskin | 2016-02-13 | 10 | -31/+31 |
| | | |||||
