summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
Commit message (Expand)AuthorAgeFilesLines
* Work around crash in clipboardTimothy Pearson2019-03-021-0/+6
* Disable chanserv logging by defaultTimothy Pearson2019-03-021-2/+5
* Second batch of initial commits:Timothy Pearson2019-03-021-2/+2
* Add preliminary Raptor session managementTimothy Pearson2019-03-022-1/+39
* Fix build with FDK AAC v2Koichiro IWAO2018-11-281-0/+11
* Merge pull request #1225 from savisko/develmetalefty2018-10-181-3/+12
|\
| * Fixed compilation warning in previous commit.Michael Savisko2018-10-111-3/+3
| * Fix crash of xrdp-chansrv process, issue #1202.Michael Savisko2018-10-111-0/+9
* | dynamic virtual channel improvementsjsorg712018-10-115-1153/+747
|/
* chansrv: remove pulseaudio modules from xrdp source treeIdan Freiberg2018-08-038-1355/+0
* Merge branch 'wfix-pulsechansrv-makefile' into develKoichiro IWAO2018-08-031-1/+1
|\
| * Corrected spacing between arguments to `cc` for Pulseaudio chanserv MakefileBrandon Wooldridge2018-08-021-1/+1
* | Add handler for fatal X server conditionsmatt3356722018-07-193-5/+37
|/
* Revert "devredir: fix xinode leak"Koichiro IWAO2018-03-231-2/+0
* devredir: fix xinode leakKoichiro IWAO2018-01-121-0/+2
* Simplify pulseaudio module build instructionsDominik George2017-12-261-33/+5
* pulse: replace old pulse notes with bran-new READMEKoichiro IWAO2017-12-263-156/+145
* chansrv: add LOG_LEVEL_TRACE here, tooKoichiro IWAO2017-11-121-1/+2
* sound: g_bbuf_size should be determined after codec is determinedKoichiro IWAO2017-11-081-3/+3
* chansrv: sound, fdk-aac, avoid 1 item array itemsJay Sorg2017-08-041-29/+34
* use pkg-config to configure with fdk-aacJay Sorg2017-08-041-2/+2
* chansrv: sound, remove a do not know and a commentJay Sorg2017-08-041-1/+0
* chansrv: sound, use WAVE_FORMAT_AAC not WAVE_FORMAT_AAC_MSJay Sorg2017-08-041-2/+2
* chansrv: sound, add aacJay Sorg2017-08-042-2/+246
* chansrv: sound, handle skips in audio acksJay Sorg2017-08-041-5/+30
* xfuse_create_share() called before xfuse_init()matt3356722017-08-031-0/+12
* chansrv: remove trailing spaceKoichiro IWAO2017-07-251-2/+2
* chansrv: use switch-case to support more codecsKoichiro IWAO2017-07-251-12/+13
* chansrv: constify wFormatTagKoichiro IWAO2017-07-251-15/+16
* chansrv: include display number in chansrv log filenameKoichiro IWAO2017-07-061-5/+5
* pulse: respect XRDP_SOCKET_PATH environment variableKoichiro IWAO2017-05-163-6/+18
* pulse: define default socket directory in MakefileKoichiro IWAO2017-04-061-1/+4
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-284-4/+4
* pulse: refer correct path to file_loc.hKoichiro IWAO2017-03-242-2/+2
* pulse: use correct macro for audio in/out socketsKoichiro IWAO2017-03-242-2/+2
* xrdp-chansrv: default to INFO log level rather than ERRORPavel Roskin2017-03-201-1/+1
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-173-2/+3
* chansrv: dvc, check channel exists on get/remove api structspeidy2017-03-161-2/+4
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-1423-431/+431
* Include config_ac.h from all source filesPavel Roskin2017-03-0414-0/+56
* chansrv: fix warnings in pulse moduleKoichiro IWAO2017-02-021-4/+4
* change log message to long longJay Sorg2017-01-291-2/+2
* sesman: fix warning for 32 bit / 64 bit log entry, trunc to 32 bitJay Sorg2017-01-291-2/+2
* Constify string arguments in xrdp-chansrv sourcesPavel Roskin2017-01-226-28/+30
* Fix calling XChangeProperty in clipboard provideSzabolcs Seláf2017-01-171-1/+1
* Don't log device_data_len in the code where it may be uninitializedPavel Roskin2017-01-111-3/+2
* Remove send_channel_data() from devredir.h, it's declared in chansrv.hPavel Roskin2017-01-112-2/+1
* rail: remove unneeded call to XGetWindowAttributes()Pavel Roskin2017-01-061-3/+0
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-058-19/+19
* fix build with --enable-xrdpdebug=yesvolth2017-01-041-2/+0