Age | Commit message (Expand) | Author |
2021-01-28 | SL-14767 Expanded logging to be a bit more informative | 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-09-02 | SL-13891 Coroutine creation was requested on exit | 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-08-11 | Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint | Andrey Lihatskiy |
2020-07-29 | Merge branch 'DRTVWR-476' into DRTVWR-501-maint | Andrey Kleshchev |
2020-07-24 | SL-13679 Event pump DupListenerName crash at login | Andrey Kleshchev |
2020-07-22 | Remove redundant LL_EXSTAT_ from enums. | Nicky Dasmijn |
2020-07-22 | LLExtStat had been a S32, this wasn't right, as some of the constants lead to... | Nicky Dasmijn |
2020-05-27 | DRTVWR-476: Add "Socket" debug log output for socket operations. | Nat Goodspeed |
2020-05-21 | DRTVWR-476: Support older compilers with LockMessageReader. | Nat Goodspeed |
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-05-14 | DRTVWR-476, SL-12204: Fix crash in Marketplace Listings. | Nat Goodspeed |
2020-05-06 | DRTVWR-476: Merge branch 'master' of lindenlab/viewer into DRTVWR-476-boost-1.72 | Nat Goodspeed |
2020-05-05 | Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint | Andrey Lihatskiy |
2020-04-20 | Merge branch 'master' into DRTVWR-500 | Andrey Lihatskiy |
2020-03-25 | DRTVWR-476: Use LLThreadSafeQueue::close() to shut down coprocs. | Nat Goodspeed |
2020-03-25 | DRTVWR-476, SL-12197: Don't throw Stopping from main coroutine. | 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 | DRTVWR-476: Re-enable an llcoproceduremanager_test case. | Nat Goodspeed |
2020-03-25 | [DRTVWR-476] - temp fix to test. comment it out. access violation in release | Anchor |
2020-03-25 | [DRTVWR-476] - temp fix to a test | Anchor |
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 | [DRTVWR-476] - fix compiler errors 32 bit windows build | Anchor |
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 | [DRTVWR-476] - conflicts with a mac macro | 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 | Lint fixes on new test file. | Brad Kittenbrink |
2020-03-25 | Attempt to close LLEventCoro's LLBoundListener connection when promise has be... | Brad Kittenbrink |
2020-03-25 | Began work for adding a test covering LLCoprocedureManager | Brad Kittenbrink |