Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | pulse: fix build pulseaudio 6.0 or higher | Koichiro IWAO | 2016-02-18 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Discovered in #321. The number of argument for pa_rtpoll_run have been changed since 6.0. >=6.0 : int pa_rtpoll_run(pa_rtpoll *f); <6.0 : int pa_rtpoll_run(pa_rtpoll *f, bool wait); Check pulseaudio version by PA_CHECK_VERSION macro introduced since pulseaudio 0.9.16. In case PA_CHECK_VERSION is not defined, pa_rtpoll_run takes 2 arguments. | ||||
* | | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -25/+23 |
|/ | | | | There should be no functional difference. | ||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 9 | -25/+25 |
| | |||||
* | Use lowercase program names for syslog | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | | | Other programs typically use the same case as their execulables. | ||||
* | Don't ignore files known to git | Pavel Roskin | 2016-02-12 | 2 | -0/+2 |
| | | | | | | | | | | | | | That can cause unexpected behavior, especially with third party tools. The ignored files will be lost if the source tree is re-imported to another git repository, unless special care is taken. Whitelist all non-generated makefiles. To whitelist instfiles/pam.d/xrdp-sesman, add path to all generated executables listed in the top-level .gitignore, sort .gitignore alphabetically. Add mkinstalldir, it's used by Automake on some systems. | ||||
* | Add missing spaces in the strings that are split for line wrapping | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
| | |||||
* | rail: fix declaration of rail_desktop_resize() | Pavel Roskin | 2016-01-31 | 1 | -1/+1 |
| | | | | Arguments without a type default to int. The caller passes a pointer to XEvent, so use that type. | ||||
* | clipboard: undefine previously defined log level | Pavel Roskin | 2016-01-30 | 1 | -0/+2 |
| | |||||
* | Use standard autotools means to detect X11 | Pavel Roskin | 2016-01-30 | 1 | -2/+4 |
| | | | | | | | | Use AC_PATH_XTRA to search for X11 in configure.ac. In Makefiles, add X_CFLAGS to AM_CFLAGS for the source compilation. Add X_LIBS to LDFLAGS. Add X_PRE_LIBS and X_EXTRA_LIBS to LDADD. With this patch, X Windows system is correctly detected on Mac OS X. | ||||
* | clipboard_file: include sys/time.h for struct timeval, needed on Mac OS X | Pavel Roskin | 2016-01-30 | 1 | -0/+1 |
| | |||||
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -4/+2 |
| | | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden. | ||||
* | Run through codespell | Pavel Roskin | 2016-01-14 | 4 | -6/+6 |
| | |||||
* | chansrv: fix some warnings | Jay Sorg | 2015-12-29 | 1 | -7/+7 |
| | |||||
* | chansrv: fix a crash in fuse | Jay Sorg | 2015-12-26 | 1 | -0/+5 |
| | |||||
* | add more missing files into extra_dist | itamarjp | 2015-07-14 | 1 | -1/+2 |
| | |||||
* | add missing files into extra_dist, | itamarjp | 2015-07-14 | 1 | -1/+4 |
| | | | | this is required when using make dist to generate a tarball | ||||
* | add timeout to trans_get_wait_objs_rw | Jay Sorg | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | fuse: use EIO instead of EREMOTEIO for BSDs | Koichiro IWAO | 2015-03-18 | 1 | -0/+4 |
| | | | | FreeBSD/OpenBSD/NetBSD and OS X don't have errno EREMOTEIO. | ||||
* | Merge pull request #225 from metalefty/chansrv-explicit-include | jsorg71 | 2015-03-15 | 1 | -0/+1 |
|\ | | | | | chansrv: explicit include in chansrv_fuse.c | ||||
| * | chansrv: explicit include in chansrv_fuse.c | Koichiro IWAO | 2015-03-13 | 1 | -0/+1 |
| | | | | | | | | | | | | chansrv_fuse.c includes chansrv_fuse.h even if XRDP_FUSE is not defined. However, time_t is used in chansrv_fuse.h. This causes build failure on FreeBSD. | ||||
* | | clipboard file paste, don't add new line to last line | Jay Sorg | 2015-03-13 | 1 | -3/+9 |
|/ | |||||
* | Merge pull request #212 from robertalks/devel | jsorg71 | 2015-03-12 | 1 | -1/+3 |
|\ | | | | | fix possible segfault in chansrv if DISPLAY is not set | ||||
| * | fix possible segfault in chansrv if DISPLAY is not set | Robert Milasan | 2015-01-20 | 1 | -1/+3 |
| | | |||||
* | | minor change in opus encoding | Jay Sorg | 2015-01-27 | 1 | -13/+20 |
|/ | |||||
* | chansrv: reset opus support on init | Jay Sorg | 2015-01-10 | 1 | -0/+3 |
| | |||||
* | chansrv: added opus audio compression for playback | Jay Sorg | 2015-01-09 | 2 | -9/+127 |
| | |||||
* | chansrv: change to 44100 recording, disconnect / reconnect fixes | Jay Sorg | 2014-11-26 | 2 | -16/+52 |
| | |||||
* | chansrv: fix for segfault issue in chansrv_common | speidy | 2014-11-21 | 2 | -0/+2 |
| | |||||
* | chansrv: some recording fixes | Jay Sorg | 2014-11-02 | 1 | -10/+30 |
| | |||||
* | pulse: fix for recording delay | Jay Sorg | 2014-11-02 | 1 | -6/+32 |
| | |||||
* | restart listener when corresponding sound source/sink connections are closed | Laxmikant Rashinkar | 2014-10-18 | 1 | -33/+48 |
| | |||||
* | sound redirection: handle fragmented packets | Laxmikant Rashinkar | 2014-10-12 | 4 | -10/+128 |
| | |||||
* | when closing audio source, don't flush audio data if audio buffer is empty | Laxmikant Rashinkar | 2014-10-06 | 1 | -3/+6 |
| | |||||
* | chansrv: check for nil | Jay Sorg | 2014-08-13 | 1 | -8/+13 |
| | |||||
* | chansrv: allow multiple xrdpapi connections | Jay Sorg | 2014-08-12 | 1 | -38/+76 |
| | |||||
* | move some hard code paths to defines in header | Jay Sorg | 2014-08-06 | 2 | -6/+3 |
| | |||||
* | pulse sink: check for partial sends | Jay Sorg | 2014-08-06 | 1 | -3/+16 |
| | |||||
* | chansrv: sound_send_wave_data changes | Jay Sorg | 2014-08-06 | 1 | -3/+11 |
| | |||||
* | coverity: fixed miscellaneous issues | Laxmikant Rashinkar | 2014-08-02 | 1 | -0/+1 |
| |