aboutsummaryrefslogtreecommitdiff
path: root/src/process.h (follow)
AgeCommit message (Expand)Author
2012-03-25Code is all reorganized. We're about ready to release. I should write up aMike 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
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike 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-02-13Added and updated the license info in all the source files, they still saidMike Buland
2010-01-05Really minor tweaks, shouldn't effect anything that we have right now, really.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
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-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