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
/
llmessage
/
llcoproceduremanager.cpp
Age
Commit message (
Expand
)
Author
2020-03-25
DRTVWR-476: Pump coroutines a few more times when we start quitting.
Nat Goodspeed
2020-03-25
DRTVWR-476: Terminate long-lived coroutines to avoid shutdown crash.
Nat Goodspeed
2020-03-25
General cleanup. Delete commented out code.
Nicky
2020-03-25
Replace boost::fibers::unbuffered_channel with boost::fibers::buffered_channel.
Nicky
2020-03-25
Do not use string/chrono literals, sadly that won't work with GCC (4.9)
Nicky
2020-03-25
[DRTVWR-476] - update cef, fix merge
Anchor
2020-03-25
Implemented some code review suggested cleanups.
Brad Kittenbrink
2020-03-25
Improved aggregate init syntax for DefaultPoolSizes map.
Brad Kittenbrink
2020-03-25
Improved shutdown behavior of LLCoprocedureManager
Brad Kittenbrink
2020-03-25
First draft of boost::fibers::unbuffered_channel based implementation of LLCo...
Brad Kittenbrink
2020-03-25
SL-793: Use Boost.Fiber instead of the "dcoroutine" library.
Nat Goodspeed
2016-08-18
MAINT-5011: Catch unhandled exceptions in LLCoros coroutines.
Nat Goodspeed
2016-08-17
MAINT-5011: Try to enrich catch (...) logging throughout viewer.
Nat Goodspeed
2016-04-13
MAINT-6305: Serialize the AIS calls by reducing the queue size to 1, move the...
Rider Linden
2015-09-18
Set consistent terminology for yield/wait -> suspend for coroutines.
Rider Linden
2015-09-03
LL_ERRS_IF only seems to work on Microsoft...
Rider Linden
2015-09-03
Changes from code review with Nat
Rider Linden
2015-09-02
Use boost assign to initialize default pool sizes.
Rider Linden
2015-09-01
MAINT-5575: Convert the Experience cache into a coro based singleton.
Rider Linden