summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/PipeReader.hs
AgeCommit message (Collapse)Author
2016-07-28Fixing compatibility with GHC 7.6jao
2016-07-27Add expandEnv function and use it in PipeReader family of monitorsWill Song
expandEnv takes a string and expands the environment variables it can find. variable substringing (e.g. ${VAR:1} to lop off the first character) is not supported, but $VAR and ${VAR} formats are, with the former being delimited by punctuation, but not underscores.
2016-01-13Update PipeReader.hszlbruce
threadDelay is in microseconds, It is unnecessary to check pipe every millisecond
2014-08-09hlint refactoringsReto Hablützel
2013-05-13add a checkPipe loop for waiting the pipe filezlbruce
2012-09-15Enhanced PipeReader capabilitiesReto Habluetzel
* Removed PipeReader2 * PipeReader pipename can be prefixed with default. (e.g. "I am default:/home/foo/pipe")
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz