Age | Commit message (Expand) | Author |
2024-06-12 | Add LL_DEBUGS("LLCoros") start/end messages. | Nat Goodspeed |
2024-05-15 | Merge branch 'main' into release/luau-scripting for Maint X release. | Nat Goodspeed |
2024-05-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: Main... | Nat Goodspeed |
2024-05-09 | Bump up coroutine stack size: saw C00000FD test termination. | Nat Goodspeed |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ... | Andrey Lihatskiy |
2024-04-17 | Reintroduce LLCoros::killreq() to request killing a named coroutine. | Nat Goodspeed |
2024-03-27 | Merge remote-tracking branch 'origin/main' into DRTVWR-588-maint-W | Andrey Lihatskiy |
2024-03-05 | SL-17896 Don't crash silently if files are missing or out of memory | Andrey Kleshchev |
2023-12-14 | Merge branch 'DRTVWR-587-maint-V' into DRTVWR-588-maint-W | Andrey Lihatskiy |
2023-10-31 | DRTVWR-588: Enlarge default coroutine stack size. | Nat Goodspeed |
2023-10-25 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy |
2023-08-31 | SL-18837: Enlarge default coroutine stack size. | Nat Goodspeed |
2023-08-01 | SL-18623 LLAvatarRenderInfoAccountant coroutine crash | Andrey Kleshchev |
2022-10-13 | Revert "Restored SL-14961" | Andrey Kleshchev |
2022-04-18 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy |
2022-02-14 | Restored SL-14961 | Andrey Kleshchev |
2022-02-11 | SL-10190: Slightly reduce conditional clutter in llcoros.{h,cpp}. | Nat Goodspeed |
2022-02-11 | SL-10190: Introduce LLCoros::saveException() and rethrow(). | Nat Goodspeed |
2022-02-11 | Revert "SL-14961 Coroutine crash was not reported to bugsplat" | Andrey Kleshchev |
2021-11-19 | Merge branch 'master' into DRTVWR-540-maint | Andrey Lihatskiy |
2021-07-20 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy |
2021-07-19 | SL-15292 Voice's singleton shutdown before voice's coroutine | Andrey Kleshchev |
2021-07-19 | Merge branch 'master' into DRTVWR-540-maint | Andrey Lihatskiy |
2021-06-09 | SL-15365 LLCoros::launch crash | Andrey Kleshchev |
2021-03-13 | SL-14961 Coroutine crash was not reported to bugsplat | Andrey Kleshchev |
2020-12-01 | SL-14347 Crash at ChoosePixelFormat SEH | Andrey Kleshchev |
2020-03-25 | DRTVWR-476: make printActiveCoroutines() output slightly clearer. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Make llcoro::logname() distinguish different threads. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Adjust LLCoros to new LLInstanceTracker API. | Nat Goodspeed |
2020-03-25 | DRTVWR-476, SL-12197: Don't throw Stopping from main coroutine. | Nat Goodspeed |
2020-03-25 | DRTVWR-476: Keep coroutine-local data on toplevel()'s stack frame. | 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: Infrastructure to help manage long-lived coroutines. | Nat Goodspeed |
2020-03-25 | [DRTVWR-476] - compile error fix | Anchor |
2020-03-25 | SL-793: Fix lllogin_test.cpp for new LLCoros implementation. | Nat Goodspeed |
2020-03-25 | SL-793: Use Boost.Fiber instead of the "dcoroutine" library. | Nat Goodspeed |
2019-08-06 | SL-10908 Test viewers should crash normally | andreykproductengine |
2018-06-22 | MAINT-8686 Don't log empty list | andreykproductengine |
2018-05-14 | MAINT-8689 Diagnostics for coroutine memory crash | andreykproductengine |
2018-05-30 | MAINT-8686 Viewer should report active coroutines at the end of the session | andreykproductengine |
2017-11-29 | DRTVWR-418: Merge from latest viewer-release | Nat Goodspeed |
2017-10-05 | MAINT-7820 Additional crash logging | andreykproductengine |
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed |
2016-11-15 | DRTVWR-418: Fold windows64 into windows platform with new autobuild. | Nat Goodspeed |
2016-10-11 | MAINT-5232: Merge up to VLC viewer from viewer-release | Nat Goodspeed |
2016-09-06 | MAINT-5232: Ensure that llcoro::get_id() returns distinct values. | Nat Goodspeed |
2016-09-06 | merge changes for exception handling | Oz Linden |
2016-09-06 | downgrade spammy LLCoros logging to DEBUG | Oz Linden |
2016-09-03 | MAINT-5232: Add LLCoros::get_id() to identify the running coroutine. | Nat Goodspeed |