Age | Commit message (Expand) | Author |
---|---|---|
2012-01-30 | LLProcess::handle must be qualified when used in LLJob class. | Nat Goodspeed |
2012-01-30 | Expose 'handle' as well as 'id' on LLProcess objects. | Nat Goodspeed |
2012-01-30 | Trim trailing "\r\n" from Windows FormatMessage() string for logging. | Nat Goodspeed |
2012-01-27 | On Windows, only quote LLProcess arguments if they seem to need it. | Nat Goodspeed |
2012-01-23 | Per Richard: close unusable Job Object; move quote() to LLStringUtil. | Nat Goodspeed |
2012-01-22 | Every singleton needs a friend... | Nat Goodspeed |
2012-01-22 | Add LLProcess logging on launch(), kill(), isRunning(). | Nat Goodspeed |
2012-01-22 | Make LLProcess::Params streamable; use that in LLExternalEditor. | Nat Goodspeed |
2012-01-22 | On Windows, introduce viewer Job Object and assign children to it. | Nat Goodspeed |
2012-01-20 | Define LLProcess::Params; accept create(const LLSDParamAdapter<Params>&). | Nat Goodspeed |
2012-01-20 | Per Richard, replace LLProcessLauncher with LLProcess. | Nat Goodspeed |