summaryrefslogtreecommitdiff
path: root/indra/llcommon/llprocess.h
AgeCommit message (Expand)Author
2024-09-01Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into 2024....Erik Kundiman
2024-08-20Clean up boost includes and remove compiler warning pragma for unreachable co...Ansariel Hiller
2024-07-21Wine-based Vivox-based voice support for FreeBSDErik Kundiman
2024-06-06Change LL_FREEBSD to already existing __FreeBSD__Erik Kundiman
2024-05-16Merge tag '7.1.7-release'Erik Kundiman
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2024-04-25Merge tag '7.1.6-release'Erik Kundiman
2024-01-08replace boost library to standardAiraYumi
2023-12-15Merge tag '7.1.1-release'Erik Kundiman
2023-10-03SL-17135 Apr process creation crashAndrey Kleshchev
2023-07-19Undefine Status on FreeBSD tooErik Kundiman
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