Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chansrv: remove pulseaudio modules from xrdp source tree | Idan Freiberg | 2018-08-03 | 7 | -1354/+0 |
| | | | | | | | its actually an independent code which is not part of xrdp moved to its own repoistory: https://github.com/neutrinolabs/pulseaudio-modules Signed-off-by: Idan Freiberg <speidy@gmail.com> | ||||
* | Corrected spacing between arguments to `cc` for Pulseaudio chanserv Makefile | Brandon Wooldridge | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Simplify pulseaudio module build instructions | Dominik George | 2017-12-26 | 1 | -33/+5 |
| | |||||
* | pulse: replace old pulse notes with bran-new README | Koichiro IWAO | 2017-12-26 | 3 | -156/+145 |
| | |||||
* | pulse: respect XRDP_SOCKET_PATH environment variable | Koichiro IWAO | 2017-05-16 | 3 | -6/+18 |
| | |||||
* | pulse: define default socket directory in Makefile | Koichiro IWAO | 2017-04-06 | 1 | -1/+4 |
| | |||||
* | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 2 | -2/+2 |
| | | | | Include xrdp_sockets.h directly, not through headers. | ||||
* | pulse: refer correct path to file_loc.h | Koichiro IWAO | 2017-03-24 | 2 | -2/+2 |
| | |||||
* | pulse: use correct macro for audio in/out sockets | Koichiro IWAO | 2017-03-24 | 2 | -2/+2 |
| | |||||
* | Make socket directory configurable, don't hardcode /tmp/.xrdp | Pavel Roskin | 2017-03-17 | 2 | -2/+2 |
| | | | | | | | | | | Use XRDP_SOCKET_PATH in file_loc.h Don't define any non-socket paths in file_loc.h, they should come from the makefiles. Define all paths unconditionally, they should not be defined elsewhere. Pass XRDP_SOCKET_PATH as environment variable to the backends. | ||||
* | chansrv: fix warnings in pulse module | Koichiro IWAO | 2017-02-02 | 1 | -4/+4 |
| | |||||
* | Use better symbols to protect include files | Pavel Roskin | 2016-05-05 | 2 | -4/+4 |
| | |||||
* | 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. | ||||
* | Don't ignore files known to git | Pavel Roskin | 2016-02-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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 |
| | |||||
* | Run through codespell | Pavel Roskin | 2016-01-14 | 2 | -2/+2 |
| | |||||
* | chansrv: change to 44100 recording, disconnect / reconnect fixes | Jay Sorg | 2014-11-26 | 1 | -11/+44 |
| | |||||
* | pulse: fix for recording delay | Jay Sorg | 2014-11-02 | 1 | -6/+32 |
| | |||||
* | pulse sink: check for partial sends | Jay Sorg | 2014-08-06 | 1 | -3/+16 |
| | |||||
* | pulseaudio: let module-xrdp-source compile on CentOS6 (PA 0.9.21) | speidy | 2014-04-22 | 1 | -1/+9 |
| | |||||
* | pulse: fix for build with pulseaudio 4.0+ | Jay Sorg | 2014-04-21 | 2 | -2/+19 |
| | |||||
* | pulseaudio: fixed some build issues | Laxmikant Rashinkar | 2014-01-17 | 1 | -3/+11 |
| | |||||
* | we now load module-xrdp-sink/source automatically so user's dont have to ↵ | Laxmikant Rashinkar | 2014-01-12 | 3 | -22/+11 |
| | | | | mess around with configuring /etc/pulse/default.pa config file | ||||
* | missed some files for microphone redirection using rdesktop | Laxmikant Rashinkar | 2014-01-07 | 3 | -37/+82 |
| | |||||
* | added support for microphone redirection using rdesktop | Laxmikant Rashinkar | 2014-01-07 | 2 | -0/+489 |
| | |||||
* | pulse notes | Jay Sorg | 2013-09-05 | 1 | -2/+16 |
| | |||||
* | pulse: change some errors to debug | Jay Sorg | 2013-06-06 | 1 | -3/+2 |
| | |||||
* | more pulse notes | Jay Sorg | 2013-06-06 | 2 | -0/+27 |
| | |||||
* | pulse work and cleanup | Jay Sorg | 2013-05-12 | 1 | -0/+1 |
| | |||||
* | pulse sink changes | Jay Sorg | 2013-05-11 | 1 | -23/+19 |
| | |||||
* | pulse sink, don't need i18n.h | Jay Sorg | 2013-05-07 | 2 | -2/+3 |
| | |||||
* | work on pulse sink, added close message | Jay Sorg | 2013-04-28 | 1 | -0/+25 |
| | |||||
* | chansrv: added some pulse sink notes | Jay Sorg | 2013-03-31 | 1 | -1/+17 |
| | |||||
* | chansrv: work on pulse sink | Jay Sorg | 2013-03-31 | 2 | -10/+33 |
| | |||||
* | chansrv: work on pulse sink | Jay Sorg | 2013-03-31 | 2 | -87/+107 |
| | |||||
* | chansrv: work on pulse sink | Jay Sorg | 2013-03-30 | 1 | -18/+70 |
| | |||||
* | chansrv: work on pulse sink | Jay Sorg | 2013-03-30 | 2 | -28/+80 |
| | |||||
* | chansrv: work on pulse sink | Jay Sorg | 2013-03-29 | 4 | -0/+514 |