Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Use <> for system includes, move system includes above local ones | Pavel Roskin | 2017-01-04 | 3 | -4/+5 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #611 from volth/support-enable-xrdpdebug=yes-2 | jsorg71 | 2017-01-05 | 17 | -18/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | fix build with --enable-xrdpdebug=yes | |||||
| * | | | | | | | | | | | | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 14 | -27/+2 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 12 | -8/+56 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #607 from proski/pkgconfig | jsorg71 | 2017-01-05 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exit with error message if pkg-config is not found | |||||
| * | | | | | | | | | | | | | Exit with error message if pkg-config is not found | Pavel Roskin | 2017-01-04 | 1 | -0/+4 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_PROG_PKG_CONFIG does not exit if it fails to find pkg-config. Continuing without pkg-config leads to misleading error messages when checks for packages fail. | |||||
* | | | | | | | | | | | | | Merge pull request #610 from proski/gitignore | jsorg71 | 2017-01-05 | 2 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | Ignore untracked files in submodules, ignore X11rdp | |||||
| * | | | | | | | | | | | | Don't consider submodules dirty if they contain untracked files | Pavel Roskin | 2017-01-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Ignore X11rdp executable | Pavel Roskin | 2017-01-04 | 1 | -0/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #596 from speidy/rfx_frameacks | jsorg71 | 2017-01-04 | 2 | -18/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | RFX: fix frame acks handling | |||||
| * | | | | | | | | | | | xrdp: add some logging, remove unused var | speidy | 2016-12-29 | 2 | -2/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | xrdp: fix for codec frame acks handling. | speidy | 2016-12-29 | 1 | -16/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can handle zero unacked frames now. This should make RemoteFX usable with Parallels Client. they always wan't zero unacked frames on the wire. | |||||
| * | | | | | | | | | | | libxrdp: frame acks, make sure max unacked frames value is valid. | speidy | 2016-12-29 | 1 | -0/+4 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #606 from proski/xfixes-msg | Itamar Reis Peixoto | 2016-12-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | When Xfixes.h is checked, the user should have libX11 already | |||||
| * | | | | | | | | | | | | When Xfixes.h is checked, the user should have libX11 already | Pavel Roskin | 2016-12-31 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No need to confuse the user by asking to install libX11 headers. | |||||
* | | | | | | | | | | | | Merge pull request #587 from proski/submodules | jsorg71 | 2016-12-29 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | bootstrap: checkout submodules if they are missing | |||||
| * | | | | | | | | | | | bootstrap: checkout submodules if they are missing | Pavel Roskin | 2016-12-28 | 1 | -0/+10 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #588 from speidy/openssl_ca | Idan Freiberg | 2016-12-29 | 1 | -0/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | keygen: add CA extensions to self-signed certificates | |||||
| * | | | | | | | | | | | keygen: openssl.conf cleanup | speidy | 2016-12-26 | 1 | -19/+14 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | keygen: add CA extensions to self-signed certificates | speidy | 2016-12-24 | 1 | -0/+37 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | libxrdp: fix Fast-Path Synchronize Update message | speidy | 2016-12-27 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #583 from proski/man-subst | Itamar Reis Peixoto | 2016-12-24 | 14 | -58/+54 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Substitute variables in manual pages | |||||
| * | | | | | | | | | | Substitute directories in manual pages | Pavel Roskin | 2016-12-24 | 7 | -20/+20 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Substitute variables in manual pages | Pavel Roskin | 2016-12-24 | 13 | -24/+34 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove man page for xrdp-xcon, as xrdp-xcon not installed | Pavel Roskin | 2016-12-24 | 1 | -14/+0 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tools that are not installed can be documented by text files in other formats. There is nothing useful in the xrdp-xcon manual page that would need to be preserved. | |||||
* | | | | | | | | | | libxrdp: add XRDP_RFXCODEC to Makefile.am | speidy | 2016-12-22 | 1 | -0/+4 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #570 from speidy/readme | Idan Freiberg | 2016-12-22 | 3 | -37/+128 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add README.md | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'devel' into readme | Idan Freiberg | 2016-12-22 | 2 | -0/+26 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #571 from speidy/NEWS | Idan Freiberg | 2016-12-22 | 2 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add NEWS.md | |||||
| * | | | | | | | | | | | Add NEWS.md | speidy | 2016-12-21 | 2 | -0/+26 | |
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NEWS.md to EXTRA_DIST | |||||
| * | | | | | | | | | | Changes in README.md | speidy | 2016-12-22 | 1 | -3/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add README.md | speidy | 2016-12-21 | 3 | -37/+127 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #568 from proski/v091 | Itamar Reis Peixoto | 2016-12-20 | 15 | -15/+15 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Update version to 0.9.1 | |||||
| * | | | | | | | | | | Update version to 0.9.1 | Pavel Roskin | 2016-12-20 | 15 | -15/+15 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #567 from proski/no-nasm | Itamar Reis Peixoto | 2016-12-20 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Don't fail without working nasm if rfxcodec is not enabled | |||||
| * | | | | | | | | | | | Don't fail without working nasm if rfxcodec is not enabled | Pavel Roskin | 2016-12-20 | 1 | -0/+6 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #566 from proski/painter | Itamar Reis Peixoto | 2016-12-20 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Compile libpainter only if enabled, fix path to libpainter.a | |||||
| * | | | | | | | | | | Compile libpainter only if enabled, fix path to libpainter.a | Pavel Roskin | 2016-12-20 | 2 | -2/+8 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When subpackages are compiled outside the build tree, the build artifacts are placed under top_builddir. | |||||
* | | | | | | | | | | Merge pull request #564 from proski/pkgconfdir | Idan Freiberg | 2016-12-20 | 2 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Update submodules to their v0.1.0 tags | |||||
| * | | | | | | | | | | Update submodules to their v0.1.0 tags | Pavel Roskin | 2016-12-20 | 2 | -0/+0 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #565 from proski/sesadmin | metalefty | 2016-12-20 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | xrdp-sesman: fix help text to match the manual and the actual behavior | |||||
| * | | | | | | | | | | Fix help text to match the manual and the actual behavior | Pavel Roskin | 2016-12-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The help text mentions "LIST" and "KILL" commands, but the manual says "list" and "kill", and the command line parser expects the later. | |||||
* | | | | | | | | | | | Merge pull request #550 from jsorg71/bitmap_update | metalefty | 2016-12-20 | 2 | -29/+130 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fixes for bitmap update | |||||
| * | | | | | | | | | | | some code cleanup | Jay Sorg | 2016-12-15 | 1 | -20/+11 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | CI: correct pixman package name | Koichiro IWAO | 2016-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | code cleanup, add some comments | Jay Sorg | 2016-12-15 | 1 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fixes for bitmap update | Jay Sorg | 2016-12-15 | 2 | -29/+139 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #553 from jsorg71/libpainter | metalefty | 2016-12-20 | 9 | -45/+641 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | add libpainter for drawing when client does not have minimum orders | |||||
| * | | | | | | | | | | | CI: correct pixman package name | Koichiro IWAO | 2016-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | add libpainter for drawing when client does not have minimum orders | Jay Sorg | 2016-12-15 | 9 | -45/+641 | |
| |/ / / / / / / / / / |