index
:
xrdp-proprietary
master
ulab-next
ulab-next-nosound
ulab-original
Donated space for related uLab project
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Use lowercase program names for syslog
Pavel Roskin
2016-02-13
4
-4
/
+4
|
|
/
|
*
Merge pull request #317 from proski/coding_style
Itamar Reis Peixoto
2016-02-13
3
-1
/
+197
|
|
\
|
|
*
Convert coding style from Open Document to Markdown
Pavel Roskin
2016-02-11
3
-1
/
+197
|
*
|
Merge pull request #319 from proski/misc
Itamar Reis Peixoto
2016-02-13
28
-78
/
+86
|
|
\
\
|
|
*
|
Stop redefining libdir, use moduledir for ${libdir}/xrdp
Pavel Roskin
2016-02-12
14
-15
/
+16
|
|
*
|
Don't ignore files known to git
Pavel Roskin
2016-02-12
6
-11
/
+17
|
|
*
|
Fix sloppy formatting in instfiles/Makefile.am
Pavel Roskin
2016-02-12
1
-14
/
+14
|
|
*
|
Automake 1.7.2 is the oldest version working with xrdp
Pavel Roskin
2016-02-12
1
-1
/
+1
|
|
*
|
Use silent rules by default if supported by Automake
Pavel Roskin
2016-02-12
1
-0
/
+3
|
|
*
|
Add missing spaces in the strings that are split for line wrapping
Pavel Roskin
2016-02-12
6
-8
/
+8
|
|
*
|
xcon: include unistd.h, it's needed for select() on MacOS
Pavel Roskin
2016-02-12
1
-0
/
+1
|
|
*
|
startwm.sh: make sure sourced scripts are readable
Pavel Roskin
2016-02-12
1
-29
/
+26
|
|
/
/
*
|
|
common: fix for key generated smaller than asked for
Jay Sorg
2016-02-22
1
-12
/
+20
|
/
/
*
|
sesman: add missing break
Jay Sorg
2016-02-11
1
-1
/
+1
|
/
*
remove duplicated call to scp_session_set_bpp
Itamar Reis Peixoto
2016-02-11
1
-1
/
+0
*
Merge pull request #316 from proski/32bpp
Itamar Reis Peixoto
2016-02-11
4
-7
/
+29
|
\
|
*
vnc: enable 32 bpp support for Xvnc, it actually works
Pavel Roskin
2016-02-10
1
-6
/
+12
|
*
Allow sessions with 32 bpp
Pavel Roskin
2016-02-10
1
-0
/
+1
|
*
Check return value of scp_session_set_bpp()
Pavel Roskin
2016-02-10
2
-1
/
+16
|
/
*
Merge pull request #315 from proski/autotools
Itamar Reis Peixoto
2016-02-10
1
-1
/
+1
|
\
|
*
Use AC_CONFIG_MACRO_DIR, not AC_CONFIG_MACRO_DIRS
Pavel Roskin
2016-02-10
1
-1
/
+1
|
/
*
common: updates for file.c
Jay Sorg
2016-02-09
1
-23
/
+32
*
Merge pull request #273 from gschwind/devel
jsorg71
2016-02-08
1
-75
/
+48
|
\
|
*
fix wrong handle of commented section in configuration file.
Benoit Gschwind
2015-08-19
1
-75
/
+48
*
|
Merge pull request #310 from noldor/devel
Itamar Reis Peixoto
2016-02-08
4
-64
/
+64
|
\
\
|
*
|
update japanese keyboard "Henkan_Mode" key and "Muhenkan" key
noldor
2016-01-30
4
-64
/
+64
*
|
|
Merge pull request #254 from metalefty/freebsd/ipv6
Itamar Reis Peixoto
2016-02-08
2
-8
/
+16
|
\
\
\
|
*
|
|
common: add --enable-ipv6only option
Koichiro IWAO
2015-07-02
2
-0
/
+13
|
*
|
|
common: drop ipv6 autodetection only valid for linux
Koichiro IWAO
2015-07-02
2
-8
/
+3
*
|
|
|
Merge pull request #309 from proski/devel
Itamar Reis Peixoto
2016-02-08
52
-138
/
+137
|
\
\
\
\
|
*
|
|
|
Don't capitalize "Error" and print the error value
Pavel Roskin
2016-02-07
1
-1
/
+2
|
*
|
|
|
Spell "return value", not "returnvalue"
Pavel Roskin
2016-02-07
1
-1
/
+1
|
*
|
|
|
Change an unconditional #warning to a comment
Pavel Roskin
2016-01-31
1
-2
/
+5
|
*
|
|
|
xcon: include sys/types.h for select() and related macros
Pavel Roskin
2016-01-31
1
-0
/
+1
|
*
|
|
|
rail: fix declaration of rail_desktop_resize()
Pavel Roskin
2016-01-31
1
-1
/
+1
|
*
|
|
|
Declare xrdp_mm_frame_ack() in xrdp.h, it's used in xrdp_wm.c
Pavel Roskin
2016-01-31
1
-0
/
+2
|
*
|
|
|
clipboard: undefine previously defined log level
Pavel Roskin
2016-01-30
1
-0
/
+2
|
*
|
|
|
More spelling fixes found by codespell and aspell
Pavel Roskin
2016-01-30
10
-17
/
+17
|
*
|
|
|
Replace "charactor" with "character" everywhere
Pavel Roskin
2016-01-30
12
-27
/
+27
|
*
|
|
|
xrdpapi: fix MacOS compilation - use SO_NOSIGPIPE instead of MSG_NOSIGNAL
Pavel Roskin
2016-01-30
1
-0
/
+13
|
*
|
|
|
Use standard autotools means to detect X11
Pavel Roskin
2016-01-30
4
-9
/
+28
|
*
|
|
|
clipboard_file: include sys/time.h for struct timeval, needed on Mac OS X
Pavel Roskin
2016-01-30
1
-0
/
+1
|
*
|
|
|
Disable systemd support for "make distcheck"
Pavel Roskin
2016-01-29
1
-0
/
+1
|
*
|
|
|
Don't touch any files in bootstrap
Pavel Roskin
2016-01-29
1
-5
/
+0
|
*
|
|
|
Create the m4 directory for Autoconf macro files
Pavel Roskin
2016-01-29
3
-0
/
+4
|
*
|
|
|
Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
Pavel Roskin
2016-01-29
16
-61
/
+31
|
*
|
|
|
Don't use a symlink where #include would suffice
Pavel Roskin
2016-01-26
3
-2
/
+1
|
*
|
|
|
Remove GOT_PREFIX, it's a broken hack of limited utility
Pavel Roskin
2016-01-26
3
-12
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #314 from proski/locale
Itamar Reis Peixoto
2016-02-08
1
-1
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
sesman: don't set LANG, let initialization scripts take care of it
Pavel Roskin
2016-02-07
1
-1
/
+0
|
/
/
/
[prev]
[next]