summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2015-06-30MergeRider Linden
2015-06-30Initial checkin for uploading via coroutine.Rider Linden
2015-06-29MAINT-5200: Correct new LLCore::HttpHeaders::ptr_t usage.Nat Goodspeed
The convention about how to construct an HttpHeaders::ptr_t has changed. Change new code to adapt to merged changes.
2015-06-29Automated merge with ssh://bitbucket.org/rider_linden/MAINT-4952-v-t-uNat Goodspeed
2015-06-29MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions.Nat Goodspeed
Specifically, change the ptr_t typedefs for these LLCore classes to use IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us to use a simple ptr_t(raw ptr) constructor rather than having to remember to code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid: remove the now-extraneous 'false' constructor parameters.
2015-06-29MAINT-5200: Add DebugSlshareLogTag temp setting for developers.Nat Goodspeed
This allows engaging slshare-service debug logging for a particular viewer session without having to twiddle the slshare-service hosts. Also fix leaky LLCore::HttpHeaders::ptr_t construction.
2015-06-29Automated merge with ssh://bitbucket.org/rider_linden/MAINT-4952-v-t-uNat Goodspeed
2015-06-23Code review results with NatRider Linden
2015-06-23Start work on coprocedure manager.Rider Linden
2015-06-18MAINT-5200: Add debug headers to Facebook slshare-service calls.Nat Goodspeed
2015-06-17Distressing. A variable got autocorrected to 'false' but the compiler ↵Rider Linden
didn't catch it.
2015-06-17https://jira.secondlife.com/browse/MAINT-5283Rider Linden
The default behavior in the HTTP layer changed to follow redirects automatically. This was causing a problem with connecting to the SL share service which was attempting to riderect to the login page at the CURL level. Connections to SL Share will no longer redirect, corrected for Facebook, Flickr and Twitter.
2015-06-17Coding policy fixesRider Linden
2015-06-16MergeRider Linden
2015-06-15increment viewer version to 3.7.31Oz Linden
2015-06-12MAINT-5277 FIXED Viewer is missing MSVCP100.DLL and MSVCR100.DLLAndreyL ProductEngine
2015-06-09Removed dead code, llsdmessage, llcapabilitylistener and the associated tests.Rider Linden
2015-06-09Removed homelocation responder (rolled into llagent)Rider Linden
Removed sdhandler from llagent. Removed unused values from llacountingccostmgr Fixed smart pontier creation in llfacebook
2015-06-08Added a way to pass a policy Id to the coroadapter.Rider Linden
Changed language, appearance, and maturity to conform to use the adapter rather than the SDHandler
2015-06-08MergeRider Linden
2015-06-05Added a seek method to LLCore::Http for data rewind.Rider Linden
A couple of minor changes to merchant out box in hopes that the would fix the issues.
2015-06-04Default headers added.Rider Linden
Group manager finished conversion. Outfit folders coverted.
2015-06-04IM session decline using coroutines.Rider Linden
2015-06-04Fix broken web profile posting.Rider Linden
2015-06-03Was a little too agressive in header removal in two places.Rider Linden
2015-06-03Remove vestigial httpclient.h include from files that no longer need it.Rider Linden
2015-06-03Land Media URL entry to coroutine.Rider Linden
2015-06-03TOS retrieval to coroutineRider Linden
2015-06-03Coroutines for Script info floater and land auction prep.Rider Linden
2015-06-01Marketplace vendor outbox. Incomplete conversion. Still issues with ↵Rider Linden
redirection.
2015-05-29Land SKU descriptions by coroRider Linden
2015-05-29Set media viewer mime probe to follow redirection.Rider Linden
Coroutines for group moderation.
2015-05-28Convert LSL syntax download to coroutine.Rider Linden
2015-05-28Remove the display name floaterRider Linden
2015-05-27Memory leak (extra ref) in webprofileRider Linden
Viewer media routines to coroutine. Post with raw respons in llcorehttputil LLCore::Http added headers only option (applies only on get)
2015-05-26Coros for Object cost and physics flags.Rider Linden
2015-05-26increment viewer version to 3.7.30Oz Linden
2015-05-26Extra specification that MS didn't catch.Rider Linden
2015-05-22Clean out the dead codeRider Linden
2015-05-22Region debug console to coroutines.Rider Linden
2015-05-22Object default perm floaterRider Linden
2015-05-22Floater IM Session to trivial coroutine.Rider Linden
Changed debugging output from core utitl to string.
2015-05-22Removed dead HTTP client adapter codeRider Linden
Partial conversion of group manager clean up some debug code in web profiles.
2015-05-20Webprofile converted to coroutine.Rider Linden
Added JSON->LLSD converter Added corohandler for JSON data
2015-05-18Changed Avatar picker to use coroutine for find.Rider Linden
Fixed a stray reference (&) on URL that had crept into some coroutine definitions.
2015-05-18Parcel Media and Viewer Parcel Mgr to generic coroutines.Rider Linden
2015-05-15Coroutine voice account provisionRider Linden
2015-05-15Voice client state to coro.Rider Linden
2015-05-15Group voice chat coroRider Linden
2015-05-15Address Nat's concerns about the const_cast<> and modification of a binary ↵Rider Linden
object wrapped in an LLSD object.