index
:
propellor
master
gnusosa's centralized propellor repository for hosts spin-up.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Utility
/
ConcurrentOutput.hs
Age
Commit message (
Expand
)
Author
2015-10-28
example
Joey Hess
2015-10-28
propellor spin
Joey Hess
2015-10-28
have to flush concurrent output before printing result when chaining
Joey Hess
2015-10-28
export lockOutput
Joey Hess
2015-10-28
remove externals
Joey Hess
2015-10-28
better lock taking using STM, and wait for concurrent processes writer thread...
Joey Hess
2015-10-28
remove debug code
Joey Hess
2015-10-28
fix memory leak, and optimise when command output is very large
Joey Hess
2015-10-28
fix buffer order
Joey Hess
2015-10-28
work around waitForProcess race condition
Joey Hess
2015-10-28
fix tricky race
Joey Hess
2015-10-28
fix bad MVar use, use STM
Joey Hess
2015-10-28
need withConcurrentOutput to flush any buffered concurrent output
Joey Hess
2015-10-28
propellor spin
Joey Hess
2015-10-28
propellor spin
Joey Hess
2015-10-28
use outputConcurrent interface
Joey Hess
2015-10-28
propellor spin
Joey Hess
2015-10-28
propellor spin
Joey Hess
2015-10-28
improve comment
Joey Hess
2015-10-28
don't truncate over-large output; swap to temp files
Joey Hess
2015-10-28
split out generic ConcurrentOutput module to Utility
Joey Hess