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
2021-04-29
Merge master (DRTVWR-515) into DRTVWR-516-maint
Andrey Kleshchev
2021-02-14
SL-14807 Missed a pool init in unused constructor, additional protections
Andrey Kleshchev
2021-02-11
SL-14807 Adjusted unit test
Andrey Kleshchev
2021-02-10
SL-14807 Viewer crashes when creating an experience
Andrey Kleshchev
2020-11-26
SL-14399 Enqueue into 'LLViewerAssetStorage::assetRequestCoro' failed
Andrey Kleshchev
2020-10-01
SL-14037 BugSplat Crash #646590: Enqueue failed in AIS
Andrey Kleshchev
2020-08-28
SL-13555 'Second Life quit unexpectedly' error message
Andrey Kleshchev
2020-08-28
SL-13811 Crash on coroprocedure
Andrey Kleshchev
2020-08-20
SL-13811 Crash on coroprocedure
Andrey Kleshchev
2020-08-18
SL-13783 Workaround for enqueueCoprocedure() crash #2
Andrey Kleshchev
2020-08-17
Merged in SL-13783 and SL-13789
Andrey Kleshchev
2020-08-17
SL-13783 Workaround for enqueueCoprocedure() crash with asset storage
Andrey Kleshchev
2020-07-24
SL-13679 Event pump DupListenerName crash at login
Andrey Kleshchev
2020-05-20
DRTVWR-476: Fix LLCoprocedurePool::enqueueCoprocedure() shutdown crash.
Nat Goodspeed
2020-05-19
Make sure coproc gets destroyed after each iteration.
Nicky Dasmijn
2020-05-19
DRTVWR-476: Clean up reverting to boost::fibers::buffered_channel.
Nat Goodspeed
2020-05-19
DRTVWR-476: Revert "Use LLThreadSafeQueue, not boost::fibers::buffered_channel."
Nat Goodspeed
2020-03-25
DRTVWR-476: Use LLThreadSafeQueue::close() to shut down coprocs.
Nat Goodspeed
2020-03-25
DRTVWR-476: Introduce LLCoprocedureManager::close(). Use in tests.
Nat Goodspeed
2020-03-25
DRTVWR-476: Use LLThreadSafeQueue, not boost::fibers::buffered_channel.
Nat Goodspeed
2020-03-25
DRTVWR-476: Manually count items in LLCoprocedurePool's pending queue.
Nat Goodspeed
2020-03-25
DRTVWR-476: Use shared_ptr to manage lifespan of coprocedure queue.
Nat Goodspeed
2020-03-25
DRTVWR-476: Back out changeset 40c0c6a8407d ("final" LLApp listener)
Nat Goodspeed
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