summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2015-09-11Bit of cleanup around Translation and remove httpassetstorageRider Linden
2015-09-11MAINT-4952: Slight change to marketplace logging allow direct logging of ↵Rider Linden
LLSD and remove unused logging function.
2015-09-10MAINT-5575: Finished converting experience cache to singletonRider Linden
MAINT-4952: Coverted VMM to coroutines
2015-09-04Experience Profile to coroutines and Experience cache.Rider Linden
2015-09-03Changes from code review with NatRider Linden
2015-09-03Region experience allow/disallow.Rider Linden
2015-09-03Correct use of filename vs. path in llfeaturemanager coroutine.Rider Linden
2015-09-03Moved group experiences into experience cache. Use coros and new HTTP libs.Rider Linden
2015-09-02Moved find experience into experience cache (moved cache recording into ↵Rider Linden
cache and out of UI) changed from responder to coroutine.
2015-09-02Move associated experience fetching into the ExperienceCache as a coro ↵Rider Linden
remove the responder.
2015-09-01MAINT-5575: Convert the Experience cache into a coro based singleton.Rider Linden
--HG-- branch : MAINT-5575
2015-08-28MAINT-5575: Begin conversion to Singleton<> for Experience Cache. Commited ↵Rider Linden
on branch so that I don't trigger a build of it until I'm ready. --HG-- branch : MAINT-5575
2015-08-28MAINT-5574: Added default parameter for callbalk on AISAPI interface.Rider Linden
Better check on callback exsit in coroutine Don't create AISAPI::completion_t if there is no call back passed.
2015-08-27Convert LSL script preview compilation exp requestRider Linden
2015-08-26Convert exp floater to use coroutinesRider Linden
Convert script queue compilation exp request
2015-08-25MergeRider Linden
2015-08-24MAINT-4952: Removed a bit of debug code that got included accidentally and ↵Rider Linden
change host == LLHost() to host.isInvalid()
2015-08-19Swap BOOST_COROUTINE and BOOST_CONTEXTRider Linden
2015-08-18MAINT-5506: Fix ugly timing bug in llurlentry static initialization.Nat Goodspeed
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost().
2015-08-17Adding llcorehttp to linksRider Linden
2015-08-17increment viewer version to 3.8.4Oz Linden
2015-08-14MAINT-5506: Converted llmessage untrusted sim message responder to coroutine.Rider Linden
Removed HTTPSender, HTTPNullSender, HTTPCapSender. Moved UntrustedMessageCap storage into LLHost Added boost libraries to PROJECT_x_TEST linkage.
2015-08-12MAINT-5500: Finish converting the AIS responders to the new coroutine model, ↵Rider Linden
Cleaned up dead an unused code. MAINT-4952: Added COPY and MOVE methods to Core:Http adapter
2015-08-11A depricated llinos call got into the code.Rider Linden
2015-08-11MergeRider Linden
2015-08-04merge conflict fix (isDead() check got missed)andreykproductengine
2015-08-04merge conflict fixandreykproductengine
2015-08-04Merge viewer-release and become version 3.8.3AndreyL ProductEngine
2015-08-03increment viewer version to 3.8.3Oz Linden
2015-07-31replace the const & on the typedefRider Linden
2015-07-31Mystery solved! compl is a keyword... who knew!rider
2015-07-31Try not using a ref here.Rider Linden
2015-07-30Added patchAndYield to httputil adapterRider Linden
Converted All AISv3 commands (except copyLibrary) to coro model.
2015-07-28Updated a couple comments.Rider Linden
2015-07-28Named pools of coroutines.Rider Linden
2015-07-28MAINT-5432 MAINT-5440 FIXED CrashAndreyL ProductEngine
in LLUUID::operator==(LLUUID const &) and LLFolderView::removeSelectedItems()
2015-07-24MAINT-5432 FIXED Null check to avoid crashMnikolenko ProductEngine
2015-07-23Remove unused code and llassetuploadresponders files.Rider Linden
2015-07-23AR Reports now use coroutines.Rider Linden
2015-07-22MAINT-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-22Clean up for postcard post.Rider Linden
2015-07-20Forgot to remove an unused varable and renamed NewFileResourceUploadInfo to ↵Rider Linden
LLNewFileResourceUploadInfo
2015-07-20Remove old "compile queue" and replace with the coroutine based upload queue.Rider Linden
2015-07-17Added a couple LL_WARNS to track why upload button disabled.Rider Linden
2015-07-17LSL Compile and upload from task object. Fix auto open when finished on all ↵Rider Linden
uploads...
2015-07-15MergeRider Linden
2015-07-15LSL Script upload from inventory.Rider Linden
2015-07-15more fixes from code review by AnsarielOz Linden
2015-07-15fixes from code review by AnsarielOz Linden
2015-07-14merge translation fixes from EliOz Linden