Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-12-17 | I think it doesn't open or connect stderr in this version, I need to add some | Mike Buland | |
options... | |||
2007-12-12 | Added more tracey goodness, this is incomplete, but cool looking. | Mike Buland | |
Also removed some debugging from Process, it needs a helper to clear a buffer, or an option to ignore stderr. | |||
2007-12-06 | More process fixups. | Mike Buland | |
2007-11-30 | Added some helpers to fstring, and fixed a bug in Bu::Process, it wasn't closing | Mike Buland | |
the pipes properly, resulting in the child process going defunct and not dying, it also wasn't buffering properly, it now collects as much data as it can before returning from a read operation. | |||
2007-11-23 | Added the Process stream class, this will allow us to do some really cool stuff | Mike Buland | |
coming up...it's just like popen only cool and managed, and streamey. |