summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
Commit message (Expand)AuthorAgeFilesLines
* Constify string arguments in xrdp-chansrv sourcesPavel Roskin2017-01-226-28/+30
* Fix calling XChangeProperty in clipboard provideSzabolcs Seláf2017-01-171-1/+1
* Don't log device_data_len in the code where it may be uninitializedPavel Roskin2017-01-111-3/+2
* Remove send_channel_data() from devredir.h, it's declared in chansrv.hPavel Roskin2017-01-112-2/+1
* rail: remove unneeded call to XGetWindowAttributes()Pavel Roskin2017-01-061-3/+0
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-058-19/+19
* fix build with --enable-xrdpdebug=yesvolth2017-01-041-2/+0
* fix build with --enable-xrdpdebug=yesvolth2017-01-041-0/+6
* Distribute all files except git and github specific dataPavel Roskin2016-12-181-0/+6
* Fix C++ errors and warnings in FUSE codePavel Roskin2016-11-261-29/+44
* Use fuse_ino_t for FUSE inodes, not tui32 or intPavel Roskin2016-11-261-27/+27
* Remove write-only FileId variablePavel Roskin2016-11-261-2/+0
* Cast pointer to uint64_t through tintptr to avoid warningsPavel Roskin2016-11-261-4/+4
* Use constant strings to fix warningsPavel Roskin2016-11-263-13/+15
* Call devredir_cvt_slash() on the path copy, it changes the argumentPavel Roskin2016-11-261-5/+6
* Disable or remove dead code to prevent it from throwing warningsPavel Roskin2016-11-261-11/+12
* Include needed files in chansrv_fuse.c, remove duplicate declarationsPavel Roskin2016-11-262-18/+10
* Fix misuse of NULL for arithmetic typePavel Roskin2016-11-261-1/+1
* Use FUSE_CFLAGS and FUSE_LIBS from pkg-configPavel Roskin2016-11-262-4/+3
* Fix format warnings if FUSE is enabledPavel Roskin2016-11-211-74/+75
* chansrv: some fixes to log file pathJay Sorg2016-11-191-34/+32
* Merge pull request #485 from proski/code-standardsmetalefty2016-11-162-8/+8
|\
| * Fix compilation with C++Pavel Roskin2016-11-151-2/+2
| * Remove all tabs in sourcesPavel Roskin2016-11-152-6/+6
* | Fix potential buffer overflow in strncat() invocationPavel Roskin2016-11-151-1/+1
|/
* chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdpKoichiro IWAO2016-10-251-0/+40
* Get rid of EXTRA_LIBS, use variables with more specific namesPavel Roskin2016-10-201-6/+6
* Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGSPavel Roskin2016-10-201-3/+1
* Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin2016-10-201-14/+10
* Don't use final newline in log calls, it's already appendedPavel Roskin2016-10-172-5/+5
* chansrv: pathname also should be URL decodedKoichiro IWAO2016-08-301-0/+1
* Merge pull request #390 from proski/june21jsorg712016-08-0511-38/+45
|\
| * Use enum logLevels consistently for log levelsPavel Roskin2016-07-081-5/+5
| * Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeuePavel Roskin2016-07-082-4/+4
| * Fix signed to unsigned comparisons reported by g++ 6.1.0Pavel Roskin2016-07-086-11/+13
| * Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-086-9/+13
| * Mark g_drdynvc_chan_id as extern in g_drdynvc_chan_id, it's in chansrv.cPavel Roskin2016-07-081-1/+1
| * Use const unsigned for hex arraysPavel Roskin2016-07-082-3/+3
| * Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-082-2/+3
| * Fix format warnings in log_message() callsPavel Roskin2016-06-212-3/+3
* | chansrv: avoid chansrv SEGV when xinode is NULLKentaro Hayashi2016-07-212-1/+10
* | chansrv: added mp3 compression from SpeidyJay Sorg2016-07-133-34/+657
|/
* Remove unused variable in devredir_cvt_from_unicode_len()Pavel Roskin2016-05-061-2/+1
* Remove unused variables from dev_redir_proc_query_dir_response()Pavel Roskin2016-05-061-15/+5
* Check XGetWindowProperty() return code in clipboard_event_property_notify()Pavel Roskin2016-05-061-0/+10
* Use better symbols to protect include filesPavel Roskin2016-05-052-4/+4
* Typo fixesPavel Roskin2016-05-042-2/+2
* Fix warnings for unused variables read from byte streamsPavel Roskin2016-04-233-8/+6
* Fix warnings about unused variables and functionsPavel Roskin2016-04-214-2/+8
* Fix more format warningsPavel Roskin2016-04-214-35/+35