Age | Commit message (Expand) | Author |
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-13 | Suppress a specific unused-var warning on Posix platforms. | Nat Goodspeed |
2012-02-12 | Automated merge with ssh://hg.lindenlab.com/nat/viewer-new-apr | Nat Goodspeed |
2012-02-24 | Merge with viewer-development | Kitty Barnett |
2012-02-09 | Remove LLJob class: apr_procattr_autokill_set() should now handle. | Nat Goodspeed |
2012-02-08 | merge | Brad Payne (Vir Linden) |
2012-02-07 | Use os.path.normcase(os.path.normpath()) when comparing directories. | Nat Goodspeed |
2012-02-07 | On Linux, #undef Status: we use that name for nested LLProcess struct. | Nat Goodspeed |
2012-02-07 | LLProcess::Status enum values need qualification in helper function. | Nat Goodspeed |
2012-02-07 | Convert LLProcess implementation from platform-specific to using APR. | Nat Goodspeed |
2012-02-06 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden |
2012-02-06 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson |
2012-02-06 | increment viewer version to 3.3.0 | Oz Linden |
2012-02-02 | merge | Brad Payne (Vir Linden) |
2012-02-01 | cleaned up linden_common.h, removing stuff that is mostly unused | Richard Linden |
2012-02-01 | converted a bunch of narrowing implicit conversions to explicit | Richard Linden |
2012-01-30 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson |
2012-01-30 | Set bit flag on CreateProcess() to allow AssignProcessToJobObject(). | Nat Goodspeed |
2012-01-30 | increment viewer version to 3.2.9 | Oz Linden |
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-24 | WIP: path-118 | prep |
2012-01-24 | merge | Brad Payne (Vir Linden) |
2012-01-23 | Clarify that items in LLProcess::Params::args are implicitly quoted. | Nat Goodspeed |
2012-01-23 | LLStringUtil methods are conventionally static. | Nat Goodspeed |
2012-01-23 | Per Richard: close unusable Job Object; move quote() to LLStringUtil. | Nat Goodspeed |
2012-01-23 | Merge with viewer-development | Kitty Barnett |
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-21 | Convert LLProcess consumers from LLSD to LLProcess::Params block. | Nat Goodspeed |
2012-01-20 | Define LLProcess::Params; accept create(const LLSDParamAdapter<Params>&). | Nat Goodspeed |
2012-01-20 | Automated merge with http://hg.lindenlab.com/richard/viewer-initparam-llcommon | Nat Goodspeed |
2012-01-20 | Per Richard, replace LLProcessLauncher with LLProcess. | Nat Goodspeed |
2012-01-20 | moved LLSDParam to llcommon so that LLSD<->Param Block conversion are usable ... | Richard Linden |
2012-01-20 | removed LLXUIXML library | Richard Linden |
2012-01-20 | fix for SH-2823 and SH-2824: LLCurl crash inside LLBufferArray::countAfter() ... | Xiaohong Bao |
2012-01-20 | STORM-276 Added spellcheck functionality to the LLLineEditor control | Kitty Barnett |
2012-01-19 | To grow std::string by a char, use push_back() instead of append(). | Nat Goodspeed |
2012-01-19 | Try to fix argument quoting on Windows. | Nat Goodspeed |
2012-01-19 | EXP-1815 FIXED Favorites list in login screen not populated when display name... | Vadim ProductEngine |
2012-01-18 | Make embedded Python scripts compatible with Python 2.5 *SIGH* | Nat Goodspeed |
2012-01-18 | Add tests for implicit-kill-on-destroy, also orphan() method. | Nat Goodspeed |
2012-01-18 | Introduce static LLProcessLauncher::isRunning(ll_pid_t) method. | Nat Goodspeed |
2012-01-17 | Add tests for child-process args management and for kill() method. | Nat Goodspeed |
2012-01-17 | Refactor llprocesslauncher_test.cpp for better code reuse. | Nat Goodspeed |