summaryrefslogtreecommitdiff
path: root/indra
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-03LL_ERRS_IF only seems to work on Microsoft...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-02Use boost assign to initialize default pool sizes.Rider Linden
2015-09-02Move associated experience fetching into the ExperienceCache as a coro ↵Rider Linden
remove the responder.
2015-09-01In Linux build skip url entry testRider Linden
2015-09-01One of the tests defined a namespace in order to fake out the libraries. ↵Rider Linden
Removed it.
2015-09-01MAINT-5575: Convert the Experience cache into a coro based singleton.Rider Linden
--HG-- branch : MAINT-5575
2015-08-31Some initial changes to convert the experience cache to a singletonRider 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-25Reenable and correct link issue on linux llappearanceutility.Rider Linden
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-20Remove forgotten parenRider Linden
2015-08-19Found another ref that had escaped me!Rider Linden
2015-08-19I must be losing my mind...Rider Linden
2015-08-19Try commenting out the entire darn file.Rider Linden
2015-08-19Try disabling LLAppearanceUtility.cmake just for the moment.Rider Linden
2015-08-19Previous try didn't work. What about this?Rider Linden
2015-08-19Shot in the darkRider Linden
2015-08-19Be sure the correct include is included.Rider Linden
2015-08-19Try attaching the bost libraries directly to CoreHttpRider Linden
2015-08-19Keep hunting these down.Rider Linden
2015-08-19Swap BOOST_COROUTINE and BOOST_CONTEXTRider Linden
2015-08-19Break circular dep. Things get cranky.Rider Linden
2015-08-18MAINT-5506: Establish circular dependency between LLMessage & LLCoreHttpRider Linden
2015-08-18MergeRider Linden
2015-08-18Move the CoreHTTP libraries downRider Linden
2015-08-18MAINT-5506: Fix library delimiters for LL_TEST_ADDITIONAL_LIBRARIES.Nat Goodspeed
Recent cmake versions are unhappy with embedding spaces in the LL_TEST_ADDITIONAL_LIBRARIES property. Using semicolons to delimit libraries seems to make it better.
2015-08-18Automated merge with ssh://bitbucket.org/rider_linden/maint-4952-v-t-uNat Goodspeed
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-18More libraries...Rider Linden
2015-08-18See if this helps the linux build. If not change will be needed to ↵Rider Linden
viewer-update-llapearance-utility repo
2015-08-17Adding llcorehttp to linksRider Linden
2015-08-17swap common and core?Rider Linden
2015-08-17Mergerider
2015-08-17Boost coroutines conflicting with script compile in message.h. Only include ↵rider
boost/function
2015-08-17increment viewer version to 3.8.4Oz Linden
2015-08-17Adding boost libs to lltestRider Linden
2015-08-17Get unit tests (Integration and project) compiling and linking again.Rider Linden