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
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #553 from jsorg71/libpainter
metalefty
2016-12-20
2
-0
/
+36
|
\
|
*
add libpainter for drawing when client does not have minimum orders
Jay Sorg
2016-12-15
2
-0
/
+36
*
|
xrdp_constants: move CAPSET constants to their place
speidy
2016-12-13
1
-9
/
+12
*
|
libxrdp: more constants
speidy
2016-12-13
1
-0
/
+3
*
|
Merge branch 'surface_cmds' of git://github.com/speidy/xrdp into surface_cmds
speidy
2016-12-13
2
-1
/
+8
|
\
\
|
*
\
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmds
Speidy
2016-12-12
2
-1
/
+8
|
|
\
\
|
|
*
\
Merge pull request #536 from jsorg71/unicode
jsorg71
2016-12-11
1
-0
/
+7
|
|
|
\
\
|
|
|
*
|
change some magics to defines
Jay Sorg
2016-12-10
1
-0
/
+6
|
|
|
*
|
add unicode support
Jay Sorg
2016-12-10
1
-0
/
+1
|
|
|
|
/
|
|
*
|
Don't use colon to separate IPv6 address from the port
Pavel Roskin
2016-12-09
1
-1
/
+1
|
|
|
/
*
|
|
libxrdp: caps, group caps require fastpath output, use FASTPATH_OUTPUT_SUPPOR...
speidy
2016-12-13
1
-0
/
+3
|
/
/
*
|
o send RFX tiles as stream (Stream Surface Bits Command)
speidy
2016-12-08
1
-8
/
+12
|
/
*
vnc: code cleanup
Jay Sorg
2016-12-04
2
-0
/
+30
*
Merge pull request #512 from speidy/devel
metalefty
2016-12-02
2
-18
/
+22
|
\
|
*
xrdp_encoder: do not initialize for non-UNIX rdp clients
speidy
2016-11-29
2
-18
/
+22
*
|
Use pkg-config to discover OpenSSL
Pavel Roskin
2016-11-29
1
-2
/
+3
*
|
Add -ldl to libcommon link flags if it's needed for dlopen()
Pavel Roskin
2016-11-29
1
-1
/
+2
|
/
*
common: If IPv6 not supported, fall back to IPv4
Koichiro IWAO
2016-11-22
1
-0
/
+16
*
Merge pull request #460 from metalefty/ipv6/logs
Itamar Reis Peixoto
2016-11-20
1
-29
/
+104
|
\
|
*
common: Address family it not always AF_INET6
Koichiro IWAO
2016-11-04
1
-36
/
+84
|
*
common: Fix client IP address logging when IPv6 is enabled
Koichiro IWAO
2016-11-04
1
-25
/
+52
*
|
Use g_get_strerror() instead of strerror(errno) for portability
Pavel Roskin
2016-11-08
1
-2
/
+2
*
|
Install headers used by X11rdp and xorgxrdp
Pavel Roskin
2016-11-06
1
-3
/
+5
|
/
*
Use static inline functions for OpenSSL 1.0 backport
Pavel Roskin
2016-11-01
1
-15
/
+26
*
Add backwards compatibility to OpenSSL < 1.1.0.
Dominik George
2016-10-27
1
-0
/
+15
*
Fix ssl_calls for OpenSSL 1.1.0, closes #458.
Dominik George
2016-10-27
1
-31
/
+30
*
Use const pointers in function arguments when possible
Pavel Roskin
2016-10-17
6
-8
/
+8
*
Remove text2bool() from log.h, there is no such function
Pavel Roskin
2016-10-17
1
-10
/
+0
*
Don't use final newline in log calls, it's already appended
Pavel Roskin
2016-10-17
1
-4
/
+4
*
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
1
-63
/
+12
*
Improve debug information when closing a socket
Pavel Roskin
2016-09-08
1
-10
/
+76
*
always set SSL_OP_NO_SSLv2 in TLS options
Jay Sorg
2016-08-25
1
-4
/
+1
*
new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im...
Alex Illsley
2016-08-25
5
-9
/
+31
*
Fix clipboard when text/filename contains non-ASCII characters
Koichiro IWAO
2016-08-18
1
-1
/
+15
*
Include stdint.h, don't redefine MAX/MIN constants if already defined
Jay Sorg
2016-08-12
2
-5
/
+17
*
Pixman fixes
Jay Sorg
2016-08-11
2
-4
/
+2
*
add region intersect
Jay Sorg
2016-08-08
1
-0
/
+3
*
add more advances region support using pixman
Jay Sorg
2016-08-08
4
-1
/
+2699
*
Merge pull request #390 from proski/june21
jsorg71
2016-08-05
9
-53
/
+62
|
\
|
*
Declare unified module interface and use it in modules
Pavel Roskin
2016-07-08
1
-1
/
+10
|
*
Use enum logLevels consistently for log levels
Pavel Roskin
2016-07-08
1
-2
/
+2
|
*
Use char* for TLS send and receive
Pavel Roskin
2016-07-08
2
-6
/
+6
|
*
Use correct types for ssl and ctx fields in struct ssl_tls
Pavel Roskin
2016-07-08
1
-2
/
+2
|
*
Fix signed to unsigned comparisons reported by g++ 6.1.0
Pavel Roskin
2016-07-08
1
-1
/
+1
|
*
Use g_new or g_new0 when C++ compiler would complain about implicit cast
Pavel Roskin
2016-07-08
2
-2
/
+2
|
*
Introduce glib style macros for allocating memory with type
Pavel Roskin
2016-07-08
1
-0
/
+7
|
*
Fix warnings detected by -Wwrite-strings
Pavel Roskin
2016-07-08
4
-11
/
+11
|
*
Make program_name constant, don't duplicate or free it
Pavel Roskin
2016-07-08
2
-9
/
+3
|
*
Fix format warnings in log_message() calls
Pavel Roskin
2016-06-21
1
-6
/
+4
[next]