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
/
sesman
/
chansrv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify string arguments in xrdp-chansrv sources
Pavel Roskin
2017-01-22
6
-28
/
+30
*
Fix calling XChangeProperty in clipboard provide
Szabolcs Seláf
2017-01-17
1
-1
/
+1
*
Don't log device_data_len in the code where it may be uninitialized
Pavel Roskin
2017-01-11
1
-3
/
+2
*
Remove send_channel_data() from devredir.h, it's declared in chansrv.h
Pavel Roskin
2017-01-11
2
-2
/
+1
*
rail: remove unneeded call to XGetWindowAttributes()
Pavel Roskin
2017-01-06
1
-3
/
+0
*
Use "void" for empty argument list in declarations
Pavel Roskin
2017-01-05
8
-19
/
+19
*
fix build with --enable-xrdpdebug=yes
volth
2017-01-04
1
-2
/
+0
*
fix build with --enable-xrdpdebug=yes
volth
2017-01-04
1
-0
/
+6
*
Distribute all files except git and github specific data
Pavel Roskin
2016-12-18
1
-0
/
+6
*
Fix C++ errors and warnings in FUSE code
Pavel Roskin
2016-11-26
1
-29
/
+44
*
Use fuse_ino_t for FUSE inodes, not tui32 or int
Pavel Roskin
2016-11-26
1
-27
/
+27
*
Remove write-only FileId variable
Pavel Roskin
2016-11-26
1
-2
/
+0
*
Cast pointer to uint64_t through tintptr to avoid warnings
Pavel Roskin
2016-11-26
1
-4
/
+4
*
Use constant strings to fix warnings
Pavel Roskin
2016-11-26
3
-13
/
+15
*
Call devredir_cvt_slash() on the path copy, it changes the argument
Pavel Roskin
2016-11-26
1
-5
/
+6
*
Disable or remove dead code to prevent it from throwing warnings
Pavel Roskin
2016-11-26
1
-11
/
+12
*
Include needed files in chansrv_fuse.c, remove duplicate declarations
Pavel Roskin
2016-11-26
2
-18
/
+10
*
Fix misuse of NULL for arithmetic type
Pavel Roskin
2016-11-26
1
-1
/
+1
*
Use FUSE_CFLAGS and FUSE_LIBS from pkg-config
Pavel Roskin
2016-11-26
2
-4
/
+3
*
Fix format warnings if FUSE is enabled
Pavel Roskin
2016-11-21
1
-74
/
+75
*
chansrv: some fixes to log file path
Jay Sorg
2016-11-19
1
-34
/
+32
*
Merge pull request #485 from proski/code-standards
metalefty
2016-11-16
2
-8
/
+8
|
\
|
*
Fix compilation with C++
Pavel Roskin
2016-11-15
1
-2
/
+2
|
*
Remove all tabs in sources
Pavel Roskin
2016-11-15
2
-6
/
+6
*
|
Fix potential buffer overflow in strncat() invocation
Pavel Roskin
2016-11-15
1
-1
/
+1
|
/
*
chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdp
Koichiro IWAO
2016-10-25
1
-0
/
+40
*
Get rid of EXTRA_LIBS, use variables with more specific names
Pavel Roskin
2016-10-20
1
-6
/
+6
*
Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS
Pavel Roskin
2016-10-20
1
-3
/
+1
*
Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS
Pavel Roskin
2016-10-20
1
-14
/
+10
*
Don't use final newline in log calls, it's already appended
Pavel Roskin
2016-10-17
2
-5
/
+5
*
chansrv: pathname also should be URL decoded
Koichiro IWAO
2016-08-30
1
-0
/
+1
*
Merge pull request #390 from proski/june21
jsorg71
2016-08-05
11
-38
/
+45
|
\
|
*
Use enum logLevels consistently for log levels
Pavel Roskin
2016-07-08
1
-5
/
+5
|
*
Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeue
Pavel Roskin
2016-07-08
2
-4
/
+4
|
*
Fix signed to unsigned comparisons reported by g++ 6.1.0
Pavel Roskin
2016-07-08
6
-11
/
+13
|
*
Use g_new or g_new0 when C++ compiler would complain about implicit cast
Pavel Roskin
2016-07-08
6
-9
/
+13
|
*
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
2
-3
/
+3
|
*
Fix warnings detected by -Wwrite-strings
Pavel Roskin
2016-07-08
2
-2
/
+3
|
*
Fix format warnings in log_message() calls
Pavel Roskin
2016-06-21
2
-3
/
+3
*
|
chansrv: avoid chansrv SEGV when xinode is NULL
Kentaro Hayashi
2016-07-21
2
-1
/
+10
*
|
chansrv: added mp3 compression from Speidy
Jay Sorg
2016-07-13
3
-34
/
+657
|
/
*
Remove unused variable in devredir_cvt_from_unicode_len()
Pavel Roskin
2016-05-06
1
-2
/
+1
*
Remove unused variables from dev_redir_proc_query_dir_response()
Pavel Roskin
2016-05-06
1
-15
/
+5
*
Check XGetWindowProperty() return code in clipboard_event_property_notify()
Pavel Roskin
2016-05-06
1
-0
/
+10
*
Use better symbols to protect include files
Pavel Roskin
2016-05-05
2
-4
/
+4
*
Typo fixes
Pavel Roskin
2016-05-04
2
-2
/
+2
*
Fix warnings for unused variables read from byte streams
Pavel Roskin
2016-04-23
3
-8
/
+6
*
Fix warnings about unused variables and functions
Pavel Roskin
2016-04-21
4
-2
/
+8
*
Fix more format warnings
Pavel Roskin
2016-04-21
4
-35
/
+35
[next]