summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.cpp
AgeCommit message (Collapse)Author
2018-09-26Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2018-08-22DRTVWR-447: Attempt to post BugSplat metadata with Mac crash reports.Nat Goodspeed
Introduce CrashMetadata, an LLSingleton in llappviewermacosx.cpp, declared in llappviewermacosx-for-objc.h and accessed by the various BugsplatStartupManagerDelegate override methods. CrashMetadata is populated by reading the previous (presumably crashed) run's static_debug_info.log file. This replaces the previous getOldLogFilePathname(), getFatalMessage() and getAgentFullname() functions. To extend that suite for additional metadata, not only would we have to keep adding new free functions, but we'd have to keep rereading the static_debug_info.log file. Override the new applicationKeyForBugsplatStartupManager, defaultUserNameForBugsplatStartupManager, defaultUserEmailForBugsplatStartupManager methods to extract relevant fields from CrashMetadata. Change applicationLogForBugsplatStartupManager and attachmentForBugsplatStartupManager to do the same. Enhance llviewerregion.cpp to update the static_debug_info.log file every time we enter a new region.
2018-07-18SL-920 Change http methodsandreykproductengine
2018-08-01Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2018-07-18SL-920 Disable friendship caps untill new requirements are providedandreykproductengine
2018-07-17SL-927 Better loggingandreykproductengine
2018-06-26SL-927 Add new groups caps to viewer (offline messages only)andreykproductengine
2018-06-14SL-920 Add new friendship caps to viewerandreykproductengine
2018-06-19Backed out changeset: 4ce8c663a9a0AndreyL ProductEngine
STORM-2122: UDP data bandwidth measuring is off by factor 8
2015-10-09STORM-2122: UDP data bandwidth measuring is off by factor 8Ansariel
2018-04-04Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2018-04-04MAINT-8203 Temporary disable capability until 'friend request' server side fixandreykproductengine
2018-03-30SL-440 Obtain Abuse Report categories from capabilityAndrey Kleshchev
2018-03-20MAINT-8363 Additional sanity checksandreykproductengine
2018-02-13MAINT-8203 Use the ReadOfflineMsgs cap to fetch IMs after loginandreykproductengine
2017-11-29DRTVWR-418: Merge from latest viewer-releaseNat Goodspeed
2017-10-24MAINT-7081: Merge from lindenlab/viewer64.Nat Goodspeed
2017-10-10MAINT-7081: Hack to allow overriding asset capability URL.Nat Goodspeed
2017-08-17SL-683 Instrument viewer cacheandreykproductengine
2017-04-06MAINT-7255: Change viewer to use UserInfo cap if available.Rider Linden
2017-03-06SL-409 - consolidated user of ViewerAsset cap for mesh and texture fetching ↵Brad Payne (Vir Linden)
as well.
2017-02-15SL-409 - WIP on http fetching path for assetsBrad Payne (Vir Linden)
2016-05-10Display correct attempt for requesting region capabilities at startupAnsariel
2016-04-04merge with 4.0.3-releaseOz Linden
2016-03-07merge DRTVWR-398 build cleanup fixesOz Linden
2016-01-11MAINT-5978: comment out the caps log reporting.Rider Linden
2015-12-04Initial changes for Vivox/Azumarill merge. Lots of temporary code and ↵Rider Linden
conditional compile switches. Begin switch from statemachine to coroutine.
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-25There seemed to be an excess call to setInitialPerms, also cleaned up a ↵Rider Linden
ignored call to the environtment settings on login.
2015-09-18Set consistent terminology for yield/wait -> suspend for coroutines.Rider Linden
2015-09-14MAINT-5507: Remove HTTPClient and related cruft.Rider Linden
2015-08-25MergeRider Linden
2015-08-18merge changes for 3.8.3-releaseOz 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-11MergeRider Linden
2015-08-11merge changes for 3.8.2-releaseOz Linden
2015-08-04Merge downstream code and become version 3.8.3andreykproductengine
2015-08-04Merge viewer-release and become version 3.8.3AndreyL ProductEngine
2015-07-14merge 3.8.0-release and correct xml errors caused by reformattingOz Linden
2015-07-10MAINT-4952: correct name of LLViewerRegionImpl::requestBaseCapabilitiesCoro.Nat Goodspeed
The string name being passed to LLCoros didn't match.
2015-07-09merge changes for 3.8.0-releaseOz Linden
2015-07-01MAINT-5351: Remove 'self' parameter from coroutine functions.Nat Goodspeed
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested.
2015-07-01MergeRider Linden
2015-07-01Merge from viewer-relese and become version 3.8.1andreykproductengine
2015-06-15merge changes for 3.7.30-releaseOz Linden
2015-06-09Removed dead code, llsdmessage, llcapabilitylistener and the associated tests.Rider Linden
2015-06-08merge changes for 3.7.29-releaseOz Linden
2015-07-02Merge from viewer-relese and become version 3.8.1andreykproductengine
2015-05-11Updated feature manager downloader to coroutine.Rider Linden
Added "raw" coroutine handler (returns raw result as LLSD::Binary) and split out the guts of the get, put, etc methods. Moved getStatusFromLLSD from HttpCoroHandler into HttpCorutineAdapter