summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | buildx.sh: simplify counting linesKoichiro IWAO2016-10-211-1/+1
* | | | | | | | | | | Merge pull request #450 from proski/memleakmetalefty2016-10-249-21/+34
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix memory leak in xrdp-sesman on config reloadPavel Roskin2016-10-213-0/+22
| * | | | | | | | | | Memory leak fix: keep X server path in the parameter listPavel Roskin2016-10-211-6/+3
| * | | | | | | | | | Call auth_end() exactly once in scp_v0_process()Pavel Roskin2016-10-211-5/+1
| * | | | | | | | | | Fix memory leak: free session dataPavel Roskin2016-10-214-10/+8
* | | | | | | | | | | Merge pull request #453 from itamarjp/develmetalefty2016-10-243-0/+784
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | add km-040a.ini keyboardItamar Reis Peixoto2016-10-212-0/+660
| * | | | | | | | | | add keymap-names.txtItamar Reis Peixoto2016-10-211-0/+124
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #445 from proski/noextraItamar Reis Peixoto2016-10-217-124/+68
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Get rid of EXTRA_LIBS, use variables with more specific namesPavel Roskin2016-10-205-27/+17
| * | | | | | | | | Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGSPavel Roskin2016-10-205-20/+4
| * | | | | | | | | Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin2016-10-207-80/+50
|/ / / / / / / / /
* | | | | | | | | Update file-loc.txtKoichiro IWAO2016-10-201-10/+27
* | | | | | | | | Merge pull request #444 from proski/trivialmetalefty2016-10-2032-123/+89
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use const pointers in function arguments when possiblePavel Roskin2016-10-1718-34/+36
| * | | | | | | | | Remove text2bool() from log.h, there is no such functionPavel Roskin2016-10-171-10/+0
| * | | | | | | | | Leave only one "autorun" in xrdp.ini, improve commentPavel Roskin2016-10-171-2/+3
| * | | | | | | | | Fix wrong comments in sesman config printing codePavel Roskin2016-10-171-4/+4
| * | | | | | | | | Fix incorrect description of auth_userpass() return valuePavel Roskin2016-10-171-1/+1
| * | | | | | | | | Don't use final newline in log calls, it's already appendedPavel Roskin2016-10-176-19/+19
| * | | | | | | | | Log malloc errors with LOG_LEVEL_ERRORPavel Roskin2016-10-172-2/+2
| * | | | | | | | | Don't use term "missing" when using default files, it's too alarmingPavel Roskin2016-10-171-7/+6
| * | | | | | | | | Merge prog_std.txt into coding_style.mdPavel Roskin2016-10-174-44/+18
|/ / / / / / / / /
* | | | | | | | | Merge pull request #434 from proski/buildxmetalefty2016-10-174-39/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move libXdmcp above libxcb, libxcb can use itPavel Roskin2016-10-091-1/+1
| * | | | | | | | | Add *.a to top .gitignore, add xorg/X11R7.6/.gitignorePavel Roskin2016-10-092-0/+4
| * | | | | | | | | buildx.sh: force forward patch, don't ask whether to revertPavel Roskin2016-10-091-1/+1
| * | | | | | | | | buildx.sh: remove special case for python, it's not built anymorePavel Roskin2016-10-081-8/+0
| * | | | | | | | | Change compilation order to resolve dependenciesPavel Roskin2016-10-081-7/+7
| * | | | | | | | | buildx.sh: utilize all available CPUs when compilingPavel Roskin2016-10-081-1/+5
| * | | | | | | | | buildx.sh: "clean" is a constant string, not a semantic variablePavel Roskin2016-10-081-1/+1
| * | | | | | | | | buildx.sh: use "mkdir -p" to create $PREFIX_DIR, don't retryPavel Roskin2016-10-081-20/+11
* | | | | | | | | | xrdp: librfxcodc link fixKoichiro IWAO2016-10-131-1/+1
* | | | | | | | | | Merge pull request #435 from metalefty/update-submodulesjsorg712016-10-122-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | librfxcodec=845ee8cKoichiro IWAO2016-10-091-0/+0
| * | | | | | | | | xorgxrdp=822e3b8Koichiro IWAO2016-10-091-0/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #431 from metalefty/remove-python-from-x11rdpmetalefty2016-10-061-1/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | X11rdp: remove python as it isn't really needed these daysKoichiro IWAO2016-10-051-1/+0
|/ / / / / / / / /
* | | | | | | | | remove a debug messageJay Sorg2016-10-031-1/+0
* | | | | | | | | xrdp: handle 3 byte PDUJay Sorg2016-10-031-5/+43
* | | | | | | | | Merge pull request #411 from proski/socket_closemetalefty2016-09-2010-114/+176
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix outgoing connections on Mac OSXPavel Roskin2016-09-081-1/+17
| * | | | | | | | | Add socklen_t check with substitution, use socklen_t as neededPavel Roskin2016-09-085-93/+80
| * | | | | | | | | Improve message about listening socket is a wrong statePavel Roskin2016-09-081-2/+2
| * | | | | | | | | Don't close socket in scp_process_start(), the caller closes itPavel Roskin2016-09-081-1/+0
| * | | | | | | | | g_term_event is a wait object, not TCP socket, delete it correctlyPavel Roskin2016-09-081-1/+1
| * | | | | | | | | sesrun: remove unused g_sck and write-only g_pidPavel Roskin2016-09-081-4/+0
| * | | | | | | | | sesman: don't close listening socket in signal handlerPavel Roskin2016-09-081-2/+0
| * | | | | | | | | Improve debug information when closing a socketPavel Roskin2016-09-081-10/+76