Age | Commit message (Expand) | Author |
2017-04-19 | Pull in improvements to LLProcess termination via a commit from Nat Linden he... | Callum Prentice |
2016-08-17 | MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION(). | Nat Goodspeed |
2016-07-19 | MAINT-5011: Introduce LLException base class for viewer exceptions. | Nat Goodspeed |
2016-04-04 | merge with 4.0.3-release | Oz Linden |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden |
2015-10-01 | Merge for Xcode 7 | rider |
2015-09-18 | comment out LL_DEBUGS that fails because 'expression evalauted desipite being... | callum_linden |
2015-09-18 | Shouldn't have renamed this include. | Rider Linden |
2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden |
2013-06-05 | BOOG2707 uncomment cleared suspects | Graham Madarasz |
2013-06-01 | BUG-2707 turn off more LL_DEBUGS to narrow down Kat's crashing cuplrit | Graham Madarasz |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz |
2012-06-06 | MAINT-1144: Defend against NULL LLPluginProcessParent::mProcess. | Nat Goodspeed |
2012-05-09 | CHOP-900: Use new apr_procattr_constrain_handle_set() extension. | Nat Goodspeed |
2012-04-23 | IQA-463: Use APR file I/O for downloaded viewer installer .exe. | Nat Goodspeed |
2012-04-18 | IQA-463: Make LLProcess call apr_procattr_inherit_set() extension. | Nat Goodspeed |
2012-03-15 | Promote LLProcess::ReadPipe::size() to BasePipe (hence WritePipe). | Nat Goodspeed |
2012-03-13 | Protect LLProcess destructor when run after APR shutdown. | Nat Goodspeed |
2012-03-05 | Further reduce the block size that LLProcess writes to child pipe. | Nat Goodspeed |
2012-03-03 | Break large buffer into chunks to write to LLProcess child pipe. | Nat Goodspeed |
2012-03-02 | Clarify LLProcess debug log message about reading from child pipe. | Nat Goodspeed |
2012-03-01 | Log better error message in case of apr_proc_create() failure. | Nat Goodspeed |
2012-02-29 | When constructing a pipe to child stdin on Posix, ignore SIGPIPE. | Nat Goodspeed |
2012-02-29 | Guarantee LLProcess::Params::postend listener any ReadPipe data. | Nat Goodspeed |
2012-02-23 | Tighten up LLProcess pipe support, per Richard's code review. | Nat Goodspeed |
2012-02-20 | Let LLProcess consumer specify desired description for logging. | Nat Goodspeed |
2012-02-20 | Make LLProcess post termination event to specified pump if desired. | Nat Goodspeed |
2012-02-18 | Fix subtle bug in ReadPipeImpl: wouldn't tolerate multiple instances. | Nat Goodspeed |
2012-02-16 | Fix bug in LLProcess::ReadPipe::peek() substring computation. | Nat Goodspeed |
2012-02-16 | Add LLProcess::ReadPipe::find() methods, with corresponding npos. | Nat Goodspeed |
2012-02-15 | Add LLProcess::ReadPipe::size(), peek(), contains(). | Nat Goodspeed |
2012-02-15 | VS2010 doesn't know how to compute min(4096, size_t) :-P | 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 | Suppress a specific unused-var warning on Posix platforms. | Nat Goodspeed |
2012-02-09 | Remove LLJob class: apr_procattr_autokill_set() should now handle. | 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-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 | 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 |