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
2024-07-28
Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into 202...
Erik Kundiman
2024-07-21
Wine-based Vivox-based voice support for FreeBSD
Erik Kundiman
2024-05-22
Fix line endlings
Ansariel
2024-05-22
Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-A
Ansariel
2024-04-29
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...
Andrey Lihatskiy
2024-04-24
Merge branch 'main' into marchcat/a-merge
Andrey Lihatskiy
2024-04-11
Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-m...
Ansariel
2024-01-09
Replace BOOST_FOREACH with standard C++ range-based for-loops
Ansariel
2023-10-03
SL-17135 Apr process creation crash
Andrey Kleshchev
2023-09-15
SL-17135 Apr process creation crash
Andrey Kleshchev
2022-12-07
SL-18801 Crash at LLPluginProcessParent::pollTick()
Andrey Kleshchev
2020-03-25
DRTVWR-476: Fix confusing comment in LLProcess::handle_status().
Nat Goodspeed
2018-12-14
SL-10153: Introduce ll_convert, windows_message() templates.
Nat Goodspeed
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
[next]