index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
llcommon
/
llprocess.cpp
Age
Commit message (
Expand
)
Author
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
[prev]