| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't attempt to intercept SIGKILL, it doesn't work on any OS | Jay Sorg | 2016-03-14 | 1 | -1/+0 |
* | Merge pull request #326 from metalefty/pulseaudio-6.0 | jsorg71 | 2016-02-23 | 2 | -1/+10 |
|\ |
|
| * | pulse: fix build pulseaudio 6.0 or higher | Koichiro IWAO | 2016-02-18 | 2 | -1/+10 |
* | | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -25/+23 |
|/ |
|
* | Fix typos | Pavel Roskin | 2016-02-13 | 9 | -25/+25 |
* | Use lowercase program names for syslog | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
* | Don't ignore files known to git | Pavel Roskin | 2016-02-12 | 2 | -0/+2 |
* | Add missing spaces in the strings that are split for line wrapping | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |