summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't attempt to intercept SIGKILL, it doesn't work on any OSJay Sorg2016-03-141-1/+0
|
* Merge pull request #326 from metalefty/pulseaudio-6.0jsorg712016-02-232-1/+10
|\ | | | | pulse: fix build pulseaudio 6.0 or higher
| * pulse: fix build pulseaudio 6.0 or higherKoichiro IWAO2016-02-182-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 alphabeticallyPavel Roskin2016-02-211-25/+23
|/ | | | There should be no functional difference.
* Fix typosPavel Roskin2016-02-139-25/+25
|
* Use lowercase program names for syslogPavel Roskin2016-02-131-1/+1
| | | Other programs typically use the same case as their execulables.
* Don't ignore files known to gitPavel Roskin2016-02-122-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 wrappingPavel Roskin2016-02-121-1/+1
|
* rail: fix declaration of rail_desktop_resize()Pavel Roskin2016-01-311-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 levelPavel Roskin2016-01-301-0/+2
|
* Use standard autotools means to detect X11Pavel Roskin2016-01-301-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 XPavel Roskin2016-01-301-0/+1
|
* Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-291-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 codespellPavel Roskin2016-01-144-6/+6
|
* chansrv: fix some warningsJay Sorg2015-12-291-7/+7
|
* chansrv: fix a crash in fuseJay Sorg2015-12-261-0/+5
|
* add more missing files into extra_distitamarjp2015-07-141-1/+2
|
* add missing files into extra_dist,itamarjp2015-07-141-1/+4
| | | | this is required when using make dist to generate a tarball
* add timeout to trans_get_wait_objs_rwJay Sorg2015-07-131-1/+1
|
* fuse: use EIO instead of EREMOTEIO for BSDsKoichiro IWAO2015-03-181-0/+4
| | | | FreeBSD/OpenBSD/NetBSD and OS X don't have errno EREMOTEIO.
* Merge pull request #225 from metalefty/chansrv-explicit-includejsorg712015-03-151-0/+1
|\ | | | | chansrv: explicit include in chansrv_fuse.c
| * chansrv: explicit include in chansrv_fuse.cKoichiro IWAO2015-03-131-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 lineJay Sorg2015-03-131-3/+9
|/
* Merge pull request #212 from robertalks/develjsorg712015-03-121-1/+3
|\ | | | | fix possible segfault in chansrv if DISPLAY is not set
| * fix possible segfault in chansrv if DISPLAY is not setRobert Milasan2015-01-201-1/+3
| |
* | minor change in opus encodingJay Sorg2015-01-271-13/+20
|/
* chansrv: reset opus support on initJay Sorg2015-01-101-0/+3
|
* chansrv: added opus audio compression for playbackJay Sorg2015-01-092-9/+127
|
* chansrv: change to 44100 recording, disconnect / reconnect fixesJay Sorg2014-11-262-16/+52
|
* chansrv: fix for segfault issue in chansrv_commonspeidy2014-11-212-0/+2
|
* chansrv: some recording fixesJay Sorg2014-11-021-10/+30
|
* pulse: fix for recording delayJay Sorg2014-11-021-6/+32
|
* restart listener when corresponding sound source/sink connections are closedLaxmikant Rashinkar2014-10-181-33/+48
|
* sound redirection: handle fragmented packetsLaxmikant Rashinkar2014-10-124-10/+128
|
* when closing audio source, don't flush audio data if audio buffer is emptyLaxmikant Rashinkar2014-10-061-3/+6
|
* chansrv: check for nilJay Sorg2014-08-131-8/+13
|
* chansrv: allow multiple xrdpapi connectionsJay Sorg2014-08-121-38/+76
|
* move some hard code paths to defines in headerJay Sorg2014-08-062-6/+3
|
* pulse sink: check for partial sendsJay Sorg2014-08-061-3/+16
|
* chansrv: sound_send_wave_data changesJay Sorg2014-08-061-3/+11
|
* coverity: fixed miscellaneous issuesLaxmikant Rashinkar2014-08-021-0/+1
|