Age | Commit message (Expand) | Author |
---|---|---|
2012-02-15 | Fix llprocess_test.cpp's exception catching for Linux. | Nat Goodspeed |
2012-02-15 | Add tests for LLProcess::get[Opt][Read|Write]Pipe() validations. | Nat Goodspeed |
2012-02-15 | Preliminary pipe support for LLProcess. | Nat Goodspeed |
2012-02-13 | Use per-frame ticks on "mainloop" LLEventPump to update LLProcess. | Nat Goodspeed |
2012-02-13 | Add unit tests for LLProcess::Status functionality. | Nat Goodspeed |
2012-02-07 | Use os.path.normcase(os.path.normpath()) when comparing directories. | Nat Goodspeed |
2012-02-07 | Convert LLProcess implementation from platform-specific to using APR. | Nat Goodspeed |
2012-01-30 | Expose 'handle' as well as 'id' on LLProcess objects. | Nat Goodspeed |
2012-01-21 | Convert LLProcess consumers from LLSD to LLProcess::Params block. | Nat Goodspeed |
2012-01-20 | Per Richard, replace LLProcessLauncher with LLProcess. | Nat Goodspeed |