Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | A depricated llinos call got into the code. | Rider Linden | |
2015-08-11 | Merge | Rider Linden | |
2015-08-03 | increment viewer version to 3.8.3 | Oz Linden | |
2015-08-03 | Added tag 3.8.2-release for changeset 3a62616f3dd8 | Oz Linden | |
2015-07-31 | replace the const & on the typedef | Rider Linden | |
2015-07-31 | Mystery solved! compl is a keyword... who knew! | rider | |
2015-07-31 | Try not using a ref here. | Rider Linden | |
2015-07-30 | Added patchAndYield to httputil adapter | Rider Linden | |
Converted All AISv3 commands (except copyLibrary) to coro model. | |||
2015-07-28 | Updated a couple comments. | Rider Linden | |
2015-07-28 | Named pools of coroutines. | Rider Linden | |
2015-07-28 | MAINT-5432 MAINT-5440 FIXED Crash | AndreyL ProductEngine | |
in LLUUID::operator==(LLUUID const &) and LLFolderView::removeSelectedItems() | |||
2015-07-24 | MAINT-5432 FIXED Null check to avoid crash | Mnikolenko ProductEngine | |
2015-07-23 | Remove unused code and llassetuploadresponders files. | Rider Linden | |
2015-07-23 | AR Reports now use coroutines. | Rider Linden | |
2015-07-22 | MAINT-5357: Added yield between prepare and post in upload. | Rider Linden | |
Removed some commented out code I had missed earlier Moved costing to virtual function in uploadinfo. | |||
2015-07-22 | Clean up for postcard post. | Rider Linden | |
2015-07-20 | Forgot to remove an unused varable and renamed NewFileResourceUploadInfo to ↵ | Rider Linden | |
LLNewFileResourceUploadInfo | |||
2015-07-20 | Remove old "compile queue" and replace with the coroutine based upload queue. | Rider Linden | |
2015-07-17 | Added a couple LL_WARNS to track why upload button disabled. | Rider Linden | |
2015-07-17 | LSL Compile and upload from task object. Fix auto open when finished on all ↵ | Rider Linden | |
uploads... | |||
2015-07-15 | Merge | Rider Linden | |
2015-07-15 | LSL Script upload from inventory. | Rider Linden | |
2015-07-15 | more fixes from code review by Ansariel | Oz Linden | |
2015-07-15 | fixes from code review by Ansariel | Oz Linden | |
2015-07-14 | merge translation fixes from Eli | Oz Linden | |
2015-07-14 | translation file corrections from Eli | Oz Linden | |
2015-07-14 | 3.8.1-release | Oz Linden | |
2015-07-14 | increment viewer version to 3.8.2 | Oz Linden | |
2015-07-14 | Added tag 3.8.1-release for changeset 3f61ed662347 | Oz Linden | |
2015-07-14 | merge 3.8.0-release and correct xml errors caused by reformatting | Oz Linden | |
2015-07-13 | Remove the dead code. | Rider Linden | |
2015-07-13 | Rename the file in VFS with the new asset AID (prevents crash on gesture ↵ | Rider Linden | |
change and fixes notecard update) | |||
2015-07-12 | MAINT-5351: glh-linear 'equivalent' macro has been destroyed. | Nat Goodspeed | |
Hopefully we no longer need to brute-force remove any more macros with the same name. | |||
2015-07-12 | MAINT-5351: Use new glh-linear package without 'equivalent' macro. | Nat Goodspeed | |
The presence of a macro named 'equivalent' was breaking the compilation of any source file that #included both glh_linear.h and Boost System. | |||
2015-07-12 | MAINT-5351: llupdaterservice_test now needs Boost System library. | Nat Goodspeed | |
2015-07-11 | MAINT-5351: Finish messy merge restoring 'selfless' changes. | Nat Goodspeed | |
2015-07-10 | Automated merge with ssh://bitbucket.org/rider_linden/maint-4952-v-t-u | Nat Goodspeed | |
2015-07-10 | MAINT-5356: Conversion of Notecards and Gesture to use new coroutine uploading. | Rider Linden | |
Minor reorganization of Upload Info classes. | |||
2015-07-10 | MAINT-5351: Finish cleaning up messy merge from backing out backout | Nat Goodspeed | |
2015-07-10 | Automated merge with file:///Users/nat/linden/maint-4952-v-t-u | Nat Goodspeed | |
2015-07-10 | Merge restore of more selfless changes | Nat Goodspeed | |
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
2015-07-10 | Merge restore of selfless changes | Nat Goodspeed | |
2015-07-10 | Backed out changeset 6e1fa9518747: reapply 'selfless' changes | Nat Goodspeed | |
2015-07-10 | MAINT-5351: Improve management of "current" coroutine information. | Nat Goodspeed | |
Our first cut at tracking the "current" coroutine simply reset the pointer to NULL every time we context-switched away. But that strategy doesn't handle the case of coroutine A launching coroutine B. Introduce LLCoros::CoroData to track, among other things, the previous value of the current-coroutine pointer each time we switch into a coroutine. Restore THAT value when we switch back out. | |||
2015-07-10 | MAINT-4952: correct name of LLViewerRegionImpl::requestBaseCapabilitiesCoro. | Nat Goodspeed | |
The string name being passed to LLCoros didn't match. | |||
2015-07-09 | Merge suppress http_proxy in INTEGRATION_TEST_llcorehttp | Nat Goodspeed | |
2015-07-09 | Suppress http_proxy env var for llcorehttp integration test. | Nat Goodspeed | |
Sometimes it can be useful to have http_proxy set in the environment, but if we leave it set while INTEGRATION_TEST_llcorehttp is running, the test hangs. Suppress that variable for that integration test. | |||
2015-07-08 | Fix the sample. | Rider Linden | |
2015-07-08 | Enforcing constness of refs | Rider Linden | |