| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | 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 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | use outputConcurrent interface | Joey Hess | |
| This interface will fix the current deadlock when a process is running and the thread that ran it wants to output to the console. The locking and buffering is not implemented yet. | |||
| 2015-10-28 | remove debug | Joey Hess | |
| Found problem.. actionMessage is blocking. | |||
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | propellor spin | Joey Hess | |
| 2015-10-28 | oops, I conflicted with accidentially-pushed changes | 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 | |
| 2015-10-28 | concurrency docs | Joey Hess | |
| 2015-10-27 | use execProcessConcurrent everywhere | Joey Hess | |
| Found a reasonable clean way to make Utility.Process use execProcessConcurrent, while still allowing copying updates to it from git-annex. | |||
| 2015-10-27 | merge from git-annex | Joey Hess | |
| 2015-10-27 | propellor spin | Joey Hess | |
| 2015-10-27 | concurrent version of createProcess | Joey Hess | |
| Have not yet wired everything up to use this, that currently uses Utility.Process. | |||
| 2015-10-27 | make Propellor.Message use lock to handle concurrent threads outputting messages | Joey Hess | |
| Not yet handled: Output from concurrent programs. | |||
| 2015-10-27 | use a shared global for the MessageHandle | Joey Hess | |
| 2015-10-27 | Explicit Info/NoInfo for RevertableProperty (API change) | Joey Hess | |
| RevertableProperty used to be assumed to contain info, but this is now made explicit, with RevertableProperty HasInfo or RevertableProperty NoInfo. Transition guide: - If you define a RevertableProperty, expect some type check failures like: "Expecting one more argument to ‘RevertableProperty’". - Change it to "RevertableProperty NoInfo" - The compiler will then tell you if it needs "HasInfo" instead. - If you have code that uses the RevertableProperty constructor that fails to type check, use the more powerful <!> operator | |||
| 2015-10-27 | comment | Joey Hess | |
| 2015-10-27 | Added a comment | picca | |
| 2015-10-27 | (no commit message) | picca | |
| 2015-10-26 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2015-10-26 | changelog | Joey Hess | |
| 2015-10-26 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-10-26 | Add File.isCopyOf | Per Olofsson | |
| Signed-off-by: Per Olofsson <pelle@dsv.su.se> | |||
| 2015-10-25 | Added a comment | https://mathstuf.id.fedoraproject.org/ | |
| 2015-10-25 | (no commit message) | https://mathstuf.id.fedoraproject.org/ | |
| 2015-10-24 | propellor spin | Joey Hess | |
| 2015-10-24 | improve RevertableProperty combining | Joey Hess | |
| * Various property combinators that combined a RevertableProperty with a non-revertable property used to yield a RevertableProperty. This was a bug, because the combined property could not be fully reverted in many cases. Fixed by making the combined property instead be a Property HasInfo. * combineWith now takes an addional parameter to control how revert actions are combined (API change). | |||
| 2015-10-24 | Added Propellor.Property.Concurrent for concurrent properties. | Joey Hess | |
| Note that no output multiplexing is currently done. | |||
| 2015-10-24 | simplift | Joey Hess | |
| 2015-10-23 | add news item for propellor 2.12.0 | Joey Hess | |
| 2015-10-23 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-10-23 | prep release | Joey Hess | |
| 2015-10-23 | comments | Joey Hess | |
