summaryrefslogtreecommitdiff
path: root/indra/llcommon/llprocess.h
AgeCommit message (Expand)Author
2017-04-19Pull in improvements to LLProcess termination via a commit from Nat Linden he...Callum Prentice
2016-07-19MAINT-5011: Introduce LLException base class for viewer exceptions.Nat Goodspeed
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-06-05merge with viewer-releaseRichard Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-11-14SH-3406 WIP convert fast timers to lltrace systemRichard Linden
2012-06-06MAINT-1144: Defend against NULL LLPluginProcessParent::mProcess.Nat Goodspeed
2012-03-15Promote LLProcess::ReadPipe::size() to BasePipe (hence WritePipe).Nat Goodspeed
2012-02-29Guarantee LLProcess::Params::postend listener any ReadPipe data.Nat Goodspeed
2012-02-23Tighten up LLProcess pipe support, per Richard's code review.Nat Goodspeed
2012-02-20Let LLProcess consumer specify desired description for logging.Nat Goodspeed
2012-02-20Make LLProcess post termination event to specified pump if desired.Nat Goodspeed
2012-02-16Attempt to fix Windows link error for LLProcess::BasePipe::npos.Nat Goodspeed
2012-02-16Add LLProcess::ReadPipe::find() methods, with corresponding npos.Nat Goodspeed
2012-02-15Add LLProcess::ReadPipe::size(), peek(), contains().Nat Goodspeed
2012-02-15Preliminary pipe support for LLProcess.Nat Goodspeed
2012-02-13Use per-frame ticks on "mainloop" LLEventPump to update LLProcess.Nat Goodspeed
2012-02-07On Linux, #undef Status: we use that name for nested LLProcess struct.Nat Goodspeed
2012-02-07Convert LLProcess implementation from platform-specific to using APR.Nat Goodspeed
2012-01-30Expose 'handle' as well as 'id' on LLProcess objects.Nat Goodspeed
2012-01-23Clarify that items in LLProcess::Params::args are implicitly quoted.Nat Goodspeed
2012-01-22Add LLProcess logging on launch(), kill(), isRunning().Nat Goodspeed
2012-01-22Make LLProcess::Params streamable; use that in LLExternalEditor.Nat Goodspeed
2012-01-20Define LLProcess::Params; accept create(const LLSDParamAdapter<Params>&).Nat Goodspeed
2012-01-20Per Richard, replace LLProcessLauncher with LLProcess.Nat Goodspeed