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
...
*
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
*
|
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
8
-10
/
+46
*
|
Merge pull request #410 from metalefty/fix-utf8-clipboard
metalefty
2016-08-23
1
-1
/
+15
|
\
\
|
*
|
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
3
-5
/
+3
*
|
add region intersect
Jay Sorg
2016-08-08
3
-2
/
+26
*
|
add more advances region support using pixman
Jay Sorg
2016-08-08
9
-251
/
+2755
*
|
Merge pull request #402 from metalefty/update-python
jsorg71
2016-08-08
1
-1
/
+1
|
\
\
|
*
|
X11rdp: update python 2.7 -> 2.7.11
Koichiro IWAO
2016-07-20
1
-1
/
+1
*
|
|
Merge pull request #384 from CarstenGrohmann/improve_cert_log_messages
jsorg71
2016-08-05
1
-6
/
+25
|
\
\
\
|
*
|
|
Improve certificate log messages
Carsten Grohmann
2016-06-11
1
-6
/
+25
*
|
|
|
Merge pull request #390 from proski/june21
jsorg71
2016-08-05
82
-589
/
+690
|
\
\
\
\
|
*
|
|
|
Declare unified module interface and use it in modules
Pavel Roskin
2016-07-08
6
-21
/
+39
|
*
|
|
|
Use enum logLevels consistently for log levels
Pavel Roskin
2016-07-08
3
-8
/
+8
|
*
|
|
|
Use char* for TLS send and receive
Pavel Roskin
2016-07-08
2
-6
/
+6
|
*
|
|
|
Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeue
Pavel Roskin
2016-07-08
2
-4
/
+4
|
*
|
|
|
Use correct types for ssl and ctx fields in struct ssl_tls
Pavel Roskin
2016-07-08
1
-2
/
+2
|
*
|
|
|
Cast the result of g_shmat() to the destination type
Pavel Roskin
2016-07-08
1
-2
/
+2
|
*
|
|
|
Cast fifo_remove_item() to XRDP_ENC_DATA* or XRDP_ENC_DATA_DONE* as needed
Pavel Roskin
2016-07-08
1
-2
/
+2
|
*
|
|
|
Use cast when applying boolean OR to enum
Pavel Roskin
2016-07-08
1
-1
/
+3
|
*
|
|
|
Fix signed to unsigned comparisons reported by g++ 6.1.0
Pavel Roskin
2016-07-08
9
-16
/
+18
|
*
|
|
|
Use g_new or g_new0 when C++ compiler would complain about implicit cast
Pavel Roskin
2016-07-08
18
-27
/
+31
|
*
|
|
|
Introduce glib style macros for allocating memory with type
Pavel Roskin
2016-07-08
1
-0
/
+7
|
*
|
|
|
Don't include X11/Xlib.h for XPoint, define a replacement
Pavel Roskin
2016-07-08
1
-2
/
+3
|
*
|
|
|
Cast appdata_ptr explicitly, needed for C++ compatibility
Pavel Roskin
2016-07-08
1
-2
/
+2
|
*
|
|
|
Mark g_drdynvc_chan_id as extern in g_drdynvc_chan_id, it's in chansrv.c
Pavel Roskin
2016-07-08
1
-1
/
+1
|
*
|
|
|
Use const unsigned for hex arrays
Pavel Roskin
2016-07-08
5
-11
/
+13
|
*
|
|
|
Fix warnings detected by -Wwrite-strings
Pavel Roskin
2016-07-08
33
-75
/
+82
|
*
|
|
|
Use -Wwrite-strings compiler flag if supported, add required macros
Pavel Roskin
2016-07-08
3
-0
/
+142
[prev]
[next]