Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-27 | Add expandEnv function and use it in PipeReader family of monitors | Will 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-13 | Update PipeReader.hs | zlbruce | |
threadDelay is in microseconds, It is unnecessary to check pipe every millisecond | |||
2014-08-09 | hlint refactorings | Reto Hablützel | |
2013-05-13 | add a checkPipe loop for waiting the pipe file | zlbruce | |
2012-09-15 | Enhanced PipeReader capabilities | Reto Habluetzel | |
* Removed PipeReader2 * PipeReader pipename can be prefixed with default. (e.g. "I am default:/home/foo/pipe") | |||
2010-12-21 | Haskell sources moved to src/ to unclutter toplevel | Jose Antonio Ortega Ruiz | |