Age | Commit message (Expand) | Author |
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 | ManageAPR should be noncopyable. Make that explicit. | Nat Goodspeed |
2012-02-03 | Automated merge with file:///Users/nat/linden/viewer-tut-fix | Nat Goodspeed |
2012-02-03 | Escape all strings embedded in TeamCity service messages. | Nat Goodspeed |
2012-01-30 | Set bit flag on CreateProcess() to allow AssignProcessToJobObject(). | Nat Goodspeed |
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 | 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 | Use LLProcess::Params::args::empty() instead of comparing iterators. | 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 | Use LLProcess::create() to launch SLVoice, rather than inline code. | 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 | Since lltrans.h moved to llui, fix linux_updater/CMakeLists.txt. | 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-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-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 |
2012-01-17 | Any proper RAII class must either handle copying or be noncopyable. | Nat Goodspeed |
2012-01-17 | Add first couple of LLProcessLauncher tests. | Nat Goodspeed |
2012-01-17 | Add log message if LLProcessLauncher child fails to execv(). | Nat Goodspeed |
2012-01-17 | Make NamedTempFile::peep() a public member for debugging unit tests. | Nat Goodspeed |
2012-01-13 | Extract APR and temp-fixture-file helper code to indra/test. | Nat Goodspeed |
2012-01-12 | Add LLStreamQueue::size() and tests to exercise it. | Nat Goodspeed |
2012-01-05 | Introduce LLStreamQueue to buffer nonblocking I/O. | Nat Goodspeed |
2011-12-23 | Fix sleep(0.5) to sleep(1) -- truncation to int makes that dubious. | Nat Goodspeed |
2011-12-23 | Should we expect EOF on one pipe before we finish reading the other? | Nat Goodspeed |
2011-12-23 | Automated merge with ssh://hg.lindenlab.com/nat/viewer-leap | Nat Goodspeed |
2011-12-23 | Make pipe-management logic more robust. | Nat Goodspeed |
2011-12-22 | Comment out lookup table used only by commented-out code. | Nat Goodspeed |
2011-12-22 | Never call apr_proc_wait() inside child_status_callback(). | Nat Goodspeed |
2011-12-22 | Add child_status_callback() function and arrange to call periodically. | Nat Goodspeed |
2011-12-21 | Tweak llprocesslauncher_test.cpp to run properly on Windows. | Nat Goodspeed |
2011-12-21 | Change llprocesslauncher_test.cpp eyeballing to program verification. | Nat Goodspeed |