summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
Commit message (Expand)AuthorAgeFilesLines
* 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 higherKoichiro IWAO2016-02-182-1/+10
* | Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-25/+23
|/
* Fix typosPavel Roskin2016-02-139-25/+25
* Use lowercase program names for syslogPavel Roskin2016-02-131-1/+1
* Don't ignore files known to gitPavel Roskin2016-02-122-0/+2
* 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
* clipboard: undefine previously defined log levelPavel Roskin2016-01-301-0/+2
* Use standard autotools means to detect X11Pavel Roskin2016-01-301-2/+4
* 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
* 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
* 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
* Merge pull request #225 from metalefty/chansrv-explicit-includejsorg712015-03-151-0/+1
|\
| * chansrv: explicit include in chansrv_fuse.cKoichiro IWAO2015-03-131-0/+1
* | 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 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
* coverity: fixed unsigned compare against 0Laxmikant Rashinkar2014-07-281-5/+0
* coverity: read from pointer after freeLaxmikant Rashinkar2014-07-271-1/+2
* coverity: explicit null dereferencedLaxmikant Rashinkar2014-07-271-2/+1
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-272-2/+3
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-262-5/+5
* coverity: fixed issue argument cannot be negativeLaxmikant Rashinkar2014-07-231-1/+1