aboutsummaryrefslogtreecommitdiff
path: root/src/process.cpp (follow)
AgeCommit message (Expand)Author
2012-03-25Code is all reorganized. We're about ready to release. I should write up aMike Buland
2011-11-14A fix in Bu::Process. It was killing the pipes before their time.Mike Buland
2011-09-16More helper functions for Bu::Process.Mike Buland
2011-08-15You can setgid now too.Mike Buland
2011-08-15Process now supports setuid for the child process. Really cool.Mike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2010-05-26Fixed most of the compilation warnings, and a valgrind warning in the fstring'sMike Buland
2010-05-24Changed the Bu::Stream API, setSize is now standard. There may be a few moreMike Buland
2010-05-20Made process easier to use, when you ask it if the process has ended, itMike Buland
2010-05-13Finally rearranged the system to put all compatability files in a directoryMike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2010-01-07A bunch of things weren't including their own files in quite the correct way...Mike Buland
2009-12-21Ok, Process has been updated. You now must specify flags as the first parameterMike Buland
2009-12-10Process is working much better, it actually follows the guidelines for most ofMike Buland
2009-07-31I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, andMike Buland
2009-07-31Fixed Bu::Process' close function, it wasn't closing, now it actually closesMike Buland
2008-09-24Ok, now all the warnings are gone (except for those coming from nids, but that'sMike Buland
2008-09-24Wholly crap. Added the Fifo, fixed a bunch of bugs, made things more standard,Mike Buland
2008-02-07Just updated the copyright date.Mike Buland
2007-12-17I think it doesn't open or connect stderr in this version, I need to add someMike Buland
2007-12-12Added more tracey goodness, this is incomplete, but cool looking.Mike Buland
2007-12-06More process fixups.Mike Buland
2007-11-30Added some helpers to fstring, and fixed a bug in Bu::Process, it wasn't closingMike Buland
2007-11-23Added the Process stream class, this will allow us to do some really cool stuffMike Buland