| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS | Pavel Roskin | 2016-10-20 | 5 | -20/+4 |
* | Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS | Pavel Roskin | 2016-10-20 | 7 | -80/+50 |
* | Update file-loc.txt | Koichiro IWAO | 2016-10-20 | 1 | -10/+27 |
* | Merge pull request #444 from proski/trivial | metalefty | 2016-10-20 | 32 | -123/+89 |
|\ |
|
| * | Use const pointers in function arguments when possible | Pavel Roskin | 2016-10-17 | 18 | -34/+36 |
| * | Remove text2bool() from log.h, there is no such function | Pavel Roskin | 2016-10-17 | 1 | -10/+0 |
| * | Leave only one "autorun" in xrdp.ini, improve comment | Pavel Roskin | 2016-10-17 | 1 | -2/+3 |
| * | Fix wrong comments in sesman config printing code | Pavel Roskin | 2016-10-17 | 1 | -4/+4 |
| * | Fix incorrect description of auth_userpass() return value | Pavel Roskin | 2016-10-17 | 1 | -1/+1 |
| * | Don't use final newline in log calls, it's already appended | Pavel Roskin | 2016-10-17 | 6 | -19/+19 |
| * | Log malloc errors with LOG_LEVEL_ERROR | Pavel Roskin | 2016-10-17 | 2 | -2/+2 |
| * | Don't use term "missing" when using default files, it's too alarming | Pavel Roskin | 2016-10-17 | 1 | -7/+6 |
| * | Merge prog_std.txt into coding_style.md | Pavel Roskin | 2016-10-17 | 4 | -44/+18 |
|/ |
|
* | Merge pull request #434 from proski/buildx | metalefty | 2016-10-17 | 4 | -39/+30 |
|\ |
|
| * | 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 | 2 | -0/+4 |
| * | 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 |
| * | 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 |
* | | xrdp: librfxcodc link fix | Koichiro IWAO | 2016-10-13 | 1 | -1/+1 |
* | | Merge pull request #435 from metalefty/update-submodules | jsorg71 | 2016-10-12 | 2 | -0/+0 |
|\ \
| |/
|/| |
|
| * | librfxcodec=845ee8c | Koichiro IWAO | 2016-10-09 | 1 | -0/+0 |
| * | xorgxrdp=822e3b8 | Koichiro IWAO | 2016-10-09 | 1 | -0/+0 |
|/ |
|
* | Merge pull request #431 from metalefty/remove-python-from-x11rdp | metalefty | 2016-10-06 | 1 | -1/+0 |
|\ |
|
| * | X11rdp: remove python as it isn't really needed these days | Koichiro IWAO | 2016-10-05 | 1 | -1/+0 |
|/ |
|
* | remove a debug message | Jay Sorg | 2016-10-03 | 1 | -1/+0 |
* | xrdp: handle 3 byte PDU | Jay Sorg | 2016-10-03 | 1 | -5/+43 |
* | Merge pull request #411 from proski/socket_close | metalefty | 2016-09-20 | 10 | -114/+176 |
|\ |
|
| * | Fix outgoing connections on Mac OSX | Pavel Roskin | 2016-09-08 | 1 | -1/+17 |
| * | Add socklen_t check with substitution, use socklen_t as needed | Pavel Roskin | 2016-09-08 | 5 | -93/+80 |
| * | Improve message about listening socket is a wrong state | Pavel Roskin | 2016-09-08 | 1 | -2/+2 |
| * | Don't close socket in scp_process_start(), the caller closes it | Pavel Roskin | 2016-09-08 | 1 | -1/+0 |
| * | g_term_event is a wait object, not TCP socket, delete it correctly | Pavel Roskin | 2016-09-08 | 1 | -1/+1 |
| * | sesrun: remove unused g_sck and write-only g_pid | Pavel Roskin | 2016-09-08 | 1 | -4/+0 |
| * | sesman: don't close listening socket in signal handler | Pavel Roskin | 2016-09-08 | 1 | -2/+0 |
| * | Improve debug information when closing a socket | Pavel Roskin | 2016-09-08 | 1 | -10/+76 |
* | | Merge pull request #417 from metalefty/apply-keyboard-options | metalefty | 2016-09-09 | 2 | -3/+9 |
|\ \
| |/
|/| |
|
| * | libxrdp: cleanup log log in xrdp_load_keyboard_layout | Koichiro IWAO | 2016-09-06 | 1 | -1/+0 |
| * | libxrdp: log keyboard type/subtype | Koichiro IWAO | 2016-09-02 | 1 | -0/+3 |
| * | libxrdp: log keyboard options | Koichiro IWAO | 2016-09-02 | 1 | -2/+2 |
| * | x11rdp: apply keyboard options | Koichiro IWAO | 2016-09-02 | 1 | -0/+4 |
* | | Merge pull request #420 from proski/uk-keyboard | metalefty | 2016-09-09 | 3 | -0/+1060 |
|\ \
| |/
|/| |
|
| * | Add UK English keyboard and code to generate it | Pavel Roskin | 2016-09-05 | 3 | -0/+1060 |
|/ |
|
* | Merge pull request #415 from metalefty/pathname-should-be-url-decoded | metalefty | 2016-09-01 | 1 | -0/+1 |
|\ |
|
| * | chansrv: pathname also should be URL decoded | Koichiro IWAO | 2016-08-30 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #364 from laigor/devel | metalefty | 2016-08-30 | 1 | -0/+9 |
|\ |
|
| * | Allows use the xkb options that for example allows you to specify a key combi... | laigor | 2016-04-14 | 1 | -0/+9 |